Skip to content

Commit 2761798

Browse files
committed
chore(release): 1.5.4-rc.1
Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
1 parent 1ac8cf6 commit 2761798

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 1.5.4-rc.1
4+
5+
### Fixed
6+
- preserve table width on editing content by @benjaminfrueh [#966](https://github.com/nextcloud/whiteboard/pull/966)
7+
- update translations from Transifex [#965](https://github.com/nextcloud/whiteboard/pull/965)
8+
9+
### Other
10+
- dependency updates: diff 5.2.2, tar, redis-memory-server [#964](https://github.com/nextcloud/whiteboard/pull/964) [#965](https://github.com/nextcloud/whiteboard/pull/965)
11+
- declare Nextcloud 33 compatibility (metadata only)
12+
313
## 1.5.3
414

515
### Fixed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
2323
2424
]]>
2525
</description>
26-
<version>1.5.3</version>
26+
<version>1.5.4-rc.1</version>
2727
<licence>agpl</licence>
2828
<author>Julius Härtl</author>
2929
<namespace>Whiteboard</namespace>
@@ -40,7 +40,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
4040
<screenshot>https://raw.githubusercontent.com/nextcloud/whiteboard/main/screenshots/screenshot1.png</screenshot>
4141

4242
<dependencies>
43-
<nextcloud min-version="28" max-version="32"/>
43+
<nextcloud min-version="28" max-version="33"/>
4444
</dependencies>
4545

4646
<settings>

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whiteboard",
3-
"version": "1.5.3",
3+
"version": "1.5.4-rc.1",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",
@@ -126,4 +126,4 @@
126126
"node": "^24.0.0",
127127
"npm": "^11.3.0"
128128
}
129-
}
129+
}

0 commit comments

Comments
 (0)