Releases: MrFlapstaart/GameOCRTTS
Releases · MrFlapstaart/GameOCRTTS
1.7
1.6
This release is containing bugfixes only, so no new features this time.
Show error when the update installer file size is less than 5MB in f3edc06 by @wrt54g
Show an error when the latest version number from the live update server is not a number. in 1d6ea64 by @wrt54g
Version checker to live update in 968ee97 by @wrt54g
1.5
- OCR optimization by @MrFlapstaart
- Says the selected and picked color name by @MrFlapstaart
- Label name fix by @wrt54g
1.4
By @MrFlapstaart in commit 6ad782b
- Voice selection
- OCR optimization
- Mainform design organized
- Shift+` hotkey to force upscaled OCR for slower, but better text recognition.
In other commits:
Fix label names. by @wrt54g
OCR optimization by @MrFlapstaart
Remove unnecessary dependencies. by @wrt54g
1.3
- The update checker in the older releases will NOT work anymore.
- The Update Check has become a Live Updater (it can now download and launch the installer too)
Other changes:
Remove unnecessary dependencies by @wrt54g
Optimization of the Live Updater class. Adding currentVersion to the updater itself and dependency injection for the LiveUpdater class. by @MrFlapstaart
OCR optimization by @wrt54g
[Live Updater class created] (10bb141) by @wrt54g and @MrFlapstaart
Extended TTS engine to support multiple voices. Added SpeechSynthesizer Extension to inject core voices not reflected by the default GetVoiceList() method. by @MrFlapstaart
1.2
1.1
- Fix typo by @wrt54g
- Label name fix by @wrt54g
- Remove unnecessary dependencies in Program.cs by @wrt54g
- Added OCRResult to the result of the OCR process. Zoom in on text block with the most words and show it in the processed image preview. by @MrFlapstaart
- Add errors to readme by @wrt54g
- Added visual lines in the processed image showing found text lines. by @MrFlapstaart
- Handling OCR optimalization at an earlier stage. by @MrFlapstaart
- Add context menu. by @wrt54g