2 files changed +27
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## [ 1.17.1] ( https://github.com/pikdum/plugin.video.haru/compare/v1.17.0...v1.17.1 ) (2024-04-24)
4
17
5
18
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- 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" >
4
4
<!-- x-release-please-end -->
5
5
<requires >
6
6
<import addon =" xbmc.python" version =" 3.00.0" />
21
21
<icon >icon.png</icon >
22
22
<fanart >fanart.jpg</fanart >
23
23
</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)
25
36
26
37
Bug Fixes
27
38
@@ -74,16 +85,6 @@ Features
74
85
Features
75
86
76
87
- 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 >
88
89
</extension >
89
90
</addon >
0 commit comments