Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-05-02 17:43:48 +0300
committerJulius Härtl <jus@bitgrid.net>2022-05-02 17:43:48 +0300
commit5e3ddd83fc189b834de090fa8c6a8b52d5ef5a9e (patch)
tree107550c7ee13093dd82770cea33d04f6552191a8
parent6b985463d859cea63933cbf8f7da7a6e3082df99 (diff)
Bump version to 1.7.0v1.7.0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md20
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 11 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1a2cbc3..bfaa4bd7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,7 @@
# 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
+## 1.7.0
### Added
@@ -56,6 +45,13 @@ All notable changes to this project will be documented in this file.
- Properly check for the stack AND setting board permissions @juliushaertl [#3670](https://github.com/nextcloud/deck/pull/3670)
- Replace deprecated String.prototype.substr() @CommanderRoot [#3669](https://github.com/nextcloud/deck/pull/3669)
- Dependency updates
+- 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)
+- Handle qb mapper exception messages properly @juliushaertl [#3769](https://github.com/nextcloud/deck/pull/3769)
## 1.6.0-beta1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0f11c662..ba733fd0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
- <version>1.7.0-rc.1</version>
+ <version>1.7.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
diff --git a/package-lock.json b/package-lock.json
index 131b7e9f..35a42e40 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "deck",
- "version": "1.7.0-beta1",
+ "version": "1.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index d22f3a37..e2907d62 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.7.0-rc.1",
+ "version": "1.7.0",
"authors": [
{
"name": "Julius Härtl",