summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a32802171..251c66835 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,17 +2,31 @@
All notable changes to this project will be documented in this file.
The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.
+You can also check [on GitHub](https://github.com/nextcloud/news/releases), the release notes there are generated automatically and include every pull request.
+
# Unreleased
## [25.x.x]
### Changed
-- make occ news:updater:job exit with code 2 if last update was too long ago (#2590)
-- Fix deprecated variable reference in ExportController.php (#2602)
-- Add support for Nextcloud 29 (#2611)
+- added alternative development environment (#2670)
+- Implement `j` and `k` keyboards shortcuts for navigating through feed items (#2671)
### Fixed
-
# Releases
+## [25.0.0-alpha6] - 2024-05-07
+### Changed
+- Improve layout of feed item row (#2569)
+
+### Fixed
+- Reset content scroll position when feed item is changed (#2569)
+- Fix link to feed in article header (#2569)
+
+## [25.0.0-alpha5] - 2024-04-01
+### Changed
+- make occ news:updater:job exit with code 2 if last update was too long ago (#2590)
+- Fix deprecated variable reference in ExportController.php (#2602)
+- Add support for Nextcloud 29 (#2611)
+
## [25.0.0-alpha4] - 2023-01-25
### Changed
- Add DB index for news_feeds.deleted_at (#2526)