Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(release): 0.8.3 #1536

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

# Changelog

## 0.8.3

### Fixed

* [[stable0.8] fix(Import): expect selectionOptions as array from json (tables#1425)](https://github.com/nextcloud/tables/pull/1425)
* [[stable0.8] fix: use actual providerId in link rows (tables#1498)](https://github.com/nextcloud/tables/pull/1498)
* [[stable0.8] Fix "start of week" filter not working on table views (tables#1512)](https://github.com/nextcloud/tables/pull/1512)
* [[stable0.8] fix: allow adding meta data columns to views again (tables#1530)](https://github.com/nextcloud/tables/pull/1530)
* [[stable0.8] fix(Views): allow to sort for meta columns (tables#1533)](https://github.com/nextcloud/tables/pull/1533)

### Other

* dependency updates

## 0.8.2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Share your tables and views with users and groups within your cloud.
Have a good time and manage whatever you want.
]]></description>
<version>0.8.2</version>
<version>0.8.3</version>
<licence>agpl</licence>
<author mail="[email protected]">Florian Steffens</author>
<namespace>Tables</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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.8.2",
"version": "0.8.3",
"author": "Florian Steffens <[email protected]",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down
Loading