Merge pull request #42 from juliushaertl/prepare-appstore-release

Release preparations for 0.1.1
This commit is contained in:
Julius Härtl
2017-02-06 23:42:17 +01:00
committed by GitHub
3 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
## 0.1.1
### Fixed
- Various styling improvements
- Fix problems with MySQL and PostgreSQL
- Select first color by default when creating boards
- Fix error when changing board permissions
## 0.1.0
### Added
- Sharing boards with other users

View File

@@ -11,7 +11,7 @@ Deck is a kanban style organization tool aimed at personal planning and project
- :rocket: Get your project organized
![Deck - Manage cards on your board](https://bitgrid.net/~jus/deck.png)
![Deck - Manage cards on your board](https://bitgrid.net/~jus/deck_1.png)
:boom: This is still alpha software: it may not be stable enough for production
@@ -29,7 +29,7 @@ This app is supposed to work on Nextcloud version 11 or later.
### Install latest release
Grab the latest release over here, extract it to your Nextcloud apps folder and enable the app.
You can download and install the latest release from the [Nextcloud app store](https://apps.nextcloud.com/apps/deck)
### Install from git

View File

@@ -16,16 +16,18 @@
:boom: This is still alpha software: it may not be stable enough for production!
</description>
<version>0.1.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<version>0.1.0</version>
<namespace>Deck</namespace>
<category>organization</category>
<category>office</category>
<bugs>https://github.com/juliushaertl/deck/issues</bugs>
<repository type="git">https://github.com/juliushaertl/deck.git</repository>
<screenshot>https://bitgrid.net/~jus/deck_1.png</screenshot>
<screenshot>https://bitgrid.net/~jus/deck_2.png</screenshot>
<screenshot>https://bitgrid.net/~jus/deck_3.png</screenshot>
<dependencies>
<nextcloud min-version="11" max-version="12" />
</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>