@@ -3,13 +3,37 @@ All notable changes to this project will be documented in this file.
3
3
The format is mostly based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , older entries don't fully match.
4
4
5
5
# Unreleased
6
- ## [ 23 .x.x]
6
+ ## [ 25 .x.x]
7
7
### Changed
8
8
- Vue Rewrite
9
- - Add Typescript
10
- - Add Jest for Unit Tests
9
+ # Releases
10
+ ## [ 24.x.x]
11
+ ### Changed
12
+ - Set User Agent for curl in Scraper
13
+
14
+ ### Fixed
11
15
12
16
# Releases
17
+ ## [ 24.0.0] - 2023-09-26
18
+ No major changes compared to 24.0.0-beta1.
19
+
20
+ ## [ 24.0.0-beta1] - 2023-08-26
21
+ ### Changed
22
+ - Drop support for Nextcloud 25, Supported: 26, 27 (#2316 )
23
+ - Add a new command for occ ` ./occ news:updater:job ` allows to check and reset the update job (#2166 )
24
+ - Check for available http(s) compression options and use them (gzip, deflate, brotli) (#2328 )
25
+ - Change and unify [ cache] ( https://nextcloud.github.io/news/install/#cache ) to use the instance ID of Nextcloud (#2331 )
26
+
27
+ ## [ 23.0.0] - 2023-08-16
28
+ No notable changes compared to 23.0.0-beta1
29
+
30
+ ## [ 23.0.0-beta1] - 2023-08-09
31
+ ### Changed
32
+ - Drop support for PHP 7.4 new min. version is php 8.0 (#2237 )
33
+ - Upgrade feed-io to v5.1.3 (#2238 )
34
+ ### Fixed
35
+ - Some feeds missing items (#2236 )
36
+
13
37
## [ 22.0.0] - 2023-07-23
14
38
### Changed
15
39
- Support deflate and gzip compression for HTTP response bodies (#2269 )
@@ -48,15 +72,15 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
48
72
- Use httpLastModified field for If-Modified-Since header when fetching feed updates (#2119 )
49
73
50
74
## [ 21.1.0] - 2023-03-20
51
- No notable changes compared 21.1.0-beta1
75
+ No notable changes compared to 21.1.0-beta1
52
76
53
77
## [ 21.1.0-beta1] - 2023-03-13
54
78
### Changed
55
79
- Remove unused background job OCA\News\Cron\Updater (#2137 )
56
80
- (Nextcloud 26+) Add info card to the admin settings, showing last job execution (#2141 )
57
81
58
82
## [ 21.0.0] - 2023-02-28
59
- No notable changes compared 21.0.0-beta1
83
+ No notable changes compared to 21.0.0-beta1
60
84
61
85
## [ 21.0.0-beta1] - 2023-02-14
62
86
### Changed
0 commit comments