Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Steffens <[email protected]>
  • Loading branch information
Florian Steffens committed May 14, 2023
1 parent 5a23e07 commit cc00ef2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.5.0 - 2023-05-14
### Updated
- Fix bugs
- Update translations
- Update software dependencies
- Accessibility improvements

### Added
- 🔍 Search and filter in tables
- ↕️ Sorting
- ✨ New column type "rich text", using Nextclouds default text editor
- ✨ New column type "multi selection" and "selection"
- ⤵️ Import tables
- 🛜 Serve some capabilities information

## 0.4.0

## 0.3.2 - 2023-03-15
Expand Down
15 changes: 9 additions & 6 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@
With this app you are able to create your own tables with individual columns. You can start with a template or from scratch and add your wanted columns.
You can choose from the following column types:
- Text line or long text
- Text line or rich text
- Link
- Number
- Progress bar
- Stars rating
- Yes/No tick
- Date and/or time
- (Multi) selection
Share your tables with users and groups within your cloud.
Have a good time and manage whatever you want.
]]></description>
<version>0.4.0</version>
<version>0.5.0</version>
<licence>agpl</licence>
<author mail="[email protected]" >Florian Steffens</author>
<namespace>Tables</namespace>
Expand All @@ -32,10 +33,12 @@ Have a good time and manage whatever you want.
<category>office</category>
<website>https://github.com/nextcloud/tables</website>
<bugs>https://github.com/nextcloud/tables/issues</bugs>
<screenshot small-thumbnail="https://dl.datenangebot.de/nc%20tables/screenshots/v0.3.1/nc-tables-1-small.png">https://dl.datenangebot.de/nc%20tables/screenshots/v0.3.1/nc-tables-1.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.3.1/nc-tables-2.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.3.1/nc-tables-3.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.3.1/nc-tables-4.png</screenshot>
<screenshot small-thumbnail="https://dl.datenangebot.de/nc%20tables/screenshots/v0.5/sh-tables-1-small.png">https://dl.datenangebot.de/nc%20tables/screenshots/v0.5/sh-tables-1.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.5/sh-tables-2.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.5/sh-tables-3.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.5/sh-tables-4.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.5/sh-tables-5.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/v0.5/sh-tables-6.png</screenshot>
<dependencies>
<database>pgsql</database>
<database>mysql</database>
Expand Down
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.4.0",
"version": "0.5.0",
"author": "Florian Steffens <[email protected]",
"bugs": {
"url": "https://github.com/nextcloud/tables/issues"
Expand Down

0 comments on commit cc00ef2

Please sign in to comment.