Merge pull request #384 from nextcloud/prepare-0.3.0

Prepare 0.3.0
This commit is contained in:
Julius Härtl
2018-01-12 15:12:36 +01:00
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## 0.3.0 - unreleased
## 0.3.0 - 2018-01-12
### Added
- Allow to assign users to cards
@@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file.
- Improve accessibility
- Fix issue when assigning labels after creating them
- Allow to save tag changes with enter
- Fix bug when removing labels changed the color of the remaining ones
- Fix issues with auto saving of card descriptions
## 0.2.8 - 2017-11-26

View File

@@ -14,7 +14,7 @@
- 🚀 Get your project organized
</description>
<version>0.3.0-beta1</version>
<version>0.3.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>

View File

@@ -5,15 +5,19 @@ exclude = [
"js/node_modules",
"js/tests",
"js/bower.json",
"js/.bowerrc",
"js/.jshintrc",
"js/Gruntfile.js",
"js/package.json",
"js/package-lock.json",
"js/vendor/jquery",
"tests",
".codecov.yml",
"composer.json",
"composer.lock",
"_config.yml",
".drone.yml",
".travis.yml",
".eslintignore",
".eslintrc.yml",
".gitignore",