From 25e0ae267039e1481e0d1f4dd668e56f4dbe188c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 29 Apr 2022 16:17:24 +0200 Subject: [PATCH] Bump version to 1.7.0-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d0f1d42..b1a2cbc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.7.0-rc.1 + +### Fixed + +- Show cards after moving into another list [#3736](https://github.com/nextcloud/deck/pull/3736) +- Fix paramter replacements when creating deck cards from talk messages @nickvergessen [#3683](https://github.com/nextcloud/deck/pull/3683) +- Fix hidden attachment icon on archived cards [#3733](https://github.com/nextcloud/deck/pull/3733) +- Adapt the card modal to upstream changes [#3764](https://github.com/nextcloud/deck/pull/3764) +- Fix text selection in dark mode and modal view [#3765](https://github.com/nextcloud/deck/pull/3765) +- Add missing indices [#3754](https://github.com/nextcloud/deck/pull/3754) ## 1.7.0-beta.1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 5b1b114d7..0f11c6626 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.7.0-beta.1 + 1.7.0-rc.1 agpl Julius Härtl Deck diff --git a/package.json b/package.json index b2239b60e..d22f3a37f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.7.0-beta.1", + "version": "1.7.0-rc.1", "authors": [ { "name": "Julius Härtl",