From bf8483391aa43ccb78c017d38c97e9134588292b Mon Sep 17 00:00:00 2001 From: Dadangdut33 <57717531+Dadangdut33@users.noreply.github.com> Date: Sat, 4 Feb 2023 18:18:24 +0700 Subject: [PATCH] bump version 2.0.1 -> 2.1.0 --- installer_example.iss | 2 +- screen_translate/_version.py | 2 +- user_manual/Changelog.txt | 10 +++++++++- version.txt | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/installer_example.iss b/installer_example.iss index 6025d2a..d0665b3 100644 --- a/installer_example.iss +++ b/installer_example.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Screen Translate" -#define MyAppVersion "2.0.1" +#define MyAppVersion "2.1.0" #define MyAppPublisher "Dadangdut33" #define MyAppURL "https://github.com/Dadangdut33/Screen-Translate" #define MyAppExeName "ScreenTranslate.exe" diff --git a/screen_translate/_version.py b/screen_translate/_version.py index 1fca16c..18f87a8 100644 --- a/screen_translate/_version.py +++ b/screen_translate/_version.py @@ -1,2 +1,2 @@ -__version__ = "2.0.2" +__version__ = "2.1.0" __setting_version__ = "2.0.0" # update only if significant setting field changes diff --git a/user_manual/Changelog.txt b/user_manual/Changelog.txt index 7369825..494a9f1 100644 --- a/user_manual/Changelog.txt +++ b/user_manual/Changelog.txt @@ -1,5 +1,13 @@ # Changelog -Latest V2.0.1 +Latest V2.1.0 + +[V2.1.0 UI improvement - Dark theme] +- added sun valley theme with dark / light mode support +- added auto color mode for dark / light mode on first time run +- added option to change theme in setting and ways to add custom theme +- added option to auto copy translated text to clipboard +- Use tksheet for history table to improve looks and usage experience +- categorize the ui code directory structure [V2.0.1 Minor bug fix and Update] - Fix run on startup showing terminal window because of wrong registry key value diff --git a/version.txt b/version.txt index 10bf840..50aea0e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.1.0 \ No newline at end of file