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:
authorMarcel Klehr <mklehr@gmx.net>2022-10-27 12:47:05 +0300
committerGitHub <noreply@github.com>2022-10-27 12:47:05 +0300
commit17f7d196241850913016ec41620602ca1aaf11cf (patch)
tree2b84458a7e34132ca3754b5af9f304550b342b28
parent7e0c1a8024c06f0c0cf4651591924fe7aeddda22 (diff)
parent4769c69ba7d9039ce621e5f9a99bca25f33e99e7 (diff)
Merge pull request #4157 from nextcloud/release/1.8.1v1.8.1
-rw-r--r--CHANGELOG.md16
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 14 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5243b839..6b5d6407 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.8.1
+
+### Fixed
+
+ - Fix Duedate activity @nickvergessen [#4155](https://github.com/nextcloud/deck/pull/4155)
+
## 1.8.0
### Added
@@ -479,7 +485,7 @@ Android app team for helping to improve our REST API:
- Fix comment activities on Nextcloud 15
- Fix issues with Edge
- API: Fix numeric types that were returned as strings
-- API: Fix If-Modified-Since header parsing
+- API: Fix If-Modified-Since header parsing
## 0.5.1 - 2018-12-05
@@ -606,7 +612,7 @@ Android app team for helping to improve our REST API:
### Fixed
- Various frontend fixes
- Fix sidebar drag issues
-- Improvements for IE11
+- Improvements for IE11
- Fix bug when draging a card to an empty stack
## 0.2.1 - 2017-07-04
@@ -680,7 +686,7 @@ Android app team for helping to improve our REST API:
### Fixed
- Various styling improvements
-- Fix problems with MySQL and PostgreSQL
+- Fix problems with MySQL and PostgreSQL
- Select first color by default when creating boards
- Fix error when changing board permissions
@@ -688,9 +694,9 @@ Android app team for helping to improve our REST API:
### Added
- Sharing boards with other users
-- Create and manage boards
+- Create and manage boards
- Sort cards on stacks by drag-and-drop
- Assign labels
- Markdown notes for each card
-- Archive cards
+- Archive cards
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c40c68a9..1c68873b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
- <version>1.8.0</version>
+ <version>1.8.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
diff --git a/package-lock.json b/package-lock.json
index b7aeeedd..034506cf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "deck",
- "version": "1.8.0",
+ "version": "1.8.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 59591ee5..0f53802c 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.8.0",
+ "version": "1.8.1",
"authors": [
{
"name": "Julius Härtl",