What's Changed
Added
- Only download TPB's for TPB releases (#27)
- Support for issue- and volume number padding (e.g. 7, 07 or 007) (#31)
- Added support for custom volume folders (#20)
- Added support for files, search results and downloads having the release year as the volume number
- Added dark mode (#42)
- Library sorting sticks cross-sessions per client
- Added option to filter away translated versions when adding volumes (#25)
- Added proper handling of errors that arise in tasks (you don't have to restart anymore when a task errors out)
- Added ability to disable renaming downloaded files (#63)
- Added
{issue_release_year}
to available file naming variables (#66) - Added special file naming format for issues that don't have a title (#78)
- When the volume folder is renamed (root folder changed, folder renamed), the old volume folder is deleted if empty
- The rename proposals (the list of suggested renames before actually applying them) are now sorted
- Added a table library view (#44)
- When a proxy is used, the IP of the original client is shown in the logs instead of the IP of the proxy (#80)
Changed
- Fixed "database is locked" by implementing WAL journal mode for the database (#58)
- Improvements and some fixed bugs for the algorithm that extract data from filenames and search results (among other things, #41)
- Fixed deleting volume with "Delete folder" set to "Yes" when folder is already deleted (#54)
- After adding a volume, you now stay on the "Add Volume" page instead of getting redirected to the "View Volume" page (#74)
- Fixed downloading from some Media Fire links
- Improved matching downloads on a GC page by using the available year as an extra check
- Fixed using enter or search button for various search bars (#65)
- Fixed searching for issues that don't have a release date (#76)
- Fixed adding root folders that contain the
+
character - Fixed using the
#
character in the login password (#29) - Fixed image file naming being year if no page number was found (#69)
- Fixed covers being seen as TPB's (#69)
- Requests fetching the covers of volumes won't be logged, even in DEBUG mode
- Fixed discord link at System -> Status
Full Changelog: V1.0.0-beta-1...V1.0.0-beta-2