Skip to content

Commit 40cacdc

Browse files
chore(main): release 7.15.0 (#163)
1 parent 67703cc commit 40cacdc

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-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.14.0" }
1+
{ ".": "7.15.0" }

CHANGELOG.md

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

3+
## [7.15.0](https://github.com/regseb/castkodi/compare/v7.14.0...v7.15.0) (2025-11-08)
4+
5+
### Features
6+
7+
- Support Kick video (VOD).
8+
([#162](https://github.com/regseb/castkodi/issues/162))
9+
([c33ae60](https://github.com/regseb/castkodi/commit/c33ae6037ecdd6f942df080d58d294e21f728527))
10+
311
## [7.14.0](https://github.com/regseb/castkodi/compare/v7.13.0...v7.14.0) (2025-09-25)
412

513
### 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.14.0",
3+
"version": "7.15.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.14.0",
13+
"version": "7.15.0",
1414
"action": {
1515
"default_icon": {
1616
"16": "img/icon16.png",

0 commit comments

Comments
 (0)