Skip to content

Commit

Permalink
Release 25.1.0
Browse files Browse the repository at this point in the history
Changed
- add region role to content list and details so that it can be used by screen readers (#2946)
- split display settings in "display mode" and "split mode" to allow combining modes (#2950)
- add display mode optimized for screen readers (#2950)

Fixed
- use appropriate semantic HTML elements for the item list to be recognised by screen readers (#2946)
- make title in item list clickable for screen readers to select the current item (#2946)
- remove mime type check when importing `opml`, they are not reliable anyway (#2951)
- Embedded images are all scaled to max (#2945)
- If an article doesn't have title, there's no link to the article (#758)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Dec 1, 2024
1 parent 0cc86ee commit 3673d1b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* [Benjamin Brahmer](mailto:[email protected])
* [Alessandro Cosentino](mailto:[email protected])
* [Marco Nassabain](mailto:[email protected])
* [Devlin Junker](mailto:[email protected])
* [Wolfgang](mailto:[email protected])
* [Devlin Junker](mailto:[email protected])
* [Robin Appelman](mailto:[email protected])
* [Sean Molenaar](mailto:[email protected])
* [Paul Tirk](mailto:[email protected])
Expand Down
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,23 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed
- add region role to content list and details so that it can be used by screen readers
- split display settings in "display mode" and "split mode" to allow combining modes
- add display mode optimized for screen readers

### Fixed
- use appropriate semantic HTML elements for the item list to be recognised by screen readers
- make title in item list clickable for screen readers to select the current item
- remove mime type check when importing `opml`, they are not reliable anyway

# Releases
## [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)
- split display settings in "display mode" and "split mode" to allow combining modes (#2950)
- add display mode optimized for screen readers (#2950)

### Fixed
- use appropriate semantic HTML elements for the item list to be recognised by screen readers (#2946)
- make title in item list clickable for screen readers to select the current item (#2946)
- remove mime type check when importing `opml`, they are not reliable anyway (#2951)
- Embedded images are all scaled to max (#2945)
- If an article doesn't have title, there's no link to the article (#758)

# Releases
## [25.0.3] - 2024-11-27
### Changed
- Items list style in compact mode to improve readability (and better match v24's style) (#2918)
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.3</version>
<version>25.1.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down

0 comments on commit 3673d1b

Please sign in to comment.