mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 23:51:48 +01:00
Merge branch 'devel'
This commit is contained in:
commit
fb87e4b1f2
6 changed files with 22 additions and 4 deletions
|
|
@ -82,3 +82,5 @@ staringatlights:flow-router
|
||||||
mixmax:smart-disconnect
|
mixmax:smart-disconnect
|
||||||
accounts-password@1.5.0
|
accounts-password@1.5.0
|
||||||
cfs:gridfs
|
cfs:gridfs
|
||||||
|
browser-policy
|
||||||
|
eluck:accounts-lockout
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,10 @@ binary-heap@1.0.10
|
||||||
blaze@2.3.2
|
blaze@2.3.2
|
||||||
blaze-tools@1.0.10
|
blaze-tools@1.0.10
|
||||||
boilerplate-generator@1.3.1
|
boilerplate-generator@1.3.1
|
||||||
|
browser-policy@1.1.0
|
||||||
|
browser-policy-common@1.0.11
|
||||||
|
browser-policy-content@1.1.0
|
||||||
|
browser-policy-framing@1.1.0
|
||||||
caching-compiler@1.1.9
|
caching-compiler@1.1.9
|
||||||
caching-html-compiler@1.1.2
|
caching-html-compiler@1.1.2
|
||||||
callback-hook@1.0.10
|
callback-hook@1.0.10
|
||||||
|
|
@ -57,6 +61,7 @@ ecmascript-runtime@0.5.0
|
||||||
ecmascript-runtime-client@0.5.0
|
ecmascript-runtime-client@0.5.0
|
||||||
ecmascript-runtime-server@0.5.0
|
ecmascript-runtime-server@0.5.0
|
||||||
ejson@1.1.0
|
ejson@1.1.0
|
||||||
|
eluck:accounts-lockout@0.9.0
|
||||||
email@1.2.3
|
email@1.2.3
|
||||||
es5-shim@4.6.15
|
es5-shim@4.6.15
|
||||||
fastclick@1.0.13
|
fastclick@1.0.13
|
||||||
|
|
|
||||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
# v0.80 2018-04-04 Wekan release
|
||||||
|
|
||||||
|
This release adds the following new features:
|
||||||
|
|
||||||
|
- [Changed icon of checklist name to unchecked](https://github.com/wekan/wekan/pull/1559/commits/f9539aa2a8d806e5a158d1c32f74788d051d40cb);
|
||||||
|
- [Added meteor packages](https://github.com/wekan/wekan/commit/40d438a517f0d807894e04873358aecf44fa7c4d)
|
||||||
|
for security: [browser-policy](https://atmospherejs.com/meteor/browser-policy) and
|
||||||
|
[eluck:accounts-lockout](https://atmospherejs.com/eluck/accounts-lockout).
|
||||||
|
|
||||||
|
Thanks to GitHub users quantazelle and xet7 for their contributions.
|
||||||
|
|
||||||
# v0.79 2018-03-31 Wekan release
|
# v0.79 2018-03-31 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ template(name="checklistDetail")
|
||||||
+editChecklistItemForm(checklist = checklist)
|
+editChecklistItemForm(checklist = checklist)
|
||||||
else
|
else
|
||||||
.checklist-title
|
.checklist-title
|
||||||
.checkbox.fa.fa-check-square-o
|
.checkbox.fa.fa-square-o
|
||||||
if canModifyCard
|
if canModifyCard
|
||||||
a.js-delete-checklist.toggle-delete-checklist-dialog {{_ "delete"}}...
|
a.js-delete-checklist.toggle-delete-checklist-dialog {{_ "delete"}}...
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "0.79.0",
|
"version": "0.80.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 = 64,
|
appVersion = 65,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "0.79.0~2018-03-31"),
|
appMarketingVersion = (defaultText = "0.80.0~2018-04-04"),
|
||||||
# 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