Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Types of changes:
### Added

* 📚 Note template support [notes#1971](https://github.com/nextcloud/notes/pull/1971)
* 📊 Note details tab in the sidebar [notes#1974](https://github.com/nextcloud/notes/pull/1974)
* 🔢 Expose file versions in the sidebar [notes#1972](https://github.com/nextcloud/notes/pull/1972)
* Setting to show last viewed note or welcome screen on start up [notes#1578](https://github.com/nextcloud/notes/pull/1578)
* Add highlights for notes and categories [notes#1839](https://github.com/nextcloud/notes/pull/1839)
* Setting to show/hide hidden files [notes#1541](https://github.com/nextcloud/notes/pull/1541)
Expand All @@ -30,10 +32,14 @@ Types of changes:
* Declare AGPL-3.0-or-later as SPDX identifier [notes#1992](https://github.com/nextcloud/notes/pull/1992)
* Add playwright to .nextcloudignore [notes#1991](https://github.com/nextcloud/notes/pull/1991)
* Add release relay job [notes#1993](https://github.com/nextcloud/notes/pull/1993)
* Wait for the Notes API before running the Playwright tests [notes#2027](https://github.com/nextcloud/notes/pull/2027)
* Bump version to 6.1.0-beta.3 [notes#2010](https://github.com/nextcloud/notes/pull/2010)
* Add changelog draft for 6.1.0 (beta2 state) [notes#2002](https://github.com/nextcloud/notes/pull/2002)
* Bump version to 6.1.0-beta.2 and generalize author info [notes#2001](https://github.com/nextcloud/notes/pull/2001)

### Fixed

* Notes list design feedback: hide category label for uncategorized notes, remove divider line, right-align category names [notes#2004](https://github.com/nextcloud/notes/pull/2004)
* 🎨 Notes list design feedback: hide category label for uncategorized notes, remove divider line, right-align category names [notes#2004](https://github.com/nextcloud/notes/pull/2004)

### Dependencies

Expand All @@ -42,6 +48,10 @@ Types of changes:
* Bump vitest from 4.1.10 to 4.1.11 [notes#2005](https://github.com/nextcloud/notes/pull/2005)
* Bump vue from 3.5.41 to 3.5.42 [notes#2006](https://github.com/nextcloud/notes/pull/2006)
* Update nextcloud/ocp dependency [notes#2000](https://github.com/nextcloud/notes/pull/2000)
* Update nextcloud/ocp dependency [notes#2017](https://github.com/nextcloud/notes/pull/2017)
* Upgrade vitest and vitest coverage together [notes#2029](https://github.com/nextcloud/notes/pull/2029)
* Fix npm audit [notes#2018](https://github.com/nextcloud/notes/pull/2018)
* Fix npm audit [notes#2028](https://github.com/nextcloud/notes/pull/2028)

## 6.0.2

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<summary>Distraction-free notes and writing</summary>
<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 apps ([Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios), as well as [3rd-party apps](https://github.com/nextcloud/notes/wiki#3rd-party-clients) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.]]></description>
<version>6.1.0-beta.3</version>
<version>6.1.0</version>
<licence>AGPL-3.0-or-later</licence>
<author>Nextcloud GmbH and Nextcloud contributors</author>
<namespace>Notes</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notes",
"version": "6.1.0-beta.3",
"version": "6.1.0",
"private": true,
"homepage": "https://github.com/nextcloud/notes",
"license": "AGPL-3.0-or-later",
Expand Down
Loading