Skip to content

Commit

Permalink
Release 25.0.3
Browse files Browse the repository at this point in the history
Changed
- Items list style in compact mode to improve readability (and better match v24's style) (#2918)
- add shortcuts `e` or `enter` to open and `esc` to close article details in compact mode (#2934)

Fixed
- scrollbar in sidebar subscribe area / move new folder button in same area than subscribe (#2932)
- move shortcuts to list component to work also in compact mode (#2934)
- add proper title to icons in item list and details view for better accessibility (#2934)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Nov 27, 2024
1 parent 9c1e154 commit d8ca214
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
* [John Kristensen](mailto:[email protected])
* [Keunes](mailto:[email protected])
* [Konrad Graefe](mailto:[email protected])
* [Laurent Gabardos](mailto:[email protected])
* [Loki3000](mailto:[email protected])
* [Maik Kulbe](mailto:[email protected])
* [Manuel Sailer](mailto:[email protected])
Expand All @@ -101,6 +102,7 @@
* [Alwaysin](mailto:[email protected])
* [Andrea Boero](mailto:[email protected])
* [Andreas Demmelbauer](mailto:[email protected])
* [Andreas Mair](mailto:[email protected])
* [Artem Lavrukhin](mailto:[email protected])
* [Arthur Schiwon](mailto:[email protected])
* [Aurelien DAVID](mailto:[email protected])
Expand Down Expand Up @@ -148,6 +150,7 @@
* [Josh](mailto:[email protected])
* [Kevin Decherf](mailto:[email protected])
* [Kuba Orlik](mailto:[email protected])
* [Laurent Gabardos](mailto:[email protected])
* [Maceček Richard](mailto:[email protected])
* [Marc Cousin](mailto:[email protected])
* [Marcus Nitzschke](mailto:[email protected])
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed

### Fixed

# Releases
## [25.0.3] - 2024-11-27
### Changed
- Items list style in compact mode to improve readability (and better match v24's style) (#2918)
- add shortcuts `e` or `enter` to open and `esc` to close article details in compact mode
- add shortcuts `e` or `enter` to open and `esc` to close article details in compact mode (#2934)

### Fixed
- scrollbar in sidebar subscribe area / move new folder button in same area than subscribe (#2932)
- move shortcuts to list component to work also in compact mode
- add proper title to icons in item list and details view for better accessibility
- move shortcuts to list component to work also in compact mode (#2934)
- add proper title to icons in item list and details view for better accessibility (#2934)

# Releases
## [25.0.2] - 2024-11-25
### Fixed
- add h1 header to title in feed item row for better accessibility (#2921)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2</version>
<version>25.0.3</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down

0 comments on commit d8ca214

Please sign in to comment.