Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2022-10-26 15:59:15 +02:00
parent f322b6191e
commit 4769c69ba7
4 changed files with 14 additions and 8 deletions

View File

@@ -1,6 +1,12 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. 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 ## 1.8.0
### Added ### Added
@@ -479,7 +485,7 @@ Android app team for helping to improve our REST API:
- Fix comment activities on Nextcloud 15 - Fix comment activities on Nextcloud 15
- Fix issues with Edge - Fix issues with Edge
- API: Fix numeric types that were returned as strings - 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 ## 0.5.1 - 2018-12-05
@@ -606,7 +612,7 @@ Android app team for helping to improve our REST API:
### Fixed ### Fixed
- Various frontend fixes - Various frontend fixes
- Fix sidebar drag issues - Fix sidebar drag issues
- Improvements for IE11 - Improvements for IE11
- Fix bug when draging a card to an empty stack - Fix bug when draging a card to an empty stack
## 0.2.1 - 2017-07-04 ## 0.2.1 - 2017-07-04
@@ -680,7 +686,7 @@ Android app team for helping to improve our REST API:
### Fixed ### Fixed
- Various styling improvements - Various styling improvements
- Fix problems with MySQL and PostgreSQL - Fix problems with MySQL and PostgreSQL
- Select first color by default when creating boards - Select first color by default when creating boards
- Fix error when changing board permissions - Fix error when changing board permissions
@@ -688,9 +694,9 @@ Android app team for helping to improve our REST API:
### Added ### Added
- Sharing boards with other users - Sharing boards with other users
- Create and manage boards - Create and manage boards
- Sort cards on stacks by drag-and-drop - Sort cards on stacks by drag-and-drop
- Assign labels - Assign labels
- Markdown notes for each card - Markdown notes for each card
- Archive cards - Archive cards

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.8.0</version> <version>1.8.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<namespace>Deck</namespace> <namespace>Deck</namespace>

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "deck", "name": "deck",
"version": "1.8.0", "version": "1.8.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "deck", "name": "deck",
"description": "", "description": "",
"version": "1.8.0", "version": "1.8.1",
"authors": [ "authors": [
{ {
"name": "Julius Härtl", "name": "Julius Härtl",