summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md300
1 files changed, 285 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d1deb86..9b2ec0d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,37 +1,306 @@
-# v0.11.1 Upcoming Wekan release
+# Upcoming Wekan release
+
+This release adds the following new features:
+
+* [Change the way to delete a list (card-like)](https://github.com/wekan/wekan/pull/1050)
+
+Thanks to GitHub users BaobabCoder for contributions.
+
+# v0.23 2017-05-21 Wekan release
+
+This release adds the following new features:
+
+* [Add checklist and card comment to REST API](https://github.com/wekan/wekan/pull/1033);
+* [Add token authentication to REST API](https://github.com/wekan/wekan/pull/1033), this fixes
+ [Security flaws introduced by REST API](https://github.com/wekan/wekan/issues/1032);
+* [Authorization improvements etc to REST API](https://github.com/wekan/wekan/pull/1041);
+* [IE 11 support in unicode filename downloads](https://github.com/wekan/wekan/issues/1031).
+
+and fixes the following bugs:
+
+* [When Wekan starts, there's "here1 false" messages in
+ console](https://github.com/wekan/wekan/issues/1028);
+* [IE11 problem when closing cards, sidebar etc](https://github.com/wekan/wekan/pull/1042).
+
+Thanks to GitHub users huneau, mayjs and nztqa for their contributions.
+
+# v0.22 2017-05-07 Wekan release
+
+This release fixes the following bugs:
+
+* [Download file(unicode filename) cause crash with exception](https://github.com/wekan/wekan/issues/784)
+
+Thanks to GitHub user yatusiter for contributions.
+
+# v0.21 2017-05-07 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bugs:
+
+* Update release version number to package.json.
+
+Thanks to GitHub user xet7 for contributions.
+
+# v0.20 2017-05-07 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bugs:
+
+* Docker images missing latest Debian updates.
+
+Thanks to GitHub user xet7 for contributions.
+
+# v0.19 2017-05-06 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/784
+
+This release adds the following new features:
+
+* Set first user as admin, it there is no existing
+ users and Wekan is not running at Sandstorm;
+* New Docker Compose [Wekan-MongoDB](https://github.com/wekan/wekan-mongodb)
+ and [Wekan-PostgreSQL](https://github.com/wekan/wekan-postgresql)
+ that use Meteor v1.4 and Node v4 based Wekan's meteor-1.4 branch;
+* [Console, file, and zulip logger on database changes](https://github.com/wekan/wekan/pull/1010);
+* [REST API first step](https://github.com/wekan/wekan/pull/1003);
+* [Install from source](https://github.com/wekan/wekan/wiki/Install-and-Update#install-manually-from-source)
+ has been updated to new meteor 1.4 version;
+* meteor-1.4 branch has been merged to devel and master branches,
+ where development continues from now on. Previous code has been moved to
+ meteor-1.3-2017-04-27 branch;
+* [VirtualBox image updated](https://wekan.xet7.org).
+
+and fixes the following bugs:
+
+* isCommentOnly false fix for Trello import;
+* Node version to 4.8.1 to solve 100% CPU issue;
+* Fix bson error on Docker and install from source;
+* Try other key servers on Dockerfile if ha.pool.sks-keyservers.net is unreachable.
+
+Thanks to GitHub users brylie, huneau, johnniesong, rhelsing, stephenmoloney,
+xet7 and Zokormazo for contributions.
+
+# v0.18 2017-04-02 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/784
+
+This release adds the following new features:
+
+* Add TLS toggle option to smtp configuration;
+* [Comment permissions](https://github.com/wekan/wekan/issues/870);
+* Add bigger screenshots for Sandstorm.
+
+and fixes the following bugs:
+
+* Fix email settings loading:
+ MAIL_URL was overriden with database info all the time.
+ Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor
+ exists valid admin panel data MAIL_URL is not set.
+ MAIL_FROM was ignored. Same behaviour, env variable has bigger priority
+ than database configuration.
+ On both cases, althrought environment variable is set, updating admin-panel
+ mail settings will load new info and ignore the environment variable;
+* Dockerfile fix for local packages;
+* Don't send emails if missing smtp host;
+* Remove invitation code if email sending failed;
+* Show customized error msg while invitaion code is wrong during registration;
+* Fix "internal error" while registration is done;
+* Fix "cannot access disableRegistration of undefined" error;
+* Add high available server for getting the gpg keys - suppose it should lead
+ to fewer failures on getting the gpg keys leading to some rare build failures;
+* Add a docker build to the .travis.yml - this will help determine if pull
+ requests need further review before merging into devel;
+* Use navigator language by default instead of English.
+
+Thanks to GitHub users JamborJan, lkisme, rhelsing, Serubi, stephenmoloney,
+umbertooo and Zokormazo for their contributions.
+
+# v0.17 2017-03-25 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bugs:
+
+* Double slash problem on card pop-ups;
+* No need for Array.prototype if using rest operator;
+* Fix default font so Chinese is shown correctly.
+ Still looking for better solution for #914 although
+ commit had wrong number #707.
+
+Thanks to GitHub users mo-han, Serubin and vuxor for
+their contributions.
+
+# v0.16 2017-03-15 Wekan release
+
+Added missing changelog updates.
+
+# v0.15 2017-03-15 Wekan release
+
+Updated translations.
+
+# v0.14 2017-03-15 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/785
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bug:
+
+* Set IE compatibility mode to Edge to so that
+ Wekan board loads correctly.
+
+Thanks to GitHub users immertroll and REJack for
+their contributions.
+
+# v0.13 2017-03-12 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/785
+* https://github.com/wekan/wekan/issues/784
+
+This release fixes the following bug:
+
+* Admin Panel: Set mail-from to environment immediately after changed,
+ allow user set a blank username and password pair in SMTP setting.
+
+Thanks to GitHub user lkisme for contributions.
+
+# v0.12 2017-03-05 Wekan release
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/785
+* https://github.com/wekan/wekan/issues/784
+
+This release adds the following new features:
+
+* Import Checklists from Trello;
+* Simplified release numbers of Wekan.
+
+Thanks to GitHub users whodafly and xet7 for
+their contributions.
+
+# v0.11.1-rc2 2017-03-05 Wekan prerelease
+
+Known bugs:
+
+* https://github.com/wekan/wekan/issues/785
+* https://github.com/wekan/wekan/issues/784
+
+This release adds the following supported platforms:
+
+* [Docker environment for Wekan development](https://github.com/wekan/wekan-dev);
+* [Wekan <=> MongoDB <=> ToroDB => PostgreSQL read-only
+ mirroring](https://github.com/wekan/wekan-postgresql)
+ for SQL access with any programming language
+ or Office package that has PostgreSQL support, like
+ newest LibreOffice 3.5;
+* [Install from source on
+ Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows).
+
+and adds the following new features:
+
+* Admin Panel:
+```
+ 1) Disable Self-Registration and invite users
+ 2) SMTP settings.
+
+ Adding Admin user in mongo cli:
+ 1) Use database that has wekan data, for example:
+ use admin;
+ 2) Add Admin rights to some Wekan username:
+ db.users.update({username:'admin-username-here'},{$set:{isAdmin:true}})
+ Hiding Admin panel by removing Admin rights:
+ use admin;
+ db.settings.remove({});
+```
+* Make Due Date layout nicer on minicard;
+* Added tooltip for board menu and sidebar buttons;
+* [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup);
+* [Daily export script of Wekan changes as JSON to Logstash and
+ ElasticSearch / Kibana (ELK)](https://github.com/wekan/wekan-logstash);
+* [Wekan stats script](https://github.com/wekan/wekan-stats).
+
+and fixes the following bugs:
+
+* Dockerfile was missing EXPOSE $PORT;
+* Bug when removing user from board that generate activity for
+ all cards of the board. Add check before user is one owner
+ of the card before adding activity;
+* All new boards are automatically starred. Fixed to
+ only star header-bar new-boards;
+* Orphan documents were created when cards were deleted;
+* Improve Wekan performance by adding indexes to MongoDB;
+* Invite user with lower case email;
+* Typos.
+
+Thanks to GitHub users eemeli, entrptaher, fmonthel, jLouzado, lkisme,
+maulal, pra85, vuxor, whittssg2 and xet7 for their contributions.
+
+# v0.11.1-rc1 2017-02-10 Wekan prerelease
2017-01-29 mquandalle gave Wekan access to xet7,
so at 2017-01-31 xet7 started merging Wefork back to Wekan.
At 2017-02-03 all Wefork code and pull requests are now
merged back to Wekan.
+Known bugs:
+* https://github.com/wekan/wekan/issues/785
+* https://github.com/wekan/wekan/issues/784
+
This release adds the following supported platforms:
* Docker;
-* Docker on SLES12SP1.
+* Docker on SLES12SP1;
+* Install from source.
and adds the following new features:
* Checklists;
-* Remove a list.
+* Remove a list;
+* Admin of board can leave board if he/she
+ is not last admin in the board;
+* Shortcuts popup, link to it on
+ bottom right corner;
+* Links are now underlined and change
+ link color on hover;
+* Added YuGothic and Meiryo fonts to show
+ non-English text correctly.
and fixes the following bugs:
+* Update xss to v0.3.3;
* Typos in boards.js and boardHeader.js;
* Build warning in jade template;
-* Using older version of MongoDB because of newer
- version breaks uploading files and avatars.
+* New MongoDB version breaks uploading files
+ and avatars, so using older version;
+* Tweaked .gitignore to exclude .build/*;
+* Fix executeUpTo label when dragging cards,
+ popup was not in the predefined hierarchy.
-and adds the following new documentation to Wefork wiki,
-to be moved to Wekan wiki:
+and adds the following new documentation:
-* Developer Documentation
-* Docker
-* Docker NginxProxy
+* Developer Documentation;
+* Docker;
+* and others.
-Thanks to GitHub users BaobabCoder, jLouzado, lkisme, mario-orlicky,
-martingabelmann, mquandalle, stephenmoloney, umbertooo, xet7 and
-qge for their contributions.
+Thanks to GitHub users AlexanderR, BaobabCoder, jLouzado, kamijin-fanta,
+lkisme, mario-orlicky, martingabelmann, mquandalle, stephenmoloney,
+umbertooo, xet7 and qge for their contributions.
# v0.11.0 2016-12-16 Wekan fork first release
@@ -73,6 +342,7 @@ This release adds the following new features:
* Add a warning indicator when the application is offline;
* A new log-in button on the public board view to sign in, even if the board
is published;
+* New link to the keyboard shortcuts in the board sidebar;
and fixes the following bugs:
@@ -103,12 +373,12 @@ This release features:
* Trello boards importation, including card history, assigned members, labels,
comments, and attachments;
-* Invite new users to a board using a email address;
+* Invite new users to a board using an email address;
* Autocompletion in the minicard editor. Start with <kbd>@</kbd> to start a
board member autocompletion, or <kbd>#</kbd> for a label;
* Improve the user interface on small screens so that Wekan could be used on the
mobile web;
-* Accelerate the initial page rendering by sending the data on the intial HTTP
+* Accelerate the initial page rendering by sending the data on the initial HTTP
response instead of waiting for the DDP connection to open;
* Support images attachments copy pasting;
* On Sandstorm, expose the Wekan grain title and URL to the Sandstorm shell;