diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2024-06-10 18:56:49 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2024-06-11 12:34:45 +0200 |
commit | 8688bf6c022737f86f7db37204265804be2ea473 (patch) | |
tree | 89e2650d77872b763e997fc9a9b271a87fa445da | |
parent | ac569431c2eda65ee210186ff719f93baf49de0c (diff) |
Release 25.0.0-alpha725.0.0-alpha7
Changed
- added alternative development environment (#2670)
- Implement `j` and `k` keyboards shortcuts for navigating through feed items (#2671)
- Implement `s`, `i` and `l` keyboards shortcuts for staring current feed item (#2677)
- Implement `o` keyboards shortcut for opening the URL of current feed item (#2677)
- Implement `u` keyboards shortcut for marking current feed item read/unread (#2677)
- Implement highlighting of active feed item (#2677)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f547e7b..ce6bb3f0e 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-alpha7] - 2024-06-10 +### Changed - added alternative development environment (#2670) - Implement `j` and `k` keyboards shortcuts for navigating through feed items (#2671) - Implement `s`, `i` and `l` keyboards shortcuts for staring current feed item (#2677) @@ -14,8 +20,6 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the - Implement `u` keyboards shortcut for marking current feed item read/unread (#2677) - Implement highlighting of active feed item (#2677) -### Fixed - # Releases ## [25.0.0-alpha6] - 2024-05-07 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index f14247f9f..dcd01ef8e 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-alpha6</version> + <version>25.0.0-alpha7</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |