Skip to content

v0.5.2 - Yurizaki Mira-tan

Compare
Choose a tag to compare
@Hamuko Hamuko released this 14 Jun 21:29
· 105 commits to master since this release

Minor release to add basic support for Windows.

Changes

  • Windows configuration directory defaults to %AppData%\cum and download directory to %UserProfile%\Downloads.

Bug fixes

  • Series are given an unique alias before being committed to the database to prevent an UNIQUE constraint failure.
  • Temporary files are closed before zip creation to prevent PermissionError on Windows.
  • Windows installs of cum do not immediately crash due to the difference between environmental variables between Unix/*nix systems and Windows.
  • Windows special path characters are kept on Windows on filename sanitation.