Bump version to 4.8.0-beta.2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2023-05-25 11:02:39 +02:00
parent bc807da3ad
commit 34cb8e24e8
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
3 changed files with 11 additions and 2 deletions

View File

@ -12,6 +12,15 @@ Types of changes:
- *Fixed* for any bug fixes.
- *Security* in case of vulnerabilities.
## 4.8.0-beta.2
### Fixed
- Use the color-primary-element* variables @szaimen [#1043](https://github.com/nextcloud/notes/pull/1043)
- fix: setting button spacing @luka-nextcloud [#1048](https://github.com/nextcloud/notes/pull/1048)
- fix: Wrap renaming of notes through autotile in locking context @juliushaertl [#1047](https://github.com/nextcloud/notes/pull/1047)
- Dependency updates
## 4.8.0-beta.1 - 2023-05-05
### Added

View File

@ -6,7 +6,7 @@
<description><![CDATA[
The Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into third-party apps (currently, there are notes apps for [Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios) and the [console](https://git.danielmoch.com/nncli/about) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.
]]></description>
<version>4.8.0-beta.1</version>
<version>4.8.0-beta.2</version>
<licence>agpl</licence>
<author>Kristof Hamann</author>
<author>Bernhard Posselt</author>

View File

@ -45,5 +45,5 @@
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"version": "4.8.0-beta.1"
"version": "4.8.0-beta.2"
}