Skip to content

Commit cc9ad47

Browse files
committed
chore(release): 5.15.0
1 parent 2adf790 commit cc9ad47

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.15.0](https://github.com/regseb/castkodi/compare/v5.14.2...v5.15.0) (2021-08-13)
6+
7+
8+
### Features
9+
10+
* Ajouter le support des vidéos Vidyard. ([b1c5f06](https://github.com/regseb/castkodi/commit/b1c5f06c0f1f8ea769dfb07653202f9dbd25e4f2))
11+
12+
13+
### Bug Fixes
14+
15+
* Afficher le titre des œuvres dans Kodi. ([198bfe5](https://github.com/regseb/castkodi/commit/198bfe52c66c5a22ae0603118397dda845f462b7))
16+
* Corriger des coquilles dans les textes de la page des options. ([0072386](https://github.com/regseb/castkodi/commit/0072386c07ec21a6cda78ca80f3a0d56f71975e6))
17+
* Corriger le support de TikTok. ([8a602dd](https://github.com/regseb/castkodi/commit/8a602dd22ff8d0d61234ce61fa6a5f60caffd91b))
18+
* Gérer l'accès asynchrone à la configuration. ([3cc8497](https://github.com/regseb/castkodi/commit/3cc84971858e2af3893ca637b863308f42564c83))
19+
* Réactiver le lien vers l'interface Web de Kodi. ([6d6a90d](https://github.com/regseb/castkodi/commit/6d6a90d458770289027e48aba220259964426bf9))
20+
* Réduire le texte de la description. ([3e553f3](https://github.com/regseb/castkodi/commit/3e553f35d077413177823bb0df90f7c300a8c671))
21+
522
### [5.14.2](https://github.com/regseb/castkodi/compare/v5.14.1...v5.14.2) (2021-08-11)
623

724

package-lock.json

Lines changed: 2 additions & 2 deletions
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.14.2",
3+
"version": "5.15.0",
44
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
55
"keywords": [
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.14.2",
10+
"version": "5.15.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)