Skip to content

Commit b663a19

Browse files
committed
chore(release): 5.2.0
1 parent 6d715db commit b663a19

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.2.0](https://github.com/regseb/castkodi/compare/v5.1.0...v5.2.0) (2020-08-09)
6+
7+
8+
### Features
9+
10+
* Créer un scraper spécifique pour Melty. ([a053b26](https://github.com/regseb/castkodi/commit/a053b269a5903e21929cd3300114362d760d928b))
11+
* Enlever Mixer. ([dedc2de](https://github.com/regseb/castkodi/commit/dedc2de45b85fa3345d4bbb58ff7d57fb9f718b5))
12+
* Enlever StormoTV. ([cf19546](https://github.com/regseb/castkodi/commit/cf19546def21e792c194751397fb796927cf4a16))
13+
* Fouiller dans les éléments noscript. ([8c914d6](https://github.com/regseb/castkodi/commit/8c914d64873f59c15c5ec4e6aaf937e4ab9bf5af))
14+
* Insérer en début de liste si aucun média en cours. ([f69dae2](https://github.com/regseb/castkodi/commit/f69dae2495953e7b2f338e3547c522f6f2ae5ced))
15+
* Lancer la lecture d'un élément avec un double-clic. ([10d70eb](https://github.com/regseb/castkodi/commit/10d70ebe43e2457f7ec7070c7d2a43cdf15a16f0))
16+
* Permettre d'envoyer du texte. ([d00adab](https://github.com/regseb/castkodi/commit/d00adabd63910747d565b20db39d3d1dfb0cfc1a))
17+
18+
19+
### Bug Fixes
20+
21+
* Adapter le scraper de TikTok. ([9300a18](https://github.com/regseb/castkodi/commit/9300a189ba769b4263f4461b019252bdf4d347df))
22+
* Gérer les pages Ouest-France avec deux iframes. ([6d715db](https://github.com/regseb/castkodi/commit/6d715db1079b24f77daa5e47ac3ef3fa808c71f9))
23+
524
## [5.1.0](https://github.com/regseb/castkodi/compare/v5.0.1...v5.1.0) (2020-07-11)
625

726

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

0 commit comments

Comments
 (0)