Prepare for first release

This commit is contained in:
Julius Haertl
2017-01-31 10:21:38 +01:00
parent f1a87394da
commit 317f116a6a
2 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
## [Unreleased] ## 0.1.0
### Added ### Added
- Sharing boards with other users - Sharing boards with other users
- Create and manage boards
- Sort cards on stacks by drag-and-drop
- Assign labels
- Markdown notes for each card

View File

@@ -3,14 +3,17 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>deck</id> <id>deck</id>
<name>Deck</name> <name>Deck</name>
<description>My first ownCloud app</description> <summary>A kanban style project and personal management tool for Nextcloud</summary>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<version>0.1.0-beta1</version> <version>0.1.0</version>
<namespace>Deck</namespace> <namespace>Deck</namespace>
<category>organization</category> <category>organization</category>
<category>office</category> <category>office</category>
<dependencies> <dependencies>
<nextcloud min-version="11" max-version="12" /> <nextcloud min-version="11" max-version="12" />
</dependencies> </dependencies>
<repository type="git">https://github.com/juliushaertl/deck.git</repository>
<bugs>https://github.com/juliushaertl/deck/issues</bugs>
<screenshot>https://bitgrid.net/~jus/deck.png</screenshot>
</info> </info>