Skip to content

Commit 8688bf6

Browse files
committed
Release 25.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 <[email protected]>
1 parent ac56943 commit 8688bf6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
77
# Unreleased
88
## [25.x.x]
99
### Changed
10+
11+
### Fixed
12+
13+
# Releases
14+
## [25.0.0-alpha7] - 2024-06-10
15+
### Changed
1016
- added alternative development environment (#2670)
1117
- Implement `j` and `k` keyboards shortcuts for navigating through feed items (#2671)
1218
- Implement `s`, `i` and `l` keyboards shortcuts for staring current feed item (#2677)
1319
- Implement `o` keyboards shortcut for opening the URL of current feed item (#2677)
1420
- Implement `u` keyboards shortcut for marking current feed item read/unread (#2677)
1521
- Implement highlighting of active feed item (#2677)
1622

17-
### Fixed
18-
1923
# Releases
2024
## [25.0.0-alpha6] - 2024-05-07
2125
### Changed

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
2121
2222
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
2323
]]></description>
24-
<version>25.0.0-alpha6</version>
24+
<version>25.0.0-alpha7</version>
2525
<licence>agpl</licence>
2626
<author>Benjamin Brahmer</author>
2727
<author>Sean Molenaar</author>

0 commit comments

Comments
 (0)