From cd893aab26ce8d091682da2bc324437c7c3989b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 22 Jan 2024 09:06:45 +0100 Subject: [PATCH] chore: Bump version to 0.6.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 9 ++++----- package.json | 4 ++-- 3 files changed, 15 insertions(+), 7 deletions(-) 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