Skip to content

Commit

Permalink
Release 25.1.1
Browse files Browse the repository at this point in the history
Changed
- Show red error bubble only if more than 8 updates fail. (#2955)
- Emulate structural heading navigation in screen reader mode with the jump to previous/next articles keys (#2978)
- Add `PageDown` and `PageUp` for article heading navigation in screen reader mode (#2978)

Fixed
- set correct input focus when opening `AddFeed` or `Share` modals (#2965)
- add item url to open website button aria label for screen readers (#2965)
- allow using `toggle starred` and `mark read` icons with keyboard (#2965)
- remove close button from list items in screen reader mode (#2965)
- mark read on scroll marks visible items as read using vertical compact display mode (#2965)
- Items read on other devices do not disappear on pressing 'r' (#2981)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Dec 16, 2024
1 parent 691f103 commit e18b38b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* [Bernhard Posselt](mailto:[email protected])
* [Benjamin Brahmer](mailto:[email protected])
* [Alessandro Cosentino](mailto:[email protected])
* [Marco Nassabain](mailto:[email protected])
* [Wolfgang](mailto:[email protected])
* [Marco Nassabain](mailto:[email protected])
* [Devlin Junker](mailto:[email protected])
* [Robin Appelman](mailto:[email protected])
* [Sean Molenaar](mailto:[email protected])
Expand Down Expand Up @@ -67,6 +67,7 @@
* [[email protected]](mailto:[email protected])
* [Anderson Silva](mailto:[email protected])
* [Andreas Fischer](mailto:[email protected])
* [Andreas Mair](mailto:[email protected])
* [David Guillot](mailto:[email protected])
* [Gioele Falcetti](mailto:[email protected])
* [Igor Bubelov](mailto:[email protected])
Expand Down Expand Up @@ -102,7 +103,6 @@
* [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
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,24 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed
- Show red error bubble only if more than 8 updates fail.
- Emulate structural heading navigation in screen reader mode with the jump to previous/next articles keys
- Add `PageDown` and `PageUp` for article heading navigation in screen reader mode

### Fixed
- set correct input focus when opening `AddFeed` or `Share` modals
- add item url to open website button aria label for screen readers
- allow using `toggle starred` and `mark read` icons with keyboard
- remove close button from list items in screen reader mode
- mark read on scroll marks visible items as read using vertical compact display mode
- Items read on other devices do not disappear on pressing 'r'

# Releases
## [25.1.1] - 2024-12-16
### Changed
- Show red error bubble only if more than 8 updates fail. (#2955)
- Emulate structural heading navigation in screen reader mode with the jump to previous/next articles keys (#2978)
- Add `PageDown` and `PageUp` for article heading navigation in screen reader mode (#2978)

### Fixed
- set correct input focus when opening `AddFeed` or `Share` modals (#2965)
- add item url to open website button aria label for screen readers (#2965)
- allow using `toggle starred` and `mark read` icons with keyboard (#2965)
- remove close button from list items in screen reader mode (#2965)
- mark read on scroll marks visible items as read using vertical compact display mode (#2965)
- Items read on other devices do not disappear on pressing 'r' (#2981)

## [25.1.0] - 2024-12-01
### Changed
- add region role to content list and details so that it can be used by screen readers (#2946)
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.1.0</version>
<version>25.1.1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down

0 comments on commit e18b38b

Please sign in to comment.