mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 15:38:43 +03:00
Version update
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user