From f39d64153a99baef43c29cb63285152eb8e94bc1 Mon Sep 17 00:00:00 2001 From: QIDI TECH <893239786@qq.com> Date: Wed, 23 Aug 2023 11:37:36 +0800 Subject: [PATCH] Version update --- QIDISlicer.version | 20 ++++++++++---------- resources/profiles/QIDITechnology.idx | 2 ++ resources/profiles/QIDITechnology.ini | 2 +- version.inc | 6 +++--- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/QIDISlicer.version b/QIDISlicer.version index 6c8b1e9..9234a0e 100644 --- a/QIDISlicer.version +++ b/QIDISlicer.version @@ -1,21 +1,21 @@ -1.0.2 -alpha=1.0.2-alpha1 -beta=1.0.2-beta1 +1.0.5 +alpha=1.0.5-alpha1 +beta=1.0.5-beta1 [common] -release = 1.0.2 -alpha = 1.0.2-alpha1 -beta = 1.0.2-beta1 -rc = 1.0.2-rc2 +release = 1.0.5 +alpha = 1.0.5-alpha1 +beta = 1.0.5-beta1 +rc = 1.0.5-rc2 [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 [release:linux] -url = https://qidi3d.com +url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.4/QIDISlicer-1.0.4.AppImage size = 69915840 [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 \ No newline at end of file diff --git a/resources/profiles/QIDITechnology.idx b/resources/profiles/QIDITechnology.idx index aa3257f..5ba3ec4 100644 --- a/resources/profiles/QIDITechnology.idx +++ b/resources/profiles/QIDITechnology.idx @@ -1,3 +1,5 @@ +min_slic3r_version = 1.0.5 +1.0.5 Optimize parameters min_slic3r_version = 1.0.4 1.0.4 Modify start code min_slic3r_version = 1.0.3 diff --git a/resources/profiles/QIDITechnology.ini b/resources/profiles/QIDITechnology.ini index 548df90..cc46a1f 100644 --- a/resources/profiles/QIDITechnology.ini +++ b/resources/profiles/QIDITechnology.ini @@ -5,7 +5,7 @@ name = QIDI Technology # 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. -config_version = 1.0.4 +config_version = 1.0.5 # Where to get the updates from? config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/ changelog_url = https://qidi3d.com/pages/software-firmware diff --git a/version.inc b/version.inc index c28a83c..f5bb789 100644 --- a/version.inc +++ b/version.inc @@ -3,7 +3,7 @@ set(SLIC3R_APP_NAME "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_RC_VERSION "1,0,4,0") -set(SLIC3R_RC_VERSION_DOTS "1.0.4.0") +set(SLIC3R_RC_VERSION "1,0,5,0") +set(SLIC3R_RC_VERSION_DOTS "1.0.5.0")