old-CHANGELOG/2017.md
Moved out of CHANGELOG.md to keep that file small enough to open (wekan/wekan#6580). Nothing here has been changed: a release section is a record, and it reads the same as it did there.
Releases per month:
| 2017 | Releases |
|---|---|
| 03 | 6 |
| 04 | 1 |
| 05 | 5 |
| 06 | 4 |
| 07 | 5 |
| 08 | 2 |
| 09 | 10 |
| 10 | 8 |
| 11 | 8 |
| 12 | 3 |
This release adds the following new features:
Thanks to GitHub users thuanpq and xet7 for their contributions.
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users mfshiu, thuanpq and xet7 for their contributions. Thanks to translators for their translations.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users floatinghotpot, mfshiu and nztqa for their contributions.
This release fixes the following bugs:
Thanks to GitHub user pierreozoux for contributions.
This release adds the following new features:
Thanks to all translators.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users andresmanelli and pierreozoux for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users couscous3, GhassenRjab, thuanpq and xet7 for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to Github users brooksbecton, milesibastos, nztqa, soohwa, thuanpq and xet7 for their contributions.
This release adds the following new features:
Thanks to GitHub users amadilsons and xet7 for their contributions.
(This was canceled, it had some missing version numbers).
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users brooksbecton, guillaumebriday, nztqa, ocdtrekkie and Tentoe for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users chromas-cro, soohwa, wenerme and xet7 for their contributions.
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users amadilsons, nztqa and soohwa for their contributions.
This release adds the following new features:
Thanks to GitHub user nztqa for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users andresmanelli and nztqa for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub user nztqa for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users amadilsons and GhassenRjab for their contributions.
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users GhassenRjab, mario-orlicky, soohwa, umbertooo and xet7 for their contributions.
This release adds the following new features:
Thanks to GitHub user GhassenRjab for contributions.
This release adds the following new features:
Thanks to GitHub user frmwrk123 for contributions.
This release adds the following new features:
Thanks to GitHub user frmwrk123 for contributions.
This release adds the following new features:
Thanks to GitHub user GhassenRjab for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users andresmanelli, GhassenRjab and nztqa for contributions.
This release adds the following new features:
Known issues:
Thanks to GitHub user GhassenRjab for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users andresmanelli, danhawkes, GhassenRjab, jonasob, kubiko, nztqa, pkuhner and xet7 for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.
SECURITY ISSUE Files accessible without authentication IS NOT FIXED YET.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users GhassenRjab, nztqa and xet7 for their contributions.
SECURITY ISSUE Files accessible without authentication IS NOT FIXED YET.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users GhassenRjab and zarnifoulette for their contributions.
SECURITY ISSUE Files accessible without authentication IS NOT FIXED YET.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users GhassenRjab, johnleeming, jtickle, nztqa, xet7 and zarnifoulette for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users kubiko and nztqa for their contributions.
This release fixes the following bugs:
Thanks to GitHub user nztqa for contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users GhassenRjab, nztqa and xet7 for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade, nztqa and xet7 for their contributions.
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users huneau, mayjs and nztqa for their contributions.
This release fixes the following bugs:
Thanks to GitHub user yatusiter for contributions.
Known bugs:
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
Known bugs:
This release fixes the following bugs:
Thanks to GitHub user xet7 for contributions.
Known bugs:
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users brylie, huneau, johnniesong, rhelsing, stephenmoloney, xet7 and Zokormazo for contributions.
Known bugs:
This release adds the following new features:
and fixes the following bugs:
Thanks to GitHub users JamborJan, lkisme, rhelsing, Serubin, stephenmoloney, umbertooo and Zokormazo for their contributions.
Known bugs:
This release fixes the following bugs:
Thanks to GitHub users mo-han, Serubin and vuxor for their contributions.
Added missing changelog updates.
Updated translations.
Known bugs:
This release fixes the following bug:
Thanks to GitHub users immertroll and REJack for their contributions.
Known bugs:
This release fixes the following bug:
Thanks to GitHub user lkisme for contributions.
Known bugs:
This release adds the following new features:
Thanks to GitHub users whodafly and xet7 for their contributions.
Known bugs:
This release adds the following supported platforms:
and adds the following new features:
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({});
and fixes the following bugs:
Thanks to GitHub users eemeli, entrptaher, fmonthel, jLouzado, lkisme, maulal, pra85, vuxor, whittssg2 and xet7 for their contributions.
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:
This release adds the following supported platforms:
and adds the following new features:
and fixes the following bugs:
and adds the following new documentation:
Thanks to GitHub users AlexanderR, BaobabCoder, jLouzado, kamijin-fanta, lkisme, mario-orlicky, martingabelmann, mquandalle, stephenmoloney, umbertooo, xet7 and qge for their contributions.