Skip to content

Commit

Permalink
chore(release): 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Jan 8, 2022
1 parent 6be4382 commit 32e49d8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

## [6.3.0](https://github.com/regseb/castkodi/compare/v6.2.1...v6.3.0) (2022-01-08)


### Features

* Ajouter un bouton pour arrêter Kodi. ([2ab5a0b](https://github.com/regseb/castkodi/commit/2ab5a0b079d53ce5b9f7d47cc98fd64c6a378d0d))
* Gérer les URLs de redirection de Play SRF. ([1b74099](https://github.com/regseb/castkodi/commit/1b7409919a125ee71fdf360c97049062810500d7))
* Support AddSubtitle json-rpc API. ([#72](https://github.com/regseb/castkodi/issues/72)) ([ff6c06c](https://github.com/regseb/castkodi/commit/ff6c06c24ffdbfb2e68dadee74dc24b30599675d))


### Bug Fixes

* Corriger l'analyse d'un onglet sous Chromium. ([d22e0c5](https://github.com/regseb/castkodi/commit/d22e0c58487ef0fffdb3ea4b60a68739a5161c97))
* Corriger le scraper d'AlloCiné. ([0b20705](https://github.com/regseb/castkodi/commit/0b207052db4cfe6c25c0b78613fb3e08334c2b12))
* Corriger le scraper de Aparat. ([e0333b1](https://github.com/regseb/castkodi/commit/e0333b1168913b257d2f8a6c7f8842347352650c))
* Corriger le scraper de TikTok. ([06e7911](https://github.com/regseb/castkodi/commit/06e7911d3daaa81abad3f1208fe2e1d0065b1182))
* Gérer les nouvelles URLs de PeerTube. ([251074d](https://github.com/regseb/castkodi/commit/251074d78674445d936e3d1556bffc83bf8d8843))

### [6.2.1](https://github.com/regseb/castkodi/compare/v6.2.0...v6.2.1) (2021-12-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "castkodi",
"version": "6.2.1",
"version": "6.3.0",
"description": "WebExtension pour diffuser des vidéos / musiques sur Kodi.",
"keywords": [
"cast",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"manifest_version": 2,
"name": "Cast Kodi",
"version": "6.2.1",
"version": "6.3.0",
"description": "__MSG_manifest_description__",
"icons": {
"16": "img/icon16.png",
Expand Down

0 comments on commit 32e49d8

Please sign in to comment.