diff --git a/CHANGELOG.md b/CHANGELOG.md index abcf16157..719083956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.6.2 + +### Added + +- Transfer ownership @juliushaertl [#3664](https://github.com/nextcloud/deck/pull/3664) + +### Fixed + +- 🐛 Fix missing files sidebar [#3641](https://github.com/nextcloud/deck/pull/3641) +- Add a missing translation - not found in transifex [#3706](https://github.com/nextcloud/deck/pull/3706) +- Fix: Check all circle shares for permissions [#3717](https://github.com/nextcloud/deck/pull/3717) +- Sort boards non case sensitive [#3663](https://github.com/nextcloud/deck/pull/3663) +- Use explicit cast to make use of index @juliushaertl [#3497](https://github.com/nextcloud/deck/pull/3497) +- Fix paramter replacements when creating deck cards from talk messages @juliushaertl [#3741](https://github.com/nextcloud/deck/pull/3741) +- Fix hidden attachment icon on archived cards [#3734](https://github.com/nextcloud/deck/pull/3734) +- Fix text selection in dark mode and modal view [#3766](https://github.com/nextcloud/deck/pull/3766) + +### Other + +- Properly check for the stack AND setting board permissions [#3713](https://github.com/nextcloud/deck/pull/3713) +- Add missing indices [#3755](https://github.com/nextcloud/deck/pull/3755) + ## 1.6.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index ae298067d..075d59010 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.6.1 + 1.6.2 agpl Julius Härtl Deck diff --git a/package.json b/package.json index d10048a1e..88de870fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.6.1", + "version": "1.6.2", "authors": [ { "name": "Julius Härtl",