Skip to content

Commit 5ecb062

Browse files
Merge pull request #1371 from nextcloud/release/4.11.0
chore(release): Bump version to 4.11.0
2 parents d427ead + 779d83c commit 5ecb062

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

CHANGELOG.md

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

15+
## 4.11.0
16+
17+
### Fixed
18+
19+
- fix: Switch to vue-frag instead of vue-fragment to avoid errors during delete @juliushaertl [#1322](https://github.com/nextcloud/notes/pull/1322)
20+
- fix: apply css variable --default-clickable-area @luka-nextcloud [#1323](https://github.com/nextcloud/notes/pull/1323)
21+
- fix/shared notes @juliushaertl [#1320](https://github.com/nextcloud/notes/pull/1320)
22+
- Fix CI @juliushaertl[#1364](https://github.com/nextcloud/notes/pull/1364)
23+
- ci: Update workflows @nickvergessen [#1359](https://github.com/nextcloud/notes/pull/1359)
24+
25+
### Dependencies
26+
27+
- Chore(deps): Bump @nextcloud/vue from 7.12.7 to 8.14.0 @dependabot [#1318](https://github.com/nextcloud/notes/pull/1318)
28+
- Chore(deps): Bump skjnldsv/read-package-engines-version-actions from 2.2 to 3 @dependabot [#1272](https://github.com/nextcloud/notes/pull/1272)
29+
- Chore(deps): Bump skjnldsv/block-fixup-merge-action from 1 to 2 @dependabot [#1292](https://github.com/nextcloud/notes/pull/1292)
30+
- Chore(deps-dev): Bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1 @dependabot [#1294](https://github.com/nextcloud/notes/pull/1294)
31+
- Updating dependabot-approve-merge.yml workflow from template @nextcloud-command [#1281](https://github.com/nextcloud/notes/pull/1281)
32+
- chore: Bump minimum supported versions to 28 @juliushaertl [#1321](https://github.com/nextcloud/notes/pull/1321)
33+
- chore: update workflows from templates @skjnldsv [#1324](https://github.com/nextcloud/notes/pull/1324)
34+
- Chore(deps): Bump markdown-it from 13.0.2 to 14.1.0 @dependabot [#1252](https://github.com/nextcloud/notes/pull/1252)
35+
- Chore(deps-dev): Update php-cs-fixer/shim requirement from 3.54.0 to 3.59.3 @dependabot [#1316](https://github.com/nextcloud/notes/pull/1316)
36+
- Chore(deps): Bump @nextcloud/vue from 8.14.0 to 8.15.0 @dependabot [#1329](https://github.com/nextcloud/notes/pull/1329)
37+
- Chore(deps): Bump fast-xml-parser from 4.2.5 to 4.4.1 @dependabot [#1331](https://github.com/nextcloud/notes/pull/1331)
38+
- Chore(deps): Bump @nextcloud/vue from 8.15.0 to 8.15.1 @dependabot [#1332](https://github.com/nextcloud/notes/pull/1332)
39+
- Chore(deps-dev): Update php-cs-fixer/shim requirement from 3.59.3 to 3.61.1 @dependabot [#1334](https://github.com/nextcloud/notes/pull/1334)
40+
- Chore(deps): Bump @nextcloud/vue from 8.15.1 to 8.16.0 @dependabot [#1338](https://github.com/nextcloud/notes/pull/1338)
41+
- chore: update workflows from templates @nextcloud-command [#1348](https://github.com/nextcloud/notes/pull/1348)
42+
- Chore(deps-dev): Bump webpack from 5.88.2 to 5.94.0 @dependabot [#1354](https://github.com/nextcloud/notes/pull/1354)
43+
- Chore(deps): Bump markdown-it-bidi from 0.1.0 to 0.2.0 @dependabot [#1352](https://github.com/nextcloud/notes/pull/1352)
44+
- Chore(deps): Bump axios from 1.6.8 to 1.7.7 @dependabot [#1369](https://github.com/nextcloud/notes/pull/1369)
45+
- Chore(deps): Bump @nextcloud/dialogs from 5.3.5 to 5.3.7 @dependabot [#1347](https://github.com/nextcloud/notes/pull/1347)
46+
- Chore(deps): Bump diff from 5.2.0 to 7.0.0 @dependabot [#1358](https://github.com/nextcloud/notes/pull/1358)
47+
- Chore(deps-dev): Bump express from 4.19.2 to 4.21.0 @dependabot [#1368](https://github.com/nextcloud/notes/pull/1368)
48+
- Chore(deps-dev): Bump elliptic from 6.5.4 to 6.5.7 @dependabot [#1351](https://github.com/nextcloud/notes/pull/1351)
49+
- Chore(deps): Bump @nextcloud/vue from 8.16.0 to 8.18.0 @JuliaKirschenheuter [#1370](https://github.com/nextcloud/notes/pull/1370)
50+
1551
## 4.10.0
1652

1753
### Added

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.11.0-dev.0</version>
9+
<version>4.11.0</version>
1010
<licence>agpl</licence>
1111
<author>Kristof Hamann</author>
1212
<author>Bernhard Posselt</author>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
"browserslist": [
4747
"extends @nextcloud/browserslist-config"
4848
],
49-
"version": "4.10.0"
49+
"version": "4.11.0"
5050
}

0 commit comments

Comments
 (0)