Skip to content

Introducing the Alpha Build, starring the Single Executable!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Inpacchi Inpacchi released this 10 Jan 12:07
· 46 commits to main since this release

Features

Task Queue Saving! When Manga Tagger exits cleanly, it will save it's task queue to the database and reload it on startup.

Unit Testing! (Mainly for development)

Preparation for Linux Support and Single Touch Installation

  • 693bf6b | Replaced os and ntpath calls with pathlib so application is more OS-agnostic; create settings.json if file is not available

Optimizations

  • 19f4f0d | Account for the manga title as a chapter delimiter
  • 304dacf | Account for "Act" as a chapter delimiter
  • a4ff9ee | Verify MAL entry using Anilist cross-reference before proceeding with further processing
  • 673c17c | Add logging_info to logger
  • d12b6c8 & f3ca478 | Minor code cleanup
  • a7f768e | Overhauled application versioning to eliminate unnecessary files and streamline
  • e5dbe4a | Remove grant_permissions as it's no longer needed

Bug Fixes