summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2024-11-07 10:34:50 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2024-11-07 10:36:35 +0100
commit603894396abe278af633b45c41d051801c235bb7 (patch)
tree2aaea40d31a8e452234f2baf653481bd07e5a68e
parent1b6b7e074eac82327d24e2ce9671904e042769b9 (diff)
Release 25.0.0-alpha13release/25.0.0-alpha13
Changed - Performance improvements on item list - Rework feed and global sort ordering - Add 'r' shortkey to refresh feed and item list - Show automatically new news items on VueJS implementation (#2502) - Show when feeds and folder have errors - Add keyboard shortcuts 'd', 'f', 'c' and 'v' to switch between feeds and folders Fixed - starred items in a feed can prevent further scrolling - j shortcut doesn't load more items in infinite scroll (#2847) - Feed ordering uses wrong values (#2846) - Folders and Feeds in Sidebar are not sorted alphabetically (#2838) - Unread Counter becomes negative (#2839) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68a0d6b50..6a823182f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,12 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed
+
+### Fixed
+
+# Releases
+## [25.0.0-alpha13] - 2024-11-07
+### Changed
- Performance improvements on item list
- Rework feed and global sort ordering
- Add 'r' shortkey to refresh feed and item list
@@ -21,7 +27,6 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
- Folders and Feeds in Sidebar are not sorted alphabetically (#2838)
- Unread Counter becomes negative (#2839)
-# Releases
## [25.0.0-alpha12] - 2024-10-23
### Changed
- Feed ordering will now be used for sorting items (#2678)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b1a4a94f8..0b5bca03a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]></description>
- <version>25.0.0-alpha12</version>
+ <version>25.0.0-alpha13</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>