Version update

This commit is contained in:
QIDI TECH
2023-08-23 11:37:36 +08:00
parent 3f31b3f078
commit f39d64153a
4 changed files with 16 additions and 14 deletions

View File

@@ -1,21 +1,21 @@
1.0.2 1.0.5
alpha=1.0.2-alpha1 alpha=1.0.5-alpha1
beta=1.0.2-beta1 beta=1.0.5-beta1
[common] [common]
release = 1.0.2 release = 1.0.5
alpha = 1.0.2-alpha1 alpha = 1.0.5-alpha1
beta = 1.0.2-beta1 beta = 1.0.5-beta1
rc = 1.0.2-rc2 rc = 1.0.5-rc2
[release:win64] [release:win64]
url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.2/QIDISlicer_Setup_1.0.2.exe url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.5/QIDISlicer_Setup_1.0.5_Win64.exe
size = 71118761 size = 71118761
[release:linux] [release:linux]
url = https://qidi3d.com url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.4/QIDISlicer-1.0.4.AppImage
size = 69915840 size = 69915840
[release:osx] [release:osx]
url = https://qidi3d.com/ url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.5/QIDISlicer_Setup_1.0.5_Win64.exe
size = 90237989 size = 90237989

View File

@@ -1,3 +1,5 @@
min_slic3r_version = 1.0.5
1.0.5 Optimize parameters
min_slic3r_version = 1.0.4 min_slic3r_version = 1.0.4
1.0.4 Modify start code 1.0.4 Modify start code
min_slic3r_version = 1.0.3 min_slic3r_version = 1.0.3

View File

@@ -5,7 +5,7 @@
name = QIDI Technology name = QIDI Technology
# Configuration version of this file. Config file will only be installed, if the config_version differs. # Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded. # This means, the server may force the PrusaSlicer configuration to be downgraded.
config_version = 1.0.4 config_version = 1.0.5
# Where to get the updates from? # Where to get the updates from?
config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/ config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/
changelog_url = https://qidi3d.com/pages/software-firmware changelog_url = https://qidi3d.com/pages/software-firmware

View File

@@ -3,7 +3,7 @@
set(SLIC3R_APP_NAME "QIDISlicer") set(SLIC3R_APP_NAME "QIDISlicer")
set(SLIC3R_APP_KEY "QIDISlicer") set(SLIC3R_APP_KEY "QIDISlicer")
set(SLIC3R_VERSION "1.0.4") set(SLIC3R_VERSION "1.0.5")
set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64") set(SLIC3R_BUILD_ID "QIDISlicer-${SLIC3R_VERSION}+Win64")
set(SLIC3R_RC_VERSION "1,0,4,0") set(SLIC3R_RC_VERSION "1,0,5,0")
set(SLIC3R_RC_VERSION_DOTS "1.0.4.0") set(SLIC3R_RC_VERSION_DOTS "1.0.5.0")