Skip to content

Commit fed2ac9

Browse files
chore(main): release 7.14.0 (#156)
1 parent 0382325 commit fed2ac9

File tree

5 files changed

+36
-5
lines changed

5 files changed

+36
-5
lines changed

.release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "7.13.0" }
1+
{ ".": "7.14.0" }

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [7.14.0](https://github.com/regseb/castkodi/compare/v7.13.0...v7.14.0) (2025-09-25)
4+
5+
### Features
6+
7+
- **plugin:** add invidious plugin
8+
([#155](https://github.com/regseb/castkodi/issues/155))
9+
([279e96b](https://github.com/regseb/castkodi/commit/279e96bd521e8efb2123477ddab2d3773713a035))
10+
11+
### Bug Fixes
12+
13+
- Remove Kickstarter.
14+
([bb4ab1d](https://github.com/regseb/castkodi/commit/bb4ab1d3d606fe13883518368beee553d4b5238b))
15+
- Remove Melty.
16+
([a8ce9e2](https://github.com/regseb/castkodi/commit/a8ce9e26e52f668c4f567286427b0de62ad9cc56))
17+
- Remove Vudeo which no longer works.
18+
([25f6d65](https://github.com/regseb/castkodi/commit/25f6d657a91b5c70810e1b5d9f24b77e70114f11))
19+
- Save config when fix and remove.
20+
([a154a6b](https://github.com/regseb/castkodi/commit/a154a6b38b243213d7a53cfb050b8e61c6f4c91b))
21+
- Show tooltip in dialog (for mobile).
22+
([c887f0b](https://github.com/regseb/castkodi/commit/c887f0bd9f024a3e8a3d60d1952af10c5368b1b9))
23+
- Update 20 Minutes scrapers.
24+
([a5a375e](https://github.com/regseb/castkodi/commit/a5a375ef43af45660f7a7c969754d251dc56d75d))
25+
- Update AlloCiné scraper.
26+
([afcc609](https://github.com/regseb/castkodi/commit/afcc60959ce1bceb3db451cf26c67f5a3eadcbd5))
27+
- Update France tv scraper.
28+
([11fdf7b](https://github.com/regseb/castkodi/commit/11fdf7bae4a828d40e9b1fd7ffdbd5a31e6ad7a0))
29+
- Update OK scraper.
30+
([b9c8289](https://github.com/regseb/castkodi/commit/b9c828947e187096a420af531cfd80f584e007ec))
31+
- Update Steam scraper.
32+
([615bcee](https://github.com/regseb/castkodi/commit/615bcee766526cf657349f3dc94f60f293244b47))
33+
334
## [7.13.0](https://github.com/regseb/castkodi/compare/v7.12.1...v7.13.0) (2025-05-21)
435

536
### Features

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": "7.13.0",
3+
"version": "7.14.0",
44
"description": "WebExtension pour diffuser des vidéos et des musiques sur Kodi.",
55
"keywords": [
66
"cast",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"manifest_version": 3,
1212
"name": "Cast Kodi",
13-
"version": "7.13.0",
13+
"version": "7.14.0",
1414
"action": {
1515
"default_icon": {
1616
"16": "img/icon16.png",

0 commit comments

Comments
 (0)