diff --git a/CHANGELOG.md b/CHANGELOG.md index be219da..7237fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## 0.10.x +### 0.10.1: Fixed Updater +- Fixed an issue where the updater was permanently disabled. + ### 0.10.0: Multithreading for Preview Window - The preview window now processes images in a separate thread, and live update preview is enabled by default. - This improves UI responsiveness. @@ -10,6 +13,9 @@ --- ## 0.9.x +### 0.9.2: Enhanced updater +- Minor enhancments for the updater + ### 0.9.1: Patch for Unsuccessful Successful Update - Addressed a rare issue where the package did not update correctly using the updater. - Unable to reproduce, but it may have been related to an older version and the restart process. diff --git a/src/OptimaLab35/gui.py b/src/OptimaLab35/gui.py index e69088d..b1c7af7 100644 --- a/src/OptimaLab35/gui.py +++ b/src/OptimaLab35/gui.py @@ -479,7 +479,7 @@ class UpdaterWindow(QMainWindow, Ui_Updater_Window): super(UpdaterWindow, self).__init__() self.ui = Ui_Updater_Window() self.ui.setupUi(self) - self.dev_mode = True #True if optimalab35_localversion == "0.0.1" else False + self.dev_mode = True if optimalab35_localversion == "0.0.1" else False #self.set_dev_ui() from PyPiUpdater import PyPiUpdater # Update log file location diff --git a/src/OptimaLab35/ui/updater_window.ui b/src/OptimaLab35/ui/updater_window.ui index 581aa3d..7f17bf0 100644 --- a/src/OptimaLab35/ui/updater_window.ui +++ b/src/OptimaLab35/ui/updater_window.ui @@ -175,6 +175,9 @@ + + FOR DEVELOPER + Check local @@ -182,6 +185,9 @@ + + FOR DEVELOPER + Update local