Skip to content

Commit 8445887

Browse files
committed
chore(release): 5.9.0
1 parent f75002b commit 8445887

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.9.0](https://github.com/regseb/castkodi/compare/v5.8.0...v5.9.0) (2021-01-29)
6+
7+
8+
### Features
9+
10+
* Améliorer l'interface de la popup. ([60b8898](https://github.com/regseb/castkodi/commit/60b8898dca4041031cf5b5f54cae887603091a66))
11+
* Autoriser les URLs "plugin:*". ([ac9d6c6](https://github.com/regseb/castkodi/commit/ac9d6c6a276ab837b2866cf88c29dbc64c1b3192))
12+
13+
14+
### Bug Fixes
15+
16+
* Enlever le support de YT Home. ([12770a9](https://github.com/regseb/castkodi/commit/12770a9b718ad21ffb2d0ac4dc0c8adb91ede04d))
17+
* Gérer la suppression de permissions optionnelles. ([097ca00](https://github.com/regseb/castkodi/commit/097ca00d325fb11f53df5787099b1de511d57b9d))
18+
519
## [5.8.0](https://github.com/regseb/castkodi/compare/v5.7.0...v5.8.0) (2021-01-08)
620

721

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castkodi",
3-
"version": "5.8.0",
3+
"version": "5.9.0",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keyword": [
66
"cast",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"manifest_version": 2,
99
"name": "Cast Kodi",
10-
"version": "5.8.0",
10+
"version": "5.9.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)