From 2bc9a83efcfd373794ab6a81e7dc52b00b97e787 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Mon, 14 Oct 2024 16:02:26 +0200 Subject: [PATCH] chore(release): Bump version to 1.0.4 Signed-off-by: Julius Knorr --- CHANGELOG.md | 18 ++++++++++++++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0245ca5..edc4f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.0.4 + +### Fixed + +- support translation @hweihwang [#200](https://github.com/nextcloud/whiteboard/pull/200) +- fix: use system theme if no ncTheme available @grnd-alt [#215](https://github.com/nextcloud/whiteboard/pull/215) +- fix: Properly handle metrics aggregation with room data @juliushaertl [#224](https://github.com/nextcloud/whiteboard/pull/224) +- fix: Generate proper URL for token endpoint @juliushaertl [#209](https://github.com/nextcloud/whiteboard/pull/209) +- set viewmode if share is readonly @grnd-alt [#216](https://github.com/nextcloud/whiteboard/pull/216) +- fix: Proper fallback for app config methods on Nextcloud 28 @juliushaertl [#206](https://github.com/nextcloud/whiteboard/pull/206) +- fix: Color picker buttons too wide @konradmb [#211](https://github.com/nextcloud/whiteboard/pull/211) + +### Other + +- docs: Storage strategies & Scaling @hweihwang [#198](https://github.com/nextcloud/whiteboard/pull/198) +- test: Add vitest and some basic integration tests @juliushaertl [#146](https://github.com/nextcloud/whiteboard/pull/146) +- docs: Enhance setup documentation @juliushaertl [#210](https://github.com/nextcloud/whiteboard/pull/210) + ## 1.0.3 - Start translating the app #202 diff --git a/appinfo/info.xml b/appinfo/info.xml index 139ed24..280a9a0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w ]]> - 1.0.3 + 1.0.4 agpl Julius Härtl Whiteboard diff --git a/package.json b/package.json index 9dcbdeb..dfa0226 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whiteboard", - "version": "1.0.3", + "version": "1.0.4", "license": "AGPL-3.0-or-later", "private": true, "type": "module", @@ -89,4 +89,4 @@ "node": "^20", "npm": "^10" } -} +} \ No newline at end of file