|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 34 | ## 1.5.0 |
4 | 35 |
|
5 | 36 | ### Added |
|
0 commit comments