diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2024-10-23 08:56:44 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2024-10-23 09:08:27 +0200 |
commit | 9f78a0344820c3f18998407d4d00dfa52f266044 (patch) | |
tree | 30bf25d55558d1c2664523638b0e0f70e63fd5d4 | |
parent | 7aa93270314acc0b17424760f3341dd9dcf3ee1a (diff) |
Release 25.0.0-alpha1225.0.0-alpha12
Changed
- Feed ordering will now be used for sorting items (#2678)
Fixed
- restore old scroll behavior to scroll after articles needed for mark scroll on read (#2817)
- 25.0.0-alpha2: Feed folder bar menu always opens collapsed (#2508)
- fix: hide folder/feeds with no unread items when `showAll` is disabled (#2503)
- Items keep popping up in Folder, All or Unread view (#2833)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | AUTHORS.md | 5 | ||||
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/AUTHORS.md b/AUTHORS.md index 58e704218..8b6319c99 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -10,8 +10,8 @@ * [Gregor Tätzner](mailto:gregor@freenet.de) * [Sean Molenaar](mailto:SMillerDev@users.noreply.github.com) * [anoy](mailto:anoymouserver+github@mailbox.org) -* [Morris Jobke](mailto:hey@morrisjobke.de) * [Wolfgang](mailto:github@linux-dude.de) +* [Morris Jobke](mailto:hey@morrisjobke.de) * [Jimmy Huynh](mailto:jimmy.huynh@etu.unistra.fr) * [Aurélien](mailto:dav.aurelien@gmail.com) * [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net) @@ -21,6 +21,7 @@ * [WENDLING NICOLAS](mailto:nicolas.wendling2@etu.unistra.fr) * [bastei](mailto:bastei@users.noreply.github.com) * [Bernhard Posselt](mailto:bep@foryouandyourcustomers.com) +* [Patrizio Bekerle](mailto:patrizio@bekerle.com) * [Thomas Müller](mailto:thomas.mueller@tmit.eu) * [Hoàng Đức Hiếu](mailto:hdhoang@zahe.me) * [IgorA100](mailto:igora100@gmail.com) @@ -33,7 +34,6 @@ * [IBBoard](mailto:dev@ibboard.co.uk) * [Koen Martens](mailto:gmc@sonologic.nl) * [Lukas Reschke](mailto:lukas@owncloud.com) -* [Patrizio Bekerle](mailto:patrizio@bekerle.com) * [Tucker McKnight](mailto:tucker.mcknight@gmail.com) * [Valdnet](mailto:47037905+Valdnet@users.noreply.github.com) * [Bart Visscher](mailto:bartv@thisnet.nl) @@ -209,6 +209,7 @@ * [nextcloud-command](mailto:nextcloud-command@users.noreply.github.com) * [nextcloud486153](mailto:78801830+nextcloud486153@users.noreply.github.com) * [nexus-uw](mailto:you@example.com) +* [rakekniven](mailto:2069590+rakekniven@users.noreply.github.com) * [repat](mailto:repat@repat.de) * [rhein](mailto:mail@ralfhein.de) * [rhyst](mailto:5313660+rhyst@users.noreply.github.com) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ac8f8b2..a7eaefb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the # Unreleased ## [25.x.x] ### Changed -- Feed ordering will now be used as ordering in feed item list (#2678) + +### Fixed + +# Releases +## [25.0.0-alpha12] - 2024-10-23 +### Changed +- Feed ordering will now be used for sorting items (#2678) ### Fixed - restore old scroll behavior to scroll after articles needed for mark scroll on read (#2817) @@ -15,7 +21,6 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the - fix: hide folder/feeds with no unread items when `showAll` is disabled (#2503) - Items keep popping up in Folder, All or Unread view (#2833) -# Releases ## [25.0.0-alpha11] - 2024-10-19 ### Fixed - First features for user settings after vue migration (#2795) diff --git a/appinfo/info.xml b/appinfo/info.xml index 426d9f518..b1a4a94f8 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-alpha11</version> + <version>25.0.0-alpha12</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |