Skip to content

Commit 1052f7a

Browse files
authored
Merge pull request #942 from nextcloud/release/1.5.2
release/1.5.2
2 parents 6d03b5d + 0d210c1 commit 1052f7a

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

CHANGELOG.md

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

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

545
### 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.2</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: 1 addition & 1 deletion
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.2",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)