Releases: ivaano/NsxLibraryManager
v0.5.3
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
0.5.2
This is a minimal release, the only change is in the response code from the search endpoint 404 if no titles are found instead of 400, the reason for this minimal release was to also include a linux-arm64 binary. This should help with issue #106
What's Changed
Full Changelog: v0.5.1...v0.5.2
v0.5.1
This release adds a couple of endpoints to the API, search and refresh/reload, you can search titles by name or id, same as the grid/list pages, and you can also submit a refresh or reload request trough the api.
The refresh/reload requests will be executed in the background, there is a lock mechanism to avoid performing a refresh while a refresh/reload is already on queue or in progress.
There are also some minor fixes, but most of the work on this release were the API.
Migration from previus version should be straightforward, just move your database over the data folder and restart the app.
What's Changed
- Features/api by @ivaano in #101
- Features/api by @ivaano in #102
- warning-cleanup by @ivaano in #103
- Warning cleanup by @ivaano in #104
- Disable RowSelectOnClick for library, use row checkbox instead. by @ivaano in #105
Full Changelog: v0.5.0...v0.5.1
v.0.5.0
What's Changed
- Added new feature to persist user data on library reloads by @ivaano in #87
- Adding assembly version to NavLayout by @ivaano in #88
- fix "in" folder permissions by @MasterPhooey in #89
- features/webhook-on-library-load by @ivaano in #91
- features/release-date-missing-dlc-updates by @ivaano in #92
New Contributors
- @MasterPhooey made their first contribution in #89
Full Changelog: v0.4.8...v0.5.0
v0.4.8
v0.4.7
This release focus is on fixing the app running in a container, also improvements to run it with docker compose, and a small feature #81 was added
What's Changed
- Docker compose by @ivaano in #84
- added release date to title page missing update and missing dlc. by @ivaano in #85
Full Changelog: v0.4.6...v0.4.7
v0.4.6
v0.4.5
v0.4.4
This new release focus was on adding multiple paths to the library, you can also tag each path to a collection so any files dumped on that path will be automatically added to that collection. Because of this change you need to add your library path again, even if you are just using one path, it needs to be added again in the settings page.
This release also has some fixes to the refresh library logic.
To upgrade from previous version just copy your config and data folders to where you have this installed, you also need to add the library path again
What's Changed
- Features/multiple library paths by @ivaano in #74
- Code cleanup by @ivaano in #75
- updating assembly version by @ivaano in #76
Full Changelog: v0.4.3...v0.4.4
v0.4.3
This is a small release that includes some enhancements on the FTP queue, with ability to remove items from the queue, it also reverts the functionality in version 0.3 to add the file Icon if the title is not found in titledb, this will allow to show the proper Icon, even if the title is not aggregated from titledb.
The "big" feature #64 of this release is the ability to set Asian titles in English this works on the library and the renamers, for this we are relying on the nswdb feed, besides that I've translated all JP,CN,HK,KO titles to english using gema2, (https://github.com/ivaano/titledbConverter/blob/main/agregators/asiantoenglishfromdb.py), the results are good enough but there may be errors, the translated xmls are on the sql-titledb repository, so if anyone spots an error and you want to make an improvement create a PR there (https://github.com/hangover6674/sql-titledb/tree/main/region_translated)
The old database can be used on this new version, a migration should be run to add the new table for the nswdb releases, just copy your data folder from old release to this new one.
What's Changed
- Features/nsw releases support by @ivaano in #67
- Adding a file Icon if title is not found to titledb by @ivaano in #68
Full Changelog: v0.4.2...v0.4.3