@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user