This release adds some fixes and a new endpoint in the API
- #109 A new renamer endpoint was added, this will trigger bundle or package renames
- #71 A change was made to avoid removing files with no titleid when doing a refresh
- #96 A fix was made to use titledb region when running the rename process, as the region will come from titledb instead of the file this should solve most of the issues related to regions.
- Some minor fixes and improvements has been made and some libraries have been updated.
To upgrade just close the app copy the your data and config folders and run, if you are using a container just pull the latest image.
What's Changed
- features/renamer-api-endpoint by @ivaano in #111
- Setting titled.Region to fileInfo to fix renamer issues with region by @ivaano in #112
- Refresh now checks if the file was already on the library, so if the filename doesn't include titleId, it wont be removed. by @ivaano in #113
- Adding a check for titledb.sql version number, if is larger or shorter than a SHA5, is not going to save it as this causes confusion. by @ivaano in #114
Full Changelog: v0.5.2...v0.5.3