Skip to content

v1.2.5 - All in one

Compare
Choose a tag to compare
@giwty giwty released this 13 Sep 18:43
· 32 commits to master since this release

New version is available that includes a major refactor to how the app is bundled.
All resources (aka web folder) is now part of the binary, including the correct electron binary.
This means that users will not need to wait to download the electron files on first boot, and will fix some of the issues users experienced with the vendor folder.

Also added a new issues section to add clarity to why some files are not part of the library.

Enjoy :)

Changelog:

General:

  • Added handling of unicode chars
  • Added 'SwitchSafeFileNames' option in settings.json to control the handling of unicode/Romaji
  • Changed the way files are scanned to add better control, and better error handeling
  • Fixed issues that caused invalid folder/file names

GUI:

  • All files are now bundled as part of the binary, this should fix many issues people had with the vendor folder
  • Added an issues tab to detail files that were skipped during scan
  • Deletion of old updates now part of the library organization (if enabled through settings.json)

Console:

  • Added issues sections to detail any skipped files
  • Improved progress bar