Skip to content

Commit c76f70c

Browse files
authored
Merge pull request #1556 from nextcloud/release/v4.13.0
build(release): 4.12.1
2 parents 7829cea + 2fcbb5d commit c76f70c

File tree

5 files changed

+33
-11
lines changed

5 files changed

+33
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,28 @@ Types of changes:
1212
- *Fixed* for any bug fixes.
1313
- *Security* in case of vulnerabilities.
1414

15+
## 4.12.1
16+
17+
### Fixed
18+
19+
* Fix slow capabilities by @enjeck in [#1543](https://github.com/nextcloud/notes/pull/1543)
20+
* Fix: Use info instead of warning to avoid filling logs by @enjeck in [#1530](https://github.com/nextcloud/notes/pull/1530)
21+
22+
### Dependencies
23+
24+
* 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)
25+
* 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)
26+
* Chore(deps): Bump @nextcloud/vue from 8.24.0 to 8.26.1 by @dependabot in [#1540](https://github.com/nextcloud/notes/pull/1540)
27+
* 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)
28+
* Chore(deps): Bump @nextcloud/dialogs from 6.1.1 to 6.3.0 by @dependabot in [#1542](https://github.com/nextcloud/notes/pull/1542)
29+
* 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)
30+
* Chore(deps): Bump @nextcloud/moment from 1.3.2 to 1.3.4 by @dependabot in [#1539](https://github.com/nextcloud/notes/pull/1539)
31+
* Chore(deps): Bump diff from 7.0.0 to 8.0.1 by @dependabot in [#1545](https://github.com/nextcloud/notes/pull/1545)
32+
* 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)
33+
* Update nextcloud/ocp dependencies by @nextcloud-command in [#1531](https://github.com/nextcloud/notes/pull/1531)
34+
* Fix npm audit by @nextcloud-command in [#1550](https://github.com/nextcloud/notes/pull/1550)
35+
36+
1537
## 4.12.0
1638

1739
### Added

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<summary>Distraction-free notes and writing</summary>
1111
<description><![CDATA[
1212
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>
13-
<version>4.12.0</version>
13+
<version>4.12.1</version>
1414
<licence>agpl</licence>
1515
<author>Kristof Hamann</author>
1616
<author>Bernhard Posselt</author>
@@ -25,7 +25,7 @@ The Notes app is a distraction free notes taking app for [Nextcloud](https://www
2525
<repository type="git">https://github.com/nextcloud/notes.git</repository>
2626
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
2727
<dependencies>
28-
<php min-version="8.0" max-version="8.3"/>
28+
<php min-version="8.0" max-version="8.4"/>
2929
<nextcloud min-version="28" max-version="32"/>
3030
</dependencies>
3131
<repair-steps>

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@nextcloud/moment": "^1.3.4",
2121
"@nextcloud/router": "^3.0.1",
2222
"@nextcloud/vue": "^8.26.1",
23-
"diff": "^8.0.1",
23+
"diff": "^8.0.2",
2424
"easymde": "^2.20.0",
2525
"markdown-it": "^14.1.0",
2626
"markdown-it-bidi": "^0.2.0",
@@ -46,5 +46,5 @@
4646
"browserslist": [
4747
"extends @nextcloud/browserslist-config"
4848
],
49-
"version": "4.12.0"
49+
"version": "4.12.1"
5050
}

0 commit comments

Comments
 (0)