diff --git a/CHANGELOG.md b/CHANGELOG.md index 05cf58a71..c3f9ba3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 0.8.0-beta.2 + +### Feature highlights + +### Added + +* feat: add backend for new user/group column @enjeck [#1090](https://github.com/nextcloud/tables/pull/1090) +* Analytics: permission error on shared tables with non-shared views @Rello [#1248](https://github.com/nextcloud/tables/pull/1248) +* feat: User/group column frontend @enjeck [#1113](https://github.com/nextcloud/tables/pull/1113) + +### Fixed + +* fix: Make user listing in table more consistent by using NcUserBubble @juliushaertl [#1254](https://github.com/nextcloud/tables/pull/1254) +* fix: Navigation table entries UI issues @enjeck [#1195](https://github.com/nextcloud/tables/pull/1195) +* fix(files): fix appstore-build-publish.yml @JuliaKirschenheuter [#1244](https://github.com/nextcloud/tables/pull/1244) + +### Dependencies + +* fix(deps): update tiptap to ^2.5.7 (main) @renovate [#1245](https://github.com/nextcloud/tables/pull/1245) +* fix(deps): update dependency @nextcloud/vue to ^8.15.0 (main) @renovate [#1246](https://github.com/nextcloud/tables/pull/1246) + ## 0.8.0-beta.1 ### Feature highlights diff --git a/appinfo/info.xml b/appinfo/info.xml index 9991f37bb..b881f0227 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.8.0-beta.1 + 0.8.0-beta.2 agpl Florian Steffens Tables diff --git a/package-lock.json b/package-lock.json index ff6ce76e8..e9fea9f64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tables", - "version": "0.8.0-beta.1", + "version": "0.8.0-beta.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tables", - "version": "0.8.0-beta.1", + "version": "0.8.0-beta.2", "license": "agpl", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index 3cedd2aaf..ee580305c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.8.0-beta.1", + "version": "0.8.0-beta.2", "author": "Florian Steffens