Skip to content

Commit c7f2184

Browse files
committed
chore(release): Bump version to 4.9.0
Signed-off-by: Julius Härtl <[email protected]>
1 parent 05b2280 commit c7f2184

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ Types of changes:
1212
- *Fixed* for any bug fixes.
1313
- *Security* in case of vulnerabilities.
1414

15+
## 4.9.0
16+
17+
### Added
18+
19+
- Note sharing and file sidebar integration @luka-nextcloud [#1146](https://github.com/nextcloud/notes/pull/1146)
20+
- Replace sidebar with rename and category options in the note list @JonnyTischbein [#1004](https://github.com/nextcloud/notes/pull/1004)
21+
22+
### Fixed
23+
24+
- fix: Scrolling on mobile and proper alignment of the back button/menubar @juliushaertl [#1164](https://github.com/nextcloud/notes/pull/1164)
25+
- Avoid throwing on other share types than user @juliushaertl [#1153](https://github.com/nextcloud/notes/pull/1153)
26+
- fix: fix note controller user id param @juliushaertl [#1106](https://github.com/nextcloud/notes/pull/1106)
27+
- Fix dashboard icons @provokateurin [#1124](https://github.com/nextcloud/notes/pull/1124)
28+
- fixing typos @modernNeo [#1129](https://github.com/nextcloud/notes/pull/1129)
29+
1530
## 4.9.0-beta.3
1631

1732
### Fixed

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<description><![CDATA[
77
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.
88
]]></description>
9-
<version>4.9.0-beta.3</version>
9+
<version>4.9.0</version>
1010
<licence>agpl</licence>
1111
<author>Kristof Hamann</author>
1212
<author>Bernhard Posselt</author>

0 commit comments

Comments
 (0)