Releases: Inpacchi/Manga-Tagger
Alpha Build Comprehensive v5
New alpha installation instructions here
This is definitely the build to use. Perhaps the most stable alpha build I've put out yet.
6e01188 | Update to v1.1.5-alpha
Features
- f4b8fff | Added processing for oneshot manga chapters
Optimizations
- 171148a | Updated manga title verification parameters
Code Cleanup
- 5e73c14 | Moved database-concerning functions into the database class
Alpha Build Comprehensive v4
No seriously, this is quite the build. There's been A LOT of changes since v1.1.1-alpha and especially since v1.0.3
New alpha installation instructions here
52627c5 | Update to v1.1.4-alpha
Features
Manga Tagger now scans the download directory on every start for new downloads that are not currently in the task queue 💯
New issue templates for better support on bugs!
Developer Fun-Fun Stuff
- 922e6e7 | API integration testing
- b8ae643 | Overhauled integration testing
- 7a12ea1 | New integration tests for ComicInfo.xml creation and series title verification
- 911d4fb
- cb18094
Optimizations
Overhauled the manga series verification process - multiple titles are compared for likeness and if that is sketchy, then authors are compared to verify the best match is being grabbed from the APIs
Manga Tagger is now fully independent of FMD setup! What does this mean, you ask? Well, no more having to install FMD to a specific location or having to launch it to initialize the settings. Manga Tagger does it all by itself now!
- 8a504cf | Manga Tagger now prompts for the FMD install directory upon initial startup
- c7ee060 | Manga Tagger is now capable of setting all FMD settings by itself, regardless of if FMD has been started. It also closes FMD automatically
Other stuff (including bug fixes)
- 3974a5d | Optimize pathlib usage
- 62172c3 | Rename manga unit testing file
- f3e14fb | Store time for processed files
- 6061de9 | Close Jikan API session upon finishing POST request
- 9a4ed88 | Add debug_mode to initial settings creation and activate console logging by default
- 062c86d | Activate JSON logging by default
- 356ef86 | Optimize the application launch process
- 286c105 | Chapter title parsing
- de08a19 | Application startup process fix
- fbaf81e | mode_settings should be None unless otherwise set
- 4918b9a | Fixed issue with FMD launch dependency
Code Cleanup
Alpha Build Comprehensive v3
OUTDATED; don't use this - use the Alpha Build Comprehensive v4
Alpha Build Comprehensive v2
OUTDATED; don't use this - use the Alpha Build Comprehensive v4
Alpha Build Comprehensive v1
Introducing the Alpha Build, starring the Single Executable!
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
The Comprehensive Release v2
The Comprehensive Release
News
Installation and configuration guide now available!
Bug Fixes
- e1d4c52 | Corrected the writing of FMD's settings.json when modified by Manga Tagger
- e1d4c52 | Added init.py to the MangaTaggerLib module
- cf994fd | Add pytz package to requirements.txt
- cf994fd | Updated required numpy version to install without error
Optimizations
- b8d1e21 | Install requirements as part of installation process
The Full Release
Actual first working version of Manga Tagger that can be reliably used in a production setting. Please report any issues found via GitHub issues for further investigation.