Skip to content

Releases: Ynscription/MiharuScanHelper

V1.4.0 Miharu - Managing Pages and Expectations

28 Jan 11:19
Compare
Choose a tag to compare

This update comes with a big new feature:

  • Added the brand new Page Manager, under Edit -> Pages...
    This dialog will allow you to:
    • Change the order of the pages in your chapter.
    • Select and add new images as pages to your chapter.
    • Remove pages from your chapter.

And a minor improvement:

  • Now the interface will display the name of the file instead of the page number.

Bug fixes:

  • Loading a new chapter while a chapter was already loaded no longer causes a crash that could happen under certain circumstances.

V1.3.3b Miharu - Hotfix

24 Jan 17:13
Compare
Choose a tag to compare

Small fix:

  • Numerical sorting when creating new chapters should now work properly

V1.3.3 Miharu - Chapter Creation Remastered

20 Jan 18:06
Compare
Choose a tag to compare

Two new features:

  • A chapter can now be created by selecting a group of files.
  • Files will be sorted numerically by default, if this fails they will be sorted alphabetically.
    (This means that by default page "2.jpg" will go before page "10.jpg" (As it should be!))

Two minor bugfixes:

  • Automatically translated text that contains the character <"> will now display properly.
  • Should no longer cut a sentence short due to the appearance of escape characters.

V1.3.2c Miharu - URLs are Hard

25 Nov 14:03
Compare
Choose a tag to compare

Some minor bug fixes:

  • Fixed the way we handle line breaks in Text Entries
  • Fixed URLs not working properly when question marks were involved

V1.3.2b Miharu - Now With Proper Scrolling

01 Nov 16:21
Compare
Choose a tag to compare

Just a little fix this time:

  • Fixed scrollbars in text entries making navigation wonky.

V1.3.2a Miharu - No More Squinting

01 Nov 12:27
Compare
Choose a tag to compare

A couple of improvements to the visuals:

  • The Parsed Text font is now bigger, for easier double checking of the OCR parsing.
  • The Parsed Text Box is bigger and the refresh button has been moved to the right to fit more text.
  • The Parsed Text no longer has extra junk.
  • All text boxes now have a Scrollbar for ease of navigation.

V1.3.1 Miharu - Fixes Hotter than your Mixtape

22 Oct 19:19
Compare
Choose a tag to compare

Some quick fixes for obvious bugs that flew under the radar:

  • Fixed checking for the Tesseract directory in the wrong place if a chapter was opened from outside the app.
  • Fixed saving unnecessary things into the chapter that would later make the loading fail.

V1.3.0 Miharu - Better, Faster, Convenienter

22 Oct 18:43
Compare
Choose a tag to compare

Implemented some small quality of life features:

  • Loading a chapter will open it at the page shown when it was saved.
  • Chapter images are loaded asynchronously. This means chapters will load faster, but you may need to wait if your computer is slow and try to switch to a far away page that has not been loaded yet.
  • Miharu will ask for the location of Tesseract if it can't find it in the default directory or the Windows PATH

You can check what tesseract executable Miharu is using on the new SessionLog.log file that it generates.

Fixed some bugs:

  • Chapters are no longer marked as not saved when changing to some pages.
  • Selection rectangles on page no longer persist when opening a different chapter when one was already open.
  • Fixed a bug caused by having too many AutoReset signals (by using normal signals, which should have been done from the beggining...)

V1.2.1 Miharu - Fixing Witchcraft

20 Oct 08:57
Compare
Choose a tag to compare

Finally squashed the first bug ever discovered:

  • Now images always display at full size. The bug was not cause by witchcraft, but by the image's DPI (which is pretty close to witchcraft if you ask me).

Some improvements:

  • Now the .exe file is called Miharu Scan Helper, as it should be.
  • Now if you have unsaved work and click on "New Chapter" you'll be prompted to save.

Some other behind the scenes improvements, probably barely noticeable, but improvements nontheless.

V1.2.0 Miharu - More Translation Sauce

17 Oct 18:03
Compare
Choose a tag to compare

Two new features to make everyone happy:

  • Implemented autotranslation using Azure Cognitive Services (Bing Translate) this should give a second opinion on the autotranslation.
  • Implemented better crash handling. When crashing, the current chapter is saved and on the next startup Miharu will ask if you want to attempt to recover it. Hopefully no more work will be lost.

No bug fixes, but:

  • Some fixes to the UI, some windows were not displaying the appropiate title (or a title at all).
  • Since now the program is called Miharu, all related strings should have been updated.