From e29a5f6f5c7eed3b1284c861402548f514e5c4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 5 May 2023 15:07:21 +0200 Subject: [PATCH] release: bump version to 4.8.0-beta.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 15 +++++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2471ec65..c354578ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,21 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 4.8.0-beta.1 - 2023-05-05 + +### Added + +- Three column layout @joachimeichborn [#1021](https://github.com/nextcloud/notes/pull/1021) +- Settings: Move Settings to NcAppSettingsDialog, NotePath FilePicker and merge AppHelp @JonnyTischbein [#1003](https://github.com/nextcloud/notes/pull/1003) + +### Fixed + +- Fix help table on dark mode @eckelon [#1000](https://github.com/nextcloud/notes/pull/1000) +- fix: Proper response for attachment endpoint @juliushaertl [#1031](https://github.com/nextcloud/notes/pull/1031) + +### Other + +- Dependency updates ## 4.7.2 - 2023-03-22 diff --git a/appinfo/info.xml b/appinfo/info.xml index 488ea11eb..5219de2ed 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.7.2 + 4.8.0-beta.1 agpl Kristof Hamann Bernhard Posselt diff --git a/package.json b/package.json index 60cbeeeb7..35699e360 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.7.2" + "version": "4.8.0-beta.1" } \ No newline at end of file