2016-04-21 21:03:37 +02:00
|
|
|
|
# v0.11
|
|
|
|
|
|
|
|
|
|
This release adds the following new features:
|
|
|
|
|
|
|
|
|
|
* Notification system with email notifications of the changes in a board,
|
|
|
|
|
a list or on a card;
|
|
|
|
|
* Show the exact time when hovering the activity time;
|
|
|
|
|
* Allow to edit more easily longer card titles by resizing the input box;
|
|
|
|
|
* Add shortcuts to move cards to the top or the bottom of a list;
|
|
|
|
|
* A new log-in button on the public board view to sign in, even if the board
|
|
|
|
|
is published;
|
|
|
|
|
|
|
|
|
|
and fixes the following bugs:
|
|
|
|
|
|
|
|
|
|
* Fix the syntax of the docker-compose.yml;
|
|
|
|
|
* Use the correct pluralization of emoji;
|
|
|
|
|
* Only publish required user data and keep the hashed passwords confidential;
|
|
|
|
|
* Fix the generation and alignment of the initials avatars;
|
|
|
|
|
* Only display the buttons in the board header, if the data is avialable
|
|
|
|
|
and the user is able to use it;
|
2016-04-25 21:44:33 +02:00
|
|
|
|
* Fix the scaling of cover images;
|
2016-04-21 21:03:37 +02:00
|
|
|
|
|
|
|
|
|
Thanks to GitHub users alayek, AlexanderS, choclin, floatinghotpot, ForNeVeR,
|
|
|
|
|
seschwar, and TheElf for their contributions.
|
|
|
|
|
|
2015-12-30 19:26:37 +01:00
|
|
|
|
# v0.10.1
|
|
|
|
|
|
|
|
|
|
This patch release fixes two bugs on Sandstorm:
|
|
|
|
|
|
|
|
|
|
* Drag and drop was broken;
|
|
|
|
|
* Avatars weren’t working.
|
|
|
|
|
|
2015-10-14 23:30:51 +02:00
|
|
|
|
# v0.10
|
|
|
|
|
|
|
|
|
|
This release features:
|
|
|
|
|
|
2015-12-08 16:18:44 -05:00
|
|
|
|
* Trello boards importation, including card history, assigned members, labels,
|
|
|
|
|
comments, and attachments;
|
2015-12-06 23:31:11 -05:00
|
|
|
|
* Invite new users to a board using a email address;
|
|
|
|
|
* Autocompletion in the minicard editor. Start with <kbd>@</kbd> to start a
|
|
|
|
|
board member autocompletion, or <kbd>#</kbd> for a label;
|
2015-12-13 03:51:06 +00:00
|
|
|
|
* Improve the user interface on small screens so that Wekan could be used on the
|
|
|
|
|
mobile web;
|
2015-10-30 03:05:43 +01:00
|
|
|
|
* Accelerate the initial page rendering by sending the data on the intial HTTP
|
2015-11-15 15:39:11 -08:00
|
|
|
|
response instead of waiting for the DDP connection to open;
|
2015-12-13 03:51:06 +00:00
|
|
|
|
* Support images attachments copy pasting;
|
|
|
|
|
* On Sandstorm, expose the Wekan grain title and URL to the Sandstorm shell;
|
|
|
|
|
* Support Wekan deployment under a sub-path of a domain name.
|
2015-10-14 23:30:51 +02:00
|
|
|
|
|
2015-12-06 23:46:56 -05:00
|
|
|
|
New languages supported: Arabic, Catalan, Italian, and Russian.
|
|
|
|
|
|
2015-11-25 21:53:58 -08:00
|
|
|
|
Thanks to GitHub users AlexanderS, fisle, floatinghotpot, FuzzyWuzzie, mnutt,
|
|
|
|
|
ndarilek, SirCmpwn, and xavierpriour for their contributions.
|
2015-10-14 23:30:51 +02:00
|
|
|
|
|
|
|
|
|
# v0.9
|
2015-08-20 22:25:32 +02:00
|
|
|
|
|
2015-12-06 23:31:11 -05:00
|
|
|
|
This release is a large re-write of the previous code base. This release marks
|
|
|
|
|
the beginning of our new user interface and continues to improve the overall
|
|
|
|
|
performance and security. It also features the following improvements:
|
2015-08-20 22:25:32 +02:00
|
|
|
|
|
|
|
|
|
* A new user account system, including the possibility to reset a forgotten
|
|
|
|
|
password, to change the password, or to enable email confirmation (all of
|
|
|
|
|
which were previously impossible);
|
|
|
|
|
* Avatar customization, including the possibility to upload images and to choose
|
2015-09-05 23:14:45 +02:00
|
|
|
|
one from Gravatar or the user initials (on Sandstrom we use the avatar exposed
|
|
|
|
|
by Sandstorm);
|
2015-08-28 02:14:35 +02:00
|
|
|
|
* Cards multi-selection to facilitate batch actions such as moving all the cards
|
|
|
|
|
of selection, or attaching a label or a member to them;
|
2015-09-10 19:11:19 +02:00
|
|
|
|
* Automatic drafts saving synced with the server;
|
2015-08-28 02:14:35 +02:00
|
|
|
|
* Keyboard navigation, press `?` to read the list of available shortcuts;
|
2015-08-20 22:25:32 +02:00
|
|
|
|
* The possibility to restore archived boards, lists, and cards.
|
|
|
|
|
|
|
|
|
|
Starting from this release we will also distribute official docker images on
|
2015-09-10 19:19:01 +02:00
|
|
|
|
both the [GitHub release page](https://github.com/wekan/wekan/releases) and on
|
|
|
|
|
the [DockerHub](https://hub.docker.com/r/mquandalle/wekan). We also configured
|
|
|
|
|
Heroku one-click install and improved Sandstorm integration with the integration
|
|
|
|
|
of its build-in sharing model.
|
2015-08-20 22:25:32 +02:00
|
|
|
|
|
|
|
|
|
New languages supported: Chinese, Finnish, Spanish, Korean, and Russian.
|
|
|
|
|
|
2015-08-28 02:14:35 +02:00
|
|
|
|
Special thanks to GitHub users ePirat, nata-goddanti, ocdtrekkie, and others who
|
2015-08-28 09:50:41 +02:00
|
|
|
|
have supportive during this *traversée du desert*, and to neynah for the Wekan
|
|
|
|
|
icons.
|
2015-08-28 02:14:35 +02:00
|
|
|
|
|
2015-08-20 22:25:32 +02:00
|
|
|
|
# v0.8
|
|
|
|
|
|
|
|
|
|
This release continues the implementation of basic features of a “kanban”
|
|
|
|
|
software, especially:
|
|
|
|
|
|
|
|
|
|
* Basic card attachments. If the attached file is an image we generate and
|
2015-08-23 11:09:48 +02:00
|
|
|
|
display a thumbnail that can be used as a card “cover” (visible in the board
|
2015-08-20 22:25:32 +02:00
|
|
|
|
general view);
|
|
|
|
|
* User names mentions and auto-completion in card description and comments
|
|
|
|
|
(though we don’t have any notification system for now, making this feature a
|
|
|
|
|
less useful that it should);
|
|
|
|
|
* Filter views, current filtering options are based on labels and assigned
|
|
|
|
|
members;
|
|
|
|
|
* Labels creation and suppression at the board level (previously we had a fixed
|
|
|
|
|
list of labels);
|
|
|
|
|
* Customization of the board background color.
|
|
|
|
|
|
|
|
|
|
This release is also the first one to introduce localization of the user
|
|
|
|
|
interface.
|
|
|
|
|
|
|
|
|
|
New languages supported: French, German, Japanese, Portuguese, and Turkish.
|
|
|
|
|
|
|
|
|
|
# v0.7.1
|
|
|
|
|
|
|
|
|
|
This release fixes the following bugs:
|
|
|
|
|
|
|
|
|
|
* Unexpected lost of the card sorting on the server side;
|
|
|
|
|
* Fix a bug during board creation;
|
|
|
|
|
* Focus the new list form if the board is empty.
|
|
|
|
|
|
|
|
|
|
# v0.7
|
|
|
|
|
|
|
|
|
|
This release starts the transition from a toy project to something useful. Along
|
|
|
|
|
with some security and performance improvements (for instance, opening a card
|
|
|
|
|
used to take a long time because it was re-generated the entire DOM whereas only
|
|
|
|
|
the popover was new). New features includes:
|
|
|
|
|
|
|
|
|
|
* Add and remove labels to cards;
|
|
|
|
|
* Assign and unassign members to cards;
|
|
|
|
|
* Archive cards (though restoration is not yet possible);
|
|
|
|
|
* Board stars;
|
2016-02-28 23:10:52 -06:00
|
|
|
|
* Markdown and emoji support in comments and card description;
|
|
|
|
|
* Emoji auto-completion in the text editor;
|
2015-08-20 22:25:32 +02:00
|
|
|
|
* Some keyboard shortcuts (eg `Ctrl`+`Enter` to submit a multi-line input).
|
|
|
|
|
|
|
|
|
|
We also introduced basic support for the [Sandstorm](https://sandstorm.io)
|
|
|
|
|
platform, and distribute a `spk` (Sandstorm PacKage) for this release and
|
|
|
|
|
subsequent.
|