Skip to content

Commit c49bdab

Browse files
JuliaKirschenheuterenjeck
authored andcommitted
build(release): 4.12.4
Signed-off-by: julia.kirschenheuter <[email protected]>
1 parent 0ac86fa commit c49bdab

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
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.4
16+
17+
### Fixed
18+
19+
* Chore(deprecation): Switch from annotations to method attributes by @oli-ver [#1604](https://github.com/nextcloud/notes/pull/1604)
20+
21+
### Dependencies
22+
23+
* Chore(deps): Bump actions/checkout from 4.3.0 to 5.0.0 by @dependabot[bot] [#1619](https://github.com/nextcloud/notes/pull/1619)
24+
* Chore(deps-dev): Bump sha.js from 2.4.11 to 2.4.12 by @dependabot[bot] [#1621](https://github.com/nextcloud/notes/pull/1621)
25+
* Chore(deps-dev): Bump cipher-base from 1.0.4 to 1.0.6 by @dependabot[bot] [#1622](https://github.com/nextcloud/notes/pull/1622)
26+
* Chore(deps-dev): Bump php-cs-fixer/shim from 3.85.1 to 3.86.0 by @dependabot[bot] [#1628](https://github.com/nextcloud/notes/pull/1628)
27+
* Chore(deps-dev): Bump guzzlehttp/guzzle from 7.9.3 to 7.10.0 by @dependabot[bot] [#1629](https://github.com/nextcloud/notes/pull/1629)
28+
* Chore(deps-dev): Bump phan/phan from 5.5.0 to 5.5.1 by @dependabot[bot] [#1630](https://github.com/nextcloud/notes/pull/1630)
29+
30+
### Added
31+
32+
* feat(ui): switch to outline icons by @JuliaKirschenheuter [#1596](https://github.com/nextcloud/notes/pull/1596)
33+
* Prevent exception for a share file by inviting a new guest account by @JuliaKirschenheuter [#1595](https://github.com/nextcloud/notes/pull/1595)
34+
* feat(files): Expose image api for other clients as api v1.4 including routes fix by @oli-ver [#1600](https://github.com/nextcloud/notes/pull/1600)
35+
36+
1537
## 4.12.3
1638

1739
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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.3</version>
13+
<version>4.12.4</version>
1414
<licence>agpl</licence>
1515
<author>Kristof Hamann</author>
1616
<author>Bernhard Posselt</author>

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"browserslist": [
4848
"extends @nextcloud/browserslist-config"
4949
],
50-
"version": "4.12.3"
50+
"version": "4.12.4"
5151
}

0 commit comments

Comments
 (0)