diff --git a/CHANGELOG.md b/CHANGELOG.md index a22cde74..f1342a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.6.0-beta.4 - 2023-09-14 +### Added +- โš—๏ธ Add views to tables +- ๐Ÿค Share views individually +- ๐Ÿ› ๏ธ Adjust views with filters, sorting and column selection and ordering +- ๐Ÿ”— Link to any Nextcloud resource like files, pictures, contacts, deck-cards, etc. +- ๐Ÿ“‡ New smart picker integrations and link previews +- ๐Ÿคน Insert dynamic tables directly into any Nextcloud text editor + +### Updated +- ๐Ÿณ๏ธ Translations +- ๐Ÿž Bug fixing +- โœจ Small design adjustments +- ๐Ÿ’พ Update software dependencies + ## 0.6.0-beta.3 - 2023-09-12 ### Added - โš—๏ธ Add views to tables diff --git a/appinfo/info.xml b/appinfo/info.xml index 59a4f233..db47b864 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Share your tables with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.6.0-beta.3 + 0.6.0-beta.4 agpl Florian Steffens Tables diff --git a/package.json b/package.json index 0b8012c4..06ee37a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.6.0-beta.3", + "version": "0.6.0-beta.4", "author": "Florian Steffens