Skip to content

Commit

Permalink
bump version 2.0.0 -> 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadangdut33 committed Jan 27, 2023
1 parent 0c97dd5 commit c262abe
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions 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.0"
#define MyAppVersion "2.0.1"
#define MyAppPublisher "Dadangdut33"
#define MyAppURL "https://github.com/Dadangdut33/Screen-Translate"
#define MyAppExeName "ScreenTranslate.exe"
Expand All @@ -12,7 +12,9 @@
[Setup]
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{F2EBD981-AD82-4898-9F9E-526C58152F71}
; * With Console AppId: 0C2FEB81-A776-4DAA-BBEC-F76AA5D6F870
; * NO CONSOLE AppId: F2EBD981-AD82-4898-9F9E-526C58152F71
AppId={{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ This will create a folder called `build` in the source code directory. Inside th

## Packaging

I use innosetup to package the app. You can download it [here](https://jrsoftware.org/isdl.php). After installing it, you can setup the path in `ScreenTranslate.iss` file and run the .iss script.
I use innosetup to package the app. You can download it [here](https://jrsoftware.org/isdl.php). After installing it, you can setup the path and AppId in `ScreenTranslate.iss` file and run the .iss script.

## Contributing

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.0"
__version__ = "2.0.1"
__setting_version__ = "2.0.0"
Binary file modified user_manual/4_2_tray_app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion user_manual/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog
Latest V2.0.0
Latest V2.0.1

[V2.0.1 Minor bug fix and Update]
- Fix run on startup showing terminal window because of wrong registry key value
- Improve the tray app

[V2.0.0 Tray app and lots of improvement]
- Added tray app
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit c262abe

Please sign in to comment.