summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2019-08-24 13:50:59 -0700
committerFrédéric Guillot <fred@kanboard.net>2019-08-24 14:17:13 -0700
commit8b2d46ed5d4f3d3789696478f69d08a3b11323d9 (patch)
treed598f9ec3e5498c92bbc3c19be36872fa98ae5d8
parenta630b5b7deecdeb231358b01d91731a15577059a (diff)
Update ChangeLog
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 496a542c..cf307f46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+Version 1.2.11 (Aug 24, 2019)
+-----------------------------
+
+Breaking Changes:
+
+* Internet Explorer is not supported anymore
+
+Fixes and Improvements:
+
+* Fixed issue of tooltip not disapearing
+* Update Docker image to Alpine Linux 3.10.2
+* Hide due date time on the card if time is 00:00
+* Add new plugin hooks in view switcher
+* Add project ID to ExternalTaskProviderInterface::fetch()
+* Ignore Dockerfiles from git archive
+* Remove dependency on nodejs and gulp
+* Remove dependency on Sass
+ - Convert *.sass files to vanilla CSS
+ - Start using CSS variables
+ - Add PHP minifier
+* Add link button to text editor
+* Implements check for duplicate default categories
+* Implements check for duplicate default columns
+* Fix HTML parsing in Markdown editor
+* Change checkboxes alignment in task creation form
+* Add support for reference:none
+* Fix tabindexes on task creation and modification forms
+* Add option to clone filters on project duplication
+ - Fixed missing metadata option from project "create from"
+ - Added option to clone project custom filters
+ - Added append option to custom field tests
+ - Added a test that uses the "append" option
+ - Fixed disabled swimlane duplication error with Postgresql
+* Update translations
+* Save thumbnails as PNG to have transparency
+* New action to update the start date when a task move away from a column
+* Add the possibility to sort columns by due date
+* Add "identifier" beside "name" while creating a new project
+
Version 1.2.10 (June 21, 2019)
------------------------------