mirror of
https://github.com/wekan/wekan.git
synced 2026-01-23 09:46:09 +01:00
v1.51
This commit is contained in:
parent
d61d9994e3
commit
6b86b3b6e7
3 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# Upcoming Wekan release
|
||||
# v1.51 2018-09-28 Wekan release
|
||||
|
||||
This release adds the following new features:
|
||||
|
||||
- [Add CAS with attributes](https://github.com/wekan/wekan/commit/c6cea2fb4e9e17403fe0ce2ba5bf2d20dcf81a8f).
|
||||
- [Move Add Board button to top left, so there is no need to scroll to bottom when there is a lot of boards]((https://github.com/wekan/wekan/commit/a10b6fb173d529220861668cfb1c341ec45e2a53).
|
||||
- [Add CAS with attributes](https://github.com/wekan/wekan/commit/c6cea2fb4e9e17403fe0ce2ba5bf2d20dcf81a8f);
|
||||
- [Move Add Board button to top left, so there is no need to scroll to bottom when there is a lot of boards](https://github.com/wekan/wekan/commit/a10b6fb173d529220861668cfb1c341ec45e2a53).
|
||||
|
||||
Thanks to GitHub users ppoulard and xet7 for their contributions.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "1.50.0",
|
||||
"version": "1.51.0",
|
||||
"description": "The open-source kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
appTitle = (defaultText = "Wekan"),
|
||||
# The name of the app as it is displayed to the user.
|
||||
|
||||
appVersion = 135,
|
||||
appVersion = 139,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "1.50.0~2018-09-22"),
|
||||
appMarketingVersion = (defaultText = "1.51.0~2018-09-28"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue