From 962db83404680395b175c28ee623bf3577edcd48 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 9 Dec 2017 10:00:10 -0800 Subject: Update ChangeLog --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ doc/en_US/suse-installation.markdown | 6 +++--- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1fcf3d7..949a2f2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +Version 1.1.1 (December 9, 2017) +-------------------------------- + +Breaking changes: + +* The Docker tag "stable" is not used anymore, instead use a specific version tag +* Task limit apply across all swimlanes +* Kanboard is now using the domain kanboard.org + +New features: + +* New automatic action to create a subtask assigned to the creator and start the timer +* New automatic action to stop the timer of subtasks +* Add command line tool to remove project activities after one year +* Add command line tool to disable projects not touched during one year +* Add config option to exclude fields from auth providers sync +* Add new plugin hooks + +Improvements: + +* Open audio files in a new tab +* Upgrade Docker image to Alpine Linux 3.7 +* Improve Docker build to use Docker Hub hooks +* The application version is now included into the Docker image +* Disable private projects when disabling a user +* Allow administrators to update username of remote users +* Improve layout on mobile/tablet devices +* Changed board column headings to show swimlane-column total in bold +* Enable dragging to collapsed columns +* Add missing checks for requirements + +Bug fixes: + +* Add class "js-modal-replace" to icons to make it clickable +* Improve permission checks on custom filters page to avoid forbidden access + Version 1.1.0 (November 20, 2017) --------------------------------- diff --git a/doc/en_US/suse-installation.markdown b/doc/en_US/suse-installation.markdown index d84263bd..3b8e8537 100644 --- a/doc/en_US/suse-installation.markdown +++ b/doc/en_US/suse-installation.markdown @@ -15,12 +15,11 @@ cd /srv/www/htdocs # Download the latest release from https://github.com/kanboard/kanboard/releases -sudo wget https://github.com/kanboard/kanboard/releases/download//kanboard-.zip +sudo wget https://github.com/kanboard/kanboard/archive/v.zip sudo unzip kanboard-.zip # Add permissions -sudo chown -R wwwrun /srv/www/htdocs/kanboard- -sudo chmod -R ugo+w /srv/www/htdocs/kanboard/app/../data +sudo chown -R wwwrun /srv/www/htdocs/kanboard-/app/data # restart apache sudo rcapache2 restart @@ -28,3 +27,4 @@ sudo rcapache2 restart # cleanup sudo rm kanboard-.zip ``` + -- cgit v1.2.3