-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Florian Steffens <[email protected]>
- Loading branch information
Florian Steffens
committed
May 14, 2023
1 parent
5a23e07
commit cc00ef2
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|