summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-11-08 09:27:25 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-11-12 14:51:28 +0100
commitf81054ff77622a2530f02f9287a65443ba97367b (patch)
tree7a3019ef83aa6b69503ceccfafe8894293144c84 /CHANGELOG.md
parentbdb6494efd61aba8f59daab719a4ecfe165b4cd0 (diff)
Release 25.0.0-alpha225.0.0-alpha2
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 <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2438195f..09a91903d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)