Skip to content

Commit aa54bcf

Browse files
chore(main): release 7.16.0 (#164)
1 parent c18d1a0 commit aa54bcf

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-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.15.0" }
1+
{ ".": "7.16.0" }

CHANGELOG.md

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

3+
## [7.16.0](https://github.com/regseb/castkodi/compare/v7.15.0...v7.16.0) (2025-11-11)
4+
5+
### Features
6+
7+
- Support YouTube Kids.
8+
([2041a55](https://github.com/regseb/castkodi/commit/2041a5559ee729d5f7db1bec5e99d923e7b18379))
9+
10+
### Bug Fixes
11+
12+
- Fix Kick on Chrome.
13+
([3cc1c64](https://github.com/regseb/castkodi/commit/3cc1c64b5372bbbc8437d04db0c626494de20664))
14+
- Fix Steam scraper.
15+
([7b9f165](https://github.com/regseb/castkodi/commit/7b9f1651250c3983c2e75364d2e6387e49cb5060))
16+
317
## [7.15.0](https://github.com/regseb/castkodi/compare/v7.14.0...v7.15.0) (2025-11-08)
418

519
### 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.15.0",
3+
"version": "7.16.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
@@ -13,7 +13,7 @@
1313
},
1414
"manifest_version": 3,
1515
"name": "Cast Kodi",
16-
"version": "7.15.0",
16+
"version": "7.16.0",
1717
"action": {
1818
"default_icon": {
1919
"16": "img/icon16.png",

0 commit comments

Comments
 (0)