Skip to content

Commit

Permalink
bump version 2.0.1 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadangdut33 committed Feb 4, 2023
1 parent 5b5b9a4 commit bf84833
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer_example.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion screen_translate/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.2"
__version__ = "2.1.0"
__setting_version__ = "2.0.0" # update only if significant setting field changes
10 changes: 9 additions & 1 deletion user_manual/Changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1.0

0 comments on commit bf84833

Please sign in to comment.