Skip to content

Commit 50eefa6

Browse files
committed
chore(release): 5.0.0
1 parent 550b768 commit 50eefa6

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.0.0](https://github.com/regseb/castkodi/compare/v4.17.1...v5.0.0) (2020-07-03)
6+
7+
8+
### Features
9+
10+
* Ajouter la liste de lecture dans la popup. ([550b768](https://github.com/regseb/castkodi/commit/550b768ed5dad6f97f0e9ab169989dd45d5512c8))
11+
* Gérer les nouvelles URLs de Dumpert. ([aa36c98](https://github.com/regseb/castkodi/commit/aa36c984456a944f165d568e63986b6435abe3d5))
12+
* Lire automatiquement les playlists YouTube. ([4e31210](https://github.com/regseb/castkodi/commit/4e312109ff90657acbe0f5dae4e1a537872c9cf4))
13+
14+
15+
### Bug Fixes
16+
17+
* Actualiser la scraper de KCAA Radio. ([96a489d](https://github.com/regseb/castkodi/commit/96a489ddbd28635c7200c29fe95d9221264980d9))
18+
* Actualiser le scraper de Radio. ([79f1a9e](https://github.com/regseb/castkodi/commit/79f1a9eb1b77af70bc6678fdab931da30bc5c9ad))
19+
520
### [4.17.1](https://github.com/regseb/castkodi/compare/v4.17.0...v4.17.1) (2020-05-01)
621

722

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": "4.17.1",
3+
"version": "5.0.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": "4.17.1",
10+
"version": "5.0.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)