Skip to content

Commit a807b23

Browse files
authoredApr 28, 2024
chore(master): release 1.18.0 (#53)
* chore(master): release 1.18.0 * chore: update addon news
1 parent 1b18401 commit a807b23

File tree

2 files changed

+27
-13
lines changed

2 files changed

+27
-13
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.18.0](https://github.com/pikdum/plugin.video.haru/compare/v1.17.1...v1.18.0) (2024-04-28)
4+
5+
6+
### Features
7+
8+
* **subsplease:** airing unfinished ([d73d0f7](https://github.com/pikdum/plugin.video.haru/commit/d73d0f72d889da0343570eb9a4b142a9926511e6))
9+
10+
11+
### Bug Fixes
12+
13+
* don't show disabled addon settings ([b229ea9](https://github.com/pikdum/plugin.video.haru/commit/b229ea95a2cc656a7427a54df6fe44ba5f488730))
14+
* **subsplease:** color unfinished titles ([1b18401](https://github.com/pikdum/plugin.video.haru/commit/1b18401d2a37cc0ba8359aee0a044995b80a42f7))
15+
316
## [1.17.1](https://github.com/pikdum/plugin.video.haru/compare/v1.17.0...v1.17.1) (2024-04-24)
417

518

‎addon.xml

+14-13
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.17.1" provider-name="pikdum">
3+
<addon id="plugin.video.haru" name="haru" version="1.18.0" provider-name="pikdum">
44
<!-- x-release-please-end -->
55
<requires>
66
<import addon="xbmc.python" version="3.00.0"/>
@@ -21,7 +21,18 @@
2121
<icon>icon.png</icon>
2222
<fanart>fanart.jpg</fanart>
2323
</assets>
24-
<news>1.17.1 (2024-04-24)
24+
<news>1.18.0 (2024-04-28)
25+
26+
Features
27+
28+
- subsplease: airing unfinished (d73d0f7)
29+
30+
Bug Fixes
31+
32+
- don’t show disabled addon settings (b229ea9)
33+
- subsplease: color unfinished titles (1b18401)
34+
35+
1.17.1 (2024-04-24)
2536

2637
Bug Fixes
2738

@@ -74,16 +85,6 @@ Features
7485
Features
7586

7687
- nyaa: add latest + popular links (ce086d1)
77-
- nyaa: add search sorting options (cc104b3)
78-
- nyaa: allow search results in skin widgets (d2132a8)
79-
80-
1.10.0 (2023-09-16)
81-
82-
Features
83-
84-
- better poster + fanart (#37) (6177371)
85-
86-
1.9.0 (2023-09-13)
87-
...</news>
88+
- nyaa: ...</news>
8889
</extension>
8990
</addon>

0 commit comments

Comments
 (0)
Failed to load comments.