Skip to content

Commit 09c47da

Browse files
committed
chore(release): 5.1.0
1 parent 3464ef9 commit 09c47da

4 files changed

Lines changed: 19 additions & 3 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.1.0](https://github.com/regseb/castkodi/compare/v5.0.1...v5.1.0) (2020-07-11)
6+
7+
8+
### Features
9+
10+
* Afficher les élément dans les options sur plusieurs colonnes. ([3eeee42](https://github.com/regseb/castkodi/commit/3eeee42f2f669281c48176ff5f0fbb891c99b62a))
11+
* Ajouter le support de LBRY. ([e463d4c](https://github.com/regseb/castkodi/commit/e463d4c23ad3b8ece8392a9ba0d618f92d187ba1))
12+
* Ajouter un raccourci pour les informations sur le processus de lecture. ([def8651](https://github.com/regseb/castkodi/commit/def86510954a28dac21d91762b1ec32c9fce0e74))
13+
* Gérer la saisie d'une adresse complète de Kodi. ([3ad60d5](https://github.com/regseb/castkodi/commit/3ad60d5e6998b4f912c55cf71971fa52933369b9))
14+
15+
16+
### Bug Fixes
17+
18+
* Ajouter un scraper spécifique pour Konbini. ([5e5e564](https://github.com/regseb/castkodi/commit/5e5e56417a748383b6f8b3f5d682d075f8b78764))
19+
* Utiliser le nom de la chaine quand elle est hors-ligne. ([12c6d3c](https://github.com/regseb/castkodi/commit/12c6d3c3120984cadf6bb5a74cc722b5f1fc9517))
20+
521
### [5.0.1](https://github.com/regseb/castkodi/compare/v5.0.0...v5.0.1) (2020-07-03)
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.0.1",
3+
"version": "5.1.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.0.1",
10+
"version": "5.1.0",
1111
"description": "__MSG_manifest_description__",
1212
"icons": {
1313
"48": "img/icon.svg",

0 commit comments

Comments
 (0)