Przeglądaj źródła

Merge branch 'main' of github.com:wekan/wekan

Lauri Ojansivu 1 rok temu
rodzic
commit
91cf377948
2 zmienionych plików z 10 dodań i 1 usunięć
  1. 9 0
      CHANGELOG.md
  2. 1 1
      releases/build-bundle-win64.bat

+ 9 - 0
CHANGELOG.md

@@ -20,6 +20,15 @@ Note:
 
 [How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
 
+# Upcoming WeKan ® release
+
+This release fixes the following bugs:
+
+-  [Fix Windows build bundle script](https://github.com/wekan/wekan/commit/720d4223e21da7fa6651dcb51def81a8e081750d).
+   Thanks to xet7.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
 # v7.11 2023-11-02 WeKan ® release
 
 This release fixes the following CRITICAL SECURITY ISSUES:

+ 1 - 1
releases/build-bundle-win64.bat

@@ -7,7 +7,7 @@ CALL DEL /F /S /Q bundle
 
 ECHO 2) Downloading new WeKan.zip
 CALL DEL wekan-%1-amd64.zip
-CALL wget https://releases.wekan.team/wekan-%1-amd64.zip
+CALL wget https://releases.wekan.team/wekan-%1-amd64.zip --no-check-certificate
 
 ECHO 3) Unarchiving new WeKan
 CALL 7z x wekan-%1-amd64.zip