From 411626c038e11726efabe9339f3d26a521937c5e Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Tue, 30 Aug 2022 14:34:02 +0200 Subject: [PATCH] changes for 1.8.0-beta.1 Signed-off-by: Luka Trovic --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7796927d1..0a5db271e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,45 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.8.0-beta.1 +### Enhancements + +- Nextcloud 25 compatibility +- Performance improvements + - Use capped memory cache for board permissions @juliushaertl [#3980](https://github.com/nextcloud/deck/pull/3980) + - Improve CalDAV integration performance @juliushaertl [#3982](https://github.com/nextcloud/deck/pull/3982) + - Simpify query for getting shared files @juliushaertl [#3983](https://github.com/nextcloud/deck/pull/3983) +- Accessibility improvements + - Add a11y label for sidebar button @marcelklehr [#3986](https://github.com/nextcloud/deck/pull/3986) + - Improve filter popover accessibility @juliushaertl [#3820](https://github.com/nextcloud/deck/pull/3820) + - Set ids to skip to content/navigation @juliushaertl [#3924](https://github.com/nextcloud/deck/pull/3924) + - Invert icons properly in dark mode @juliushaertl [#3939](https://github.com/nextcloud/deck/pull/3939) +- Bump dependencies + +### Fixed + +- set last modified when the card was found. Fixes #3763 @ylebre [#3796](https://github.com/nextcloud/deck/pull/3796) +- Increase file count after sharing @luka-nextcloud [#3682](https://github.com/nextcloud/deck/pull/3682) +- Align Duedate-delete icon properly - fixes nextcloud/deck#3791 @Ben-Ro [#3811](https://github.com/nextcloud/deck/pull/3811) +- Fix for issue #3637 @flummer [#3833](https://github.com/nextcloud/deck/pull/3833) +- Switch to 'markdown-it-task-checkbox' for rendering of task lists @q-wertz [#3898](https://github.com/nextcloud/deck/pull/3898) +- Make rename functions accessibly by keyboard navigation @juliushaertl [#3813](https://github.com/nextcloud/deck/pull/3813) +- Prevent opening card and applyLabelFilter on card drag end @eneiluj [#3916](https://github.com/nextcloud/deck/pull/3916) +- Inserted required property in the rename list field, to prevent the l… @mstolf [#3862](https://github.com/nextcloud/deck/pull/3862) +- Fix share provider for master changes @nickvergessen [#3942](https://github.com/nextcloud/deck/pull/3942) +- Fetch attachment folder for the correct user during cron job @juliushaertl [#3952](https://github.com/nextcloud/deck/pull/3952) +- Fix z-index for deck sidebar @Raudius [#3884](https://github.com/nextcloud/deck/pull/3884) + +### Other + +- Switch from OC::$server->get to OCP\Server::get @CarlSchwan [#3801](https://github.com/nextcloud/deck/pull/3801) +- Add performance section in README @eneiluj [#3830](https://github.com/nextcloud/deck/pull/3830) +- Fix static analysis by stubbing more circle methods @juliushaertl [#3900](https://github.com/nextcloud/deck/pull/3900) +- fix(docs): fix links to JSON schemas for Trello @wiktor2200 [#3872](https://github.com/nextcloud/deck/pull/3872) +- Move to OCP\Collaboration\Resources\LoadAdditionalScriptsEvent @juliushaertl [#3818](https://github.com/nextcloud/deck/pull/3818) +- Rename settings to deck settings @PVince81 [#3928](https://github.com/nextcloud/deck/pull/3928) +- SCSS cleanup @juliushaertl [#3803](https://github.com/nextcloud/deck/pull/3803) +- Hide deprecated projects in sidebar and card details by default @Pytal [#3984](https://github.com/nextcloud/deck/pull/3984) ## 1.7.0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 56c876bb4..6e9dbc84d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.8.0-beta.0 + 1.8.0-beta.1 agpl Julius Härtl Deck diff --git a/package-lock.json b/package-lock.json index 2d9cd934a..0870cc137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck", - "version": "1.8.0-beta.0", + "version": "1.8.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deck", - "version": "1.8.0-beta.0", + "version": "1.8.0-beta.1", "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", diff --git a/package.json b/package.json index eeae9900e..c81e0518b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.8.0-beta.0", + "version": "1.8.0-beta.1", "authors": [ { "name": "Julius Härtl",