mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 01:40:13 +01:00
v0.11.0 Wekan fork first release.
This commit is contained in:
parent
22b54d3f08
commit
fd18ca314a
2 changed files with 4 additions and 3 deletions
5
CHANGELOG.md
Executable file → Normal file
5
CHANGELOG.md
Executable file → Normal file
|
|
@ -1,4 +1,4 @@
|
||||||
# v0.x Wekan fork upcoming release, already committed to devel branch
|
# v0.11.0 Wekan fork first release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
@ -10,6 +10,7 @@ This release adds the following new features:
|
||||||
* Option 'filter by empty' to filter by cards by 'no member'
|
* Option 'filter by empty' to filter by cards by 'no member'
|
||||||
and 'no label' properties;
|
and 'no label' properties;
|
||||||
* Speedup: Added MongoDB index on CardId into Comments collection.
|
* Speedup: Added MongoDB index on CardId into Comments collection.
|
||||||
|
* Translation updates
|
||||||
|
|
||||||
and fixes the following bugs:
|
and fixes the following bugs:
|
||||||
|
|
||||||
|
|
@ -25,7 +26,7 @@ and fixes the following bugs:
|
||||||
Thanks to GitHub users dwrencha, fmonthel, mario-orlicky, pierreozoux,
|
Thanks to GitHub users dwrencha, fmonthel, mario-orlicky, pierreozoux,
|
||||||
shoetten, and xet7 for their contributions.
|
shoetten, and xet7 for their contributions.
|
||||||
|
|
||||||
# v0.11
|
# v0.11.0-rc2
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "0.10.1",
|
"version": "0.11.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue