From bc4345afc4a2c538ca635ba7ca6ba47156a646e1 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 8 May 2024 10:33:41 +0200 Subject: [PATCH] build(release): 0.7.2 Signed-off-by: Arthur Schiwon --- CHANGELOG.md | 21 +++++++++++++++++++++ appinfo/info.xml | 2 +- package.json | 4 ++-- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f950c5e9a..94e8e5564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.7.2 + +### Added + +* [enh(Contexts): set active navigation entry (tables#1069)](https://github.com/nextcloud/tables/pull/1069) +* [enh: Delete Application and its shares (tables#1071)](https://github.com/nextcloud/tables/pull/1071) + +### Fixed + +* [fix: Properly set random icon on load (tables#1041)](https://github.com/nextcloud/tables/pull/1041) +* [fix(App): unstuck navbar focus on internal entries (tables#1043)](https://github.com/nextcloud/tables/pull/1043) +* [fix(occ): Fix occ tables:update by defining the `description` option and making `title` optional (tables#1047)](https://github.com/nextcloud/tables/pull/1047) +* [fix(DB): update tables_row_sleeves' sequence after migration (tables#1070)](https://github.com/nextcloud/tables/pull/1070) + +### Other + +* [perf: Make cache usable for unfavorited entries (tables#1065)](https://github.com/nextcloud/tables/pull/1065) +* [perf: Avoid extra queries to get the view ownership (tables#1066)](https://github.com/nextcloud/tables/pull/1066) +* [ci(integration): tests against context deletion (tables#1073)](https://github.com/nextcloud/tables/pull/1073) +* [Fix(deps): update dependency @nextcloud/router to ^3.0.1 (stable0.7) (tables#1022)](https://github.com/nextcloud/tables/pull/1022) + ## 0.7.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index e9535acb3..91bc8138a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -21,7 +21,7 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.7.1 + 0.7.2 agpl Florian Steffens Tables diff --git a/package.json b/package.json index b84167388..ab1b35df8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.7.1", + "version": "0.7.2", "author": "Florian Steffens