diff --git a/CHANGELOG.md b/CHANGELOG.md index 570edc3e7..3652e839a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,28 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 4.12.1 + +### Fixed + +* Fix slow capabilities by @enjeck in [#1543](https://github.com/nextcloud/notes/pull/1543) +* Fix: Use info instead of warning to avoid filling logs by @enjeck in [#1530](https://github.com/nextcloud/notes/pull/1530) + +### Dependencies + +* Chore(deps): Bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 by @dependabot in [#1500](https://github.com/nextcloud/notes/pull/1500) +* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.9.2 to 7.9.3 by @dependabot in [#1512](https://github.com/nextcloud/notes/pull/1512) +* Chore(deps): Bump @nextcloud/vue from 8.24.0 to 8.26.1 by @dependabot in [#1540](https://github.com/nextcloud/notes/pull/1540) +* Chore(deps-dev): Bump http-proxy-middleware from 2.0.7 to 2.0.9 by @dependabot in [#1528](https://github.com/nextcloud/notes/pull/1528) +* Chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.3.0 by @dependabot in [#1542](https://github.com/nextcloud/notes/pull/1542) +* Chore(deps-dev): Bump squizlabs/php_codesniffer from 3.12.0 to 3.12.2 by @dependabot in [#1537](https://github.com/nextcloud/notes/pull/1537) +* Chore(deps): Bump @nextcloud/moment from 1.3.2 to 1.3.4 by @dependabot in [#1539](https://github.com/nextcloud/notes/pull/1539) +* Chore(deps): Bump diff from 7.0.0 to 8.0.1 by @dependabot in [#1545](https://github.com/nextcloud/notes/pull/1545) +* Chore(deps-dev): Bump @nextcloud/stylelint-config from 3.0.1 to 3.1.0 by @dependabot in [#1554](https://github.com/nextcloud/notes/pull/1554) +* Update nextcloud/ocp dependencies by @nextcloud-command in [#1531](https://github.com/nextcloud/notes/pull/1531) +* Fix npm audit by @nextcloud-command in [#1550](https://github.com/nextcloud/notes/pull/1550) + + ## 4.12.0 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 7d232f21a..d5f6433f5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Distraction-free notes and writing - 4.12.0 + 4.12.1 agpl Kristof Hamann Bernhard Posselt @@ -25,7 +25,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www https://github.com/nextcloud/notes.git https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png - + diff --git a/composer.lock b/composer.lock index b67076f57..39e905bbb 100644 --- a/composer.lock +++ b/composer.lock @@ -849,7 +849,7 @@ "shasum": "" }, "require": { - "php": "~8.0 || ~8.1 || ~8.2 || ~8.3", + "php": "~8.0 || ~8.1 || ~8.2 || ~8.3 || ~8.4", "psr/clock": "^1.0", "psr/container": "^2.0.2", "psr/event-dispatcher": "^1.0", diff --git a/package-lock.json b/package-lock.json index 4d2fa7a4d..0106fb0f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notes", - "version": "4.12.0", + "version": "4.12.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notes", - "version": "4.12.0", + "version": "4.12.1", "license": "agpl", "dependencies": { "@nextcloud/axios": "^2.5.1", @@ -16,7 +16,7 @@ "@nextcloud/moment": "^1.3.4", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.26.1", - "diff": "^8.0.1", + "diff": "^8.0.2", "easymde": "^2.20.0", "markdown-it": "^14.1.0", "markdown-it-bidi": "^0.2.0", @@ -6017,9 +6017,9 @@ } }, "node_modules/diff": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.1.tgz", - "integrity": "sha512-rEaM3KmVm78zE3dFZaop3aCQa2MTm+T4kcigUFLVU/KbOYdiY6JnL2g2puOYnct3QFw9pjZadaCbCZ1O8ArMlQ==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-8.0.2.tgz", + "integrity": "sha512-sSuxWU5j5SR9QQji/o2qMvqRNYRDOcBTgsJ/DeCf4iSN4gW+gNMXM7wFIP+fdXZxoNiAnHUTGjCr+TSWXdRDKg==", "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" diff --git a/package.json b/package.json index e5673a176..25b1ea6c8 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nextcloud/moment": "^1.3.4", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.26.1", - "diff": "^8.0.1", + "diff": "^8.0.2", "easymde": "^2.20.0", "markdown-it": "^14.1.0", "markdown-it-bidi": "^0.2.0", @@ -46,5 +46,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.12.0" + "version": "4.12.1" }