Skip to content

Commit

Permalink
V1.8.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadangdut33 committed Nov 16, 2021
1 parent 068d7a3 commit 69959a5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ Inspired by Visual Novel Reader (VNR), [Visual Novel OCR](https://github.com/lem

# Requirements
**For User**
- **[tesseract](https://github.com/UB-Mannheim/tesseract/wiki)**, You only need to install it and its language tessdata
- **[tesseract](https://github.com/UB-Mannheim/tesseract/wiki)**, needed for the ocr. Install it with all the language pack.
- Internet connection

**For Dev**
- Python 3.5+, checked using [vermin](https://github.com/netromdk/vermin) (I am using python 3.9.6)
- Install [the dependencies](https://github.com/Dadangdut33/Screen-Translate/blob/main/requirements.txt) You can install them by running `pip_install.bat` or by typing `pip install -r requirements.txt` installing them yourself.
- Install [the dependencies](https://github.com/Dadangdut33/Screen-Translate/blob/main/requirements.txt) You can install them by running `pip_install.bat` or by typing `pip install -r requirements.txt`.

# Downloads
- [Tesseract](https://github.com/UB-Mannheim/tesseract/wiki)
Expand Down
2 changes: 1 addition & 1 deletion screen_translate/Public.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self):
self.mboxOpen = False

# Version
self.version = "1.8"
self.version = "1.8.1"
self.versionType = "release"
self.newVerStatusCache = None

Expand Down
7 changes: 6 additions & 1 deletion user_manual/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog
Latest V1.8
Latest V1.8.1

[V1.8.1 Minor Bug Fix and Update]
- Fixed chinese language bug
- Fix debug mode checkbox not syncing between the 2 ui
- Add setting to control how many last characters to delete

[V1.8 Added snip and cap]
- Added snip and cap
Expand Down
1 change: 1 addition & 0 deletions user_manual/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Readme File

# Requirements
- Tesseract, needed for the ocr. Install it with all the language pack.
- Internet connection

# Tutorial on How To Setup
For visual instructions please take a look inside the user_manual folder
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8
1.8.1

0 comments on commit 69959a5

Please sign in to comment.