Skip to content

Commit a0cdfc0

Browse files
chore(main): release 7.13.0 (#150)
1 parent 5e42a32 commit a0cdfc0

File tree

5 files changed

+40
-5
lines changed

5 files changed

+40
-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.12.1" }
1+
{ ".": "7.13.0" }

CHANGELOG.md

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

3+
## [7.13.0](https://github.com/regseb/castkodi/compare/v7.12.1...v7.13.0) (2025-05-21)
4+
5+
### Features
6+
7+
- Add Polish translation.
8+
([f90fd0d](https://github.com/regseb/castkodi/commit/f90fd0d0fd48daa15d64611d0f22f10c74f0f560))
9+
- Open options page when click on notification.
10+
([d870228](https://github.com/regseb/castkodi/commit/d870228969ebb5de835c7b04637c6a22ccac0cb3))
11+
- Publish in Microsoft Edge Add-ons.
12+
([a3266c6](https://github.com/regseb/castkodi/commit/a3266c66428ab05f8250947779667cc6bf8a76eb))
13+
- Release a beta version for Firefox Android.
14+
([4053924](https://github.com/regseb/castkodi/commit/4053924d36307969492e9809eb21a7befde0445b))
15+
- Support Viously integrate.
16+
([9e0a74f](https://github.com/regseb/castkodi/commit/9e0a74ff370a5e53f1f7984267622a1b0700507e))
17+
18+
### Bug Fixes
19+
20+
- Complete Polish translation.
21+
([5e42a32](https://github.com/regseb/castkodi/commit/5e42a326d10ef336a6dc40a57fbd965ea6377b0c))
22+
- Fix Arte Radio scraper.
23+
([201c4dd](https://github.com/regseb/castkodi/commit/201c4dd90cf7220cebe48174ec5b9f3810a6387d))
24+
- Fix Bitchute scraper.
25+
([9d18ee7](https://github.com/regseb/castkodi/commit/9d18ee7fa59c19314d5aa9b074afb030745f410f))
26+
- Fix Gamekult scraper.
27+
([3b85da2](https://github.com/regseb/castkodi/commit/3b85da23a6efe70e7d8ebd8c1dbad329b6c1b936))
28+
- Fix VTM GO scraper.
29+
([c09061b](https://github.com/regseb/castkodi/commit/c09061bd498e96e342dd82aef3b14d150955b06e))
30+
- Re-open feedback popup.
31+
([a5da729](https://github.com/regseb/castkodi/commit/a5da729bc5e270d68c4ad5214603b2059a491d0f))
32+
- Remove Blog Talk Radio.
33+
([308cdb8](https://github.com/regseb/castkodi/commit/308cdb8d02792ad347d8b35471cf6ee237ca55a9))
34+
- Translations update from Hosted Weblate
35+
([#133](https://github.com/regseb/castkodi/issues/133))
36+
([b43e3e8](https://github.com/regseb/castkodi/commit/b43e3e8cb8e9ac633f54d55a182d2f22c6cfba3c))
37+
338
## [7.12.1](https://github.com/regseb/castkodi/compare/v7.12.0...v7.12.1) (2024-11-20)
439

540
### Bug Fixes

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.12.1",
3+
"version": "7.13.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.12.1",
13+
"version": "7.13.0",
1414
"action": {
1515
"default_icon": {
1616
"16": "img/icon16.png",

0 commit comments

Comments
 (0)