Skip to content

Commit 84ba009

Browse files
committed
chore(release): 5.6.0
1 parent 2431b12 commit 84ba009

4 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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.6.0](https://github.com/regseb/castkodi/compare/v5.5.0...v5.6.0) (2020-11-09)
6+
7+
8+
### Features
9+
10+
* Afficher la boite de dialogue quand une saisie est demandée. ([1257711](https://github.com/regseb/castkodi/commit/125771175a174c9b09143566ed0f02f22331626e))
11+
12+
13+
### Bug Fixes
14+
15+
* Actualiser le scraper de Bigo Live. ([b4b3d28](https://github.com/regseb/castkodi/commit/b4b3d28df67f81988f01985df44d779f2f31fc37))
16+
* Actualiser le scraper de TikTok. ([6f58893](https://github.com/regseb/castkodi/commit/6f5889344c5760b56d5a91d84b73d70e14ace740))
17+
* Avoid getting properties from unavailable player ([#36](https://github.com/regseb/castkodi/issues/36)) ([f9c0536](https://github.com/regseb/castkodi/commit/f9c0536f2f6c51eb7d827f27ebc912373eff8c88))
18+
* Enlever le support de Full30. ([7944ebd](https://github.com/regseb/castkodi/commit/7944ebd594d6a9a7651aa6e23798a86f8fa40139))
19+
* Gérer les URLs sécurisées de AlloCiné. ([c7bb350](https://github.com/regseb/castkodi/commit/c7bb35034b49dca94623668f62d53993c815587c))
20+
521
## [5.5.0](https://github.com/regseb/castkodi/compare/v5.4.0...v5.5.0) (2020-10-20)
622

723

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.5.0",
3+
"version": "5.6.0",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keyword": [
66
"cast",

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"applications": {
33
"gecko": {
44
"id": "castkodi@regseb.github.io",
5-
"strict_min_version": "81.0"
5+
"strict_min_version": "82.0"
66
}
77
},
88
"manifest_version": 2,
99
"name": "Cast Kodi",
10-
"version": "5.5.0",
10+
"version": "5.6.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)