diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2024-05-07 13:56:04 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2024-05-07 20:10:12 +0200 |
commit | 8b1666e815e91ac5a05fbd1f68328ec6110737b2 (patch) | |
tree | 43160a5fcbffcb8fb47e06b5c3dffa65a0d3a4ba | |
parent | 0fb5ed2d78b3250735f1777da8a16e1eb4ac07ea (diff) |
Release 25.0.0-alpha625.0.0-alpha6
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)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae86b8e0a..9a47ff450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the # Unreleased ## [25.x.x] ### Changed + +### 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) -# Releases ## [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) diff --git a/appinfo/info.xml b/appinfo/info.xml index 080ee279d..f14247f9f 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-alpha5</version> + <version>25.0.0-alpha6</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |