diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a79224..9f90d1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ # Changelog +## 0.5.1 - 2023-06-12 +### Added +- 💻 OCC command to clean up row data +- ✨ Filter for empty cells + +### Updated +- 🏳️ Translations +- 🐞 A lot of bug fixing +- ✨ Small design adjustments +- 💾 Update software dependencies + ## 0.5.0 - 2023-05-14 ### Updated - Fix bugs - Update translations - Update software dependencies -- Accessibility improvements +- Accessibility improvements ### Added - 🔍 Search and filter in tables diff --git a/appinfo/info.xml b/appinfo/info.xml index 5e211628..0f2e2515 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.5.0 + 0.5.1 agpl Florian Steffens Tables diff --git a/package.json b/package.json index 5667dae1..aef78953 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.5.0", + "version": "0.5.1", "author": "Florian Steffens