From 216967e976f159d09b225efc7cb58628e0ca7707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 29 Nov 2023 12:32:01 +0100 Subject: [PATCH] chore(release): Bump version to 1.12.0-beta.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 13 +++++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b936a5f..e3c800d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.12.0-beta.4 + +### Added + +- scroll board by dragging @shoetten [#5293](https://github.com/nextcloud/deck/pull/5293) + +### Fixed + +- fix: Use text content as result for comments @juliushaertl [#5294](https://github.com/nextcloud/deck/pull/5294) +- fix: Bring back due date indicator to compact mode @juliushaertl [#5292](https://github.com/nextcloud/deck/pull/5292) +- Fix small issues around delete/undo @juliushaertl [#5296](https://github.com/nextcloud/deck/pull/5296) +- fix(controls): use primary when filter is active @fitrahfm [#5299](https://github.com/nextcloud/deck/pull/5299) + ## 1.12.0-beta.3 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index df0865050..be962b032 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.12.0-beta.3 + 1.12.0-beta.4 agpl Julius Härtl diff --git a/package.json b/package.json index 1d7581dad..4d7de2093 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.12.0-beta.3", + "version": "1.12.0-beta.4", "authors": [ { "name": "Julius Härtl",