Prepare for first release
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user