Skip to content

Commit 265f67a

Browse files
committed
Release 25.2.0-beta.1
Changed - API add new field to Feed that indicates when the next update will be done "nextUpdateTime" (#2993) - Change logic to update feed only if the nextUpdateTime has been reached (#2999) - Add setting to disable the usage of nextUpdateTime (#2999) Fixed - `TypeError: this.$refs.actions.$refs.menuButton is undefined` when tabbing through feeds and folders (#3004) Signed-off-by: Benjamin Brahmer <[email protected]>
1 parent 29a2e45 commit 265f67a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
77
# Unreleased
88
## [25.x.x]
99
### Changed
10+
11+
### Fixed
12+
13+
# Releases
14+
## [25.2.0-beta.1] - 2024-12-30
15+
### Changed
1016
- API add new field to Feed that indicates when the next update will be done "nextUpdateTime" (#2993)
1117
- Change logic to update feed only if the nextUpdateTime has been reached (#2999)
1218
- Add setting to disable the usage of nextUpdateTime (#2999)
1319

1420
### Fixed
15-
- `TypeError: this.$refs.actions.$refs.menuButton is undefined` when tabbing through feeds and folders
21+
- `TypeError: this.$refs.actions.$refs.menuButton is undefined` when tabbing through feeds and folders (#3004)
1622

17-
# Releases
1823
## [25.1.2] - 2024-12-22
1924
### Changed
2025
- show error message in add feed dialog and keep it open if the feed could not be added (#2988)

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
2121
2222
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
2323
]]></description>
24-
<version>25.2.0</version>
24+
<version>25.2.0-beta.1</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>

0 commit comments

Comments
 (0)