diff --git a/CHANGELOG.md b/CHANGELOG.md index 10118e0a9..6c085b99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.6.6 + +### Fixed + +- Fix number column issues [#784](https://github.com/nextcloud/tables/pull/784) +- fix: add display names to all column meta data printouts [#785](https://github.com/nextcloud/tables/pull/785) +- Avoid failures with link column database values from previous versions [#780](https://github.com/nextcloud/tables/pull/780) +- fix(sorting): handle NaN results if the values are empty [#757](https://github.com/nextcloud/tables/pull/757) + ## 0.6.5 - 2023-12-18 ### Upgraded - 🏳️ Translations diff --git a/appinfo/info.xml b/appinfo/info.xml index abd009d7a..744887b46 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -1,6 +1,5 @@ - - + + tables Tables Manage data the way you need it. @@ -22,9 +21,9 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.6.5 + 0.6.6 agpl - Florian Steffens + Florian Steffens Tables https://github.com/nextcloud/tables/wiki diff --git a/package.json b/package.json index cfd7971b2..60f38a058 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.6.5", + "version": "0.6.6", "author": "Florian Steffens