mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
v0.49
This commit is contained in:
parent
a5daf5dc29
commit
4eccfb6c25
3 changed files with 15 additions and 7 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,3 +1,11 @@
|
||||||
|
# v0.49 2017-10-09 Wekan release
|
||||||
|
|
||||||
|
This release fixes the following bugs:
|
||||||
|
|
||||||
|
* [When WIP limit in use, hide also add card + button at top of list](https://github.com/wekan/wekan/commit/a5daf5dc29278b82e133fbe4db09a91ffc0c0d3b).
|
||||||
|
|
||||||
|
Thanks to GitHub user xet7 for contributions.
|
||||||
|
|
||||||
# v0.48 2017-10-09 Wekan release
|
# v0.48 2017-10-09 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
@ -10,7 +18,7 @@ and fixes the following bugs:
|
||||||
|
|
||||||
* [Admin announcement can be viewed without signing in](https://github.com/wekan/wekan/issues/1281).
|
* [Admin announcement can be viewed without signing in](https://github.com/wekan/wekan/issues/1281).
|
||||||
|
|
||||||
Thanks to Github users amadilsons, nztqa and soohwa for their contributions.
|
Thanks to GitHub users amadilsons, nztqa and soohwa for their contributions.
|
||||||
|
|
||||||
# v0.47 2017-10-04 Wekan release
|
# v0.47 2017-10-04 Wekan release
|
||||||
|
|
||||||
|
|
@ -18,7 +26,7 @@ This release adds the following new features:
|
||||||
|
|
||||||
* [Use theme color for Slider for Comments only](https://github.com/wekan/wekan/pull/1275).
|
* [Use theme color for Slider for Comments only](https://github.com/wekan/wekan/pull/1275).
|
||||||
|
|
||||||
Thanks to Github user nztqa for contributions.
|
Thanks to GitHub user nztqa for contributions.
|
||||||
|
|
||||||
# v0.46 2017-10-03 Wekan release
|
# v0.46 2017-10-03 Wekan release
|
||||||
|
|
||||||
|
|
@ -32,7 +40,7 @@ and fixes the following bugs:
|
||||||
[here](https://github.com/wekan/wekan/commit/c3804dc0fad0817285460d86dc1b3bdc96361f49);
|
[here](https://github.com/wekan/wekan/commit/c3804dc0fad0817285460d86dc1b3bdc96361f49);
|
||||||
* [Fix: Slider for Comments only does not work correctly with over 21 activities](https://github.com/wekan/wekan/pull/1247).
|
* [Fix: Slider for Comments only does not work correctly with over 21 activities](https://github.com/wekan/wekan/pull/1247).
|
||||||
|
|
||||||
Thanks to Github users andresmanelli and nztqa for their contributions.
|
Thanks to GitHub users andresmanelli and nztqa for their contributions.
|
||||||
|
|
||||||
# v0.45 2017-10-01 Wekan release
|
# v0.45 2017-10-01 Wekan release
|
||||||
|
|
||||||
|
|
@ -46,7 +54,7 @@ and fixes the following bugs:
|
||||||
* [Data inconsistency when copying card](https://github.com/wekan/wekan/pull/1246). Note: There is no feature for copying card attachment yet;
|
* [Data inconsistency when copying card](https://github.com/wekan/wekan/pull/1246). Note: There is no feature for copying card attachment yet;
|
||||||
* [Hide create label from normal users, because only board admin can create labels](https://github.com/wekan/wekan/pull/1261).
|
* [Hide create label from normal users, because only board admin can create labels](https://github.com/wekan/wekan/pull/1261).
|
||||||
|
|
||||||
Thanks to Github user nztqa for contributions.
|
Thanks to GitHub user nztqa for contributions.
|
||||||
|
|
||||||
# v0.44 2017-09-30 Wekan release
|
# v0.44 2017-09-30 Wekan release
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "0.48.0",
|
"version": "0.49.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 35,
|
appVersion = 36,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "0.48.0~2017-10-09"),
|
appMarketingVersion = (defaultText = "0.49.0~2017-10-09"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue