Skip to content

Commit

Permalink
Release 25.0.0-alpha2
Browse files Browse the repository at this point in the history
Changed
- Add support for Nextcloud 28
- Use Nextcloud vue components for item list and article view (#2401)
- Fix aspect ratio of article images (#2401)

Fixed
- Adjust search urls to match changed Vue routes (#2408)

Signed-off-by: Benjamin Brahmer <[email protected]>
  • Loading branch information
Grotax committed Nov 12, 2023
1 parent bdb6494 commit f81054f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
* [Devlin Junker](mailto:[email protected])
* [Robin Appelman](mailto:[email protected])
* [Sean Molenaar](mailto:[email protected])
* [Paul Tirk](mailto:[email protected])
* [Gregor Tätzner](mailto:[email protected])
* [Sean Molenaar](mailto:[email protected])
* [anoy](mailto:[email protected])
* [Morris Jobke](mailto:[email protected])
* [Paul Tirk](mailto:[email protected])
* [Jimmy Huynh](mailto:[email protected])
* [Aurélien](mailto:[email protected])
* [Jan-Christoph Borchardt](mailto:[email protected])
Expand Down Expand Up @@ -68,6 +68,7 @@
* [Igor Bubelov](mailto:[email protected])
* [Jan C. Borchardt](mailto:[email protected])
* [Jimmy Huynh](mailto:[email protected])
* [Joas Schilling](mailto:[email protected])
* [John Kristensen](mailto:[email protected])
* [Keunes](mailto:[email protected])
* [Konrad Graefe](mailto:[email protected])
Expand Down
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [25.x.x]
### Changed
- Use Nextcloud vue components for item list and article view
- Fix aspect ratio of article images

### Fixed
- Adjust search urls to match changed Vue routes (#2408)

# Releases
## [25.0.0-alpha2] - 2023-11-08
### Changed
- Add support for Nextcloud 28
- Use Nextcloud vue components for item list and article view (#2401)
- Fix aspect ratio of article images (#2401)

### Fixed
- Adjust search urls to match changed Vue routes (#2408)

## [25.0.0-alpha1] - 2023-10-24
### Changed
- Major Rewrite of the Frontend with Vue JS (#748)
Expand Down
4 changes: 2 additions & 2 deletions 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.0-alpha1</version>
<version>25.0.0-alpha2</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>
Expand Down Expand Up @@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<lib>json</lib>

<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="27" max-version="27"/>
<nextcloud min-version="27" max-version="28"/>
</dependencies>

<background-jobs>
Expand Down

0 comments on commit f81054f

Please sign in to comment.