Skip to content

Commit

Permalink
Merge pull request #794 from nextcloud/release/0.6.6
Browse files Browse the repository at this point in the history
chore: Bump version to 0.6.6
  • Loading branch information
juliusknorr authored Jan 23, 2024
2 parents 0c746a4 + cd893aa commit fb22696
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 4 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<?xml version="1.0" encoding="utf-8"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>tables</id>
<name>Tables</name>
<summary>Manage data the way you need it.</summary>
Expand All @@ -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.
]]></description>
<version>0.6.5</version>
<version>0.6.6</version>
<licence>agpl</licence>
<author mail="[email protected]" >Florian Steffens</author>
<author mail="[email protected]">Florian Steffens</author>
<namespace>Tables</namespace>
<documentation>
<user>https://github.com/nextcloud/tables/wiki</user>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "0.6.5",
"version": "0.6.6",
"author": "Florian Steffens <[email protected]",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down Expand Up @@ -63,4 +63,4 @@
"sass": "^1.69.5",
"sass-loader": "^13.3.2"
}
}
}

0 comments on commit fb22696

Please sign in to comment.