Skip to content

Commit 669173f

Browse files
hweihwangjuliusknorr
authored andcommitted
chore(release): v1.5.1
Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
1 parent 6d03b5d commit 669173f

File tree

4 files changed

+36
-5
lines changed

4 files changed

+36
-5
lines changed

CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Added
6+
7+
- Add link to search tab in main menu @silverkszlo [#891](https://github.com/nextcloud/whiteboard/pull/891)
8+
- Add sharing hint for embed file, board @luka-nextcloud [#929](https://github.com/nextcloud/whiteboard/pull/929)
9+
10+
### Fixed
11+
12+
- Libraries UI fixes @juliusknorr [#881](https://github.com/nextcloud/whiteboard/pull/881)
13+
- Toolbar buttons disappear on window resize @benjaminfrueh [#882](https://github.com/nextcloud/whiteboard/pull/882)
14+
- Version viewer regression @hweihwang [#884](https://github.com/nextcloud/whiteboard/pull/884)
15+
- Skip postinstall of redis-memory-server package @juliusknorr [#885](https://github.com/nextcloud/whiteboard/pull/885)
16+
- Hide help dialog header buttons @juliusknorr [#887](https://github.com/nextcloud/whiteboard/pull/887)
17+
- Use Viewer for public whiteboard shares on NC29 @hweihwang [#890](https://github.com/nextcloud/whiteboard/pull/890)
18+
- Offer table insertion only when createTable API is available @silverkszlo [#901](https://github.com/nextcloud/whiteboard/pull/901)
19+
- Fix broken table UI @silverkszlo [#902](https://github.com/nextcloud/whiteboard/pull/902)
20+
- Prevent wheel events in embeds propagating to parent @benjaminfrueh [#903](https://github.com/nextcloud/whiteboard/pull/903)
21+
- Fix timer @hweihwang [#910](https://github.com/nextcloud/whiteboard/pull/910)
22+
- Linked files added via smartpicker open in new tab @silverkszlo [#911](https://github.com/nextcloud/whiteboard/pull/911)
23+
- Follow user @hweihwang [#912](https://github.com/nextcloud/whiteboard/pull/912)
24+
- Incorrect key binding hint for eraser @luka-nextcloud [#914](https://github.com/nextcloud/whiteboard/pull/914)
25+
- Fix recording timestamp and improve recording UI controls @hweihwang [#915](https://github.com/nextcloud/whiteboard/pull/915)
26+
- Fix stale initial data promise causing "Loading scene" hang @hweihwang [#916](https://github.com/nextcloud/whiteboard/pull/916)
27+
28+
### Other
29+
30+
- Update nextcloud/ocp dependency @nextcloud-command [#869](https://github.com/nextcloud/whiteboard/pull/869) [#920](https://github.com/nextcloud/whiteboard/pull/920) [#923](https://github.com/nextcloud/whiteboard/pull/923)
31+
- fix(playwright): improve test stability and skip NC33 during Vue 3 migration @hweihwang [#913](https://github.com/nextcloud/whiteboard/pull/913)
32+
- ci: Fix viewer to use the proper branch @juliusknorr [#928](https://github.com/nextcloud/whiteboard/pull/928)
33+
334
## 1.5.0
435

536
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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.0</version>
26+
<version>1.5.1</version>
2727
<licence>agpl</licence>
2828
<author>Julius Härtl</author>
2929
<namespace>Whiteboard</namespace>

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.0",
3+
"version": "1.5.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)