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 # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 0.3.0 - unreleased ## 0.3.0 - 2018-01-12
### Added ### Added
- Allow to assign users to cards - Allow to assign users to cards
@@ -23,6 +23,8 @@ All notable changes to this project will be documented in this file.
- Improve accessibility - Improve accessibility
- Fix issue when assigning labels after creating them - Fix issue when assigning labels after creating them
- Allow to save tag changes with enter - 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 ## 0.2.8 - 2017-11-26

View File

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

View File

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