This commit is contained in:
Lauri Ojansivu 2024-02-22 16:10:40 +02:00
parent 71ed5d3427
commit e55e9c73b9
7 changed files with 10 additions and 3819 deletions

View file

@ -15,7 +15,7 @@ Fixing other platforms In Progress.
[How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585) [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
# Upcoming WeKan ® release # v7.32 2024-02-22 WeKan ® release
This release adds the following new features: This release adds the following new features:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v7.31.0" appVersion: "v7.32.0"
files: files:
userUploads: userUploads:
- README.md - README.md

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "v7.31.0", "version": "v7.32.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "v7.31.0", "version": "v7.32.0",
"description": "Open-Source kanban", "description": "Open-Source kanban",
"private": true, "private": true,
"repository": { "repository": {

File diff suppressed because it is too large Load diff

View file

@ -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 = 731, appVersion = 732,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "7.31.0~2024-02-17"), appMarketingVersion = (defaultText = "7.32.0~2024-02-22"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,

View file

@ -1,5 +1,5 @@
name: wekan name: wekan
version: '7.31' version: '7.32'
base: core20 base: core20
summary: Open Source kanban summary: Open Source kanban
description: | description: |
@ -170,9 +170,9 @@ parts:
# Cleanup # Cleanup
mkdir .build mkdir .build
cd .build cd .build
wget https://github.com/wekan/wekan/releases/download/v7.31/wekan-7.31-amd64.zip wget https://github.com/wekan/wekan/releases/download/v7.32/wekan-7.32-amd64.zip
unzip wekan-7.31-amd64.zip unzip wekan-7.32-amd64.zip
rm wekan-7.31-amd64.zip rm wekan-7.32-amd64.zip
cd .. cd ..
##cd .build/bundle ##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf ##find . -type d -name '*-garbage*' | xargs rm -rf