Skip to content

Commit

Permalink
Update changelog and krankerl exclude list
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Dec 17, 2017
1 parent 173b0f4 commit f707bed
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
57 changes: 56 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,64 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.3.0 - unreleased

### Added
- Allow to assign users to cards
- Emit notifications for overdue cards
- Emit notifications if boards gets shared to a user
- Add support for Nextcloud 13
- Simplify layout for cleaner user experience
- Add contacts menu to avatars
- Automatically save card description on inactivity


### Fixed
- Fix card dragging behaviour
- Fix scrolling and dragging on mobile
- Various fixes when data is not syncronized between different views
- Improved performance
- Update document title when renaming a board
- Automatically chose the least used color
- Improve accessibility
- Fix issue when assigning labels after creating them
- Allow to save tag changes with enter


## 0.2.8 - 2017-11-26

### Fixed
- Drop support for NC 13, since that will only be supported by the next version of Deck

## 0.2.7 - 2017-11-10

### Fixed
- Fix bug that caused update to fail

## 0.2.6 - 2017-11-10

### Fixed
- Fix duedates not being updated with MySQL databases

## 0.2.5 - 2017-11-08

### Fixed
- Fix duedates not being saved with MySQL databases

## 0.2.4 - 2017-10-08

### Fixed
- Fix card action menu not being accessible

## 0.2.3 - 2017-09-23

### Fixed
- Fix delete stack button being not available
- Fix acl issues with PostgreSQL

## 0.2.2 - 2017-09-07

## Fixed
### Fixed
- Various frontend fixes
- Fix sidebar drag issues
- Improvements for IE11
Expand Down
6 changes: 5 additions & 1 deletion krankerl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
exclude = [
"build/",
".git",
"js/tests",
"js/node_modules",
"js/tests",
"js/bower.json",
"js/Gruntfile.js",
"js/package.json",
"js/package-lock.json",
"tests",
".codecov.yml",
"composer.json",
Expand Down

0 comments on commit f707bed

Please sign in to comment.