Skip to content

Commit 0954033

Browse files
authored
chore(master): release 1.24.2 (#73)
* chore(master): release 1.24.2 * chore: update addon news --------- Co-authored-by: pikdum <5122800+pikdum@users.noreply.github.com>
1 parent e681f57 commit 0954033

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

CHANGELOG.md

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

3+
## [1.24.2](https://github.com/pikdum/plugin.video.haru/compare/v1.24.1...v1.24.2) (2026-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* do not set watched on errors ([e681f57](https://github.com/pikdum/plugin.video.haru/commit/e681f5787c8f49126294f2df729675af35f62f84))
9+
310
## [1.24.1](https://github.com/pikdum/plugin.video.haru/compare/v1.24.0...v1.24.1) (2026-04-03)
411

512

addon.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- x-release-please-start-version -->
3-
<addon id="plugin.video.haru" name="haru" version="1.24.1" provider-name="pikdum">
3+
<addon id="plugin.video.haru" name="haru" version="1.24.2" provider-name="pikdum">
44
<!-- x-release-please-end -->
55
<requires>
66
<import addon="xbmc.python" version="3.00.0"/>
@@ -21,7 +21,13 @@
2121
<icon>icon.png</icon>
2222
<fanart>fanart.jpg</fanart>
2323
</assets>
24-
<news>1.24.1 (2026-04-03)
24+
<news>1.24.2 (2026-04-03)
25+
26+
Bug Fixes
27+
28+
- do not set watched on errors (e681f57)
29+
30+
1.24.1 (2026-04-03)
2531

2632
Bug Fixes
2733

@@ -87,12 +93,6 @@ Bug Fixes
8793
- addon news generation (3481557)
8894
- revert “feat: add requests cache” (1fd6022)
8995

90-
1.20.0 (2024-05-04)
91-
92-
Features
93-
94-
- switch to new art endpoints (3977257)
95-
96-
1.1...</news>
96+
1...</news>
9797
</extension>
9898
</addon>

0 commit comments

Comments
 (0)