Skip to content

Releases: ivaano/NsxLibraryManager

v0.3.1

31 Jan 20:11
4c3da89
Compare
Choose a tag to compare

This is hot-fix release due to config not being saved in the config folder 'titledb' for now.

What's Changed

Full Changelog: v0.3.0...v0.3.1

Improvements

31 Jan 06:01
7e5fe08
Compare
Choose a tag to compare

Important

Please move your config.json file into a folder named titledb inside the folder you are running this app, this is a needed change in order to export the folder in docker.

  • Libraries updates

  • Dockerfile modification

  • Titledb Insertbulk reduced to chunks of 1k to decrease memory while importing

  • Titles that are not in cnmt are marked as unknown, marking them as base if titleid ends in 000

  • TitleDb Categories filter

  • Saving grid settings on library grid

  • Rename now creates subdirectories if needed

  • Config now read from config directory the default will be titledb so it can be mounted in docker.

File Organizer

16 Jan 07:44
d05c369
Compare
Choose a tag to compare

What's Changed

This release moves from appsettings, so we can be able to change som settings or do the initial configuration within the app, to upgrade just create a new config.json file and move the "NsxLibraryManager" section from appsettings to config.json or just start the app with no config.json file and a default will be created and you can set your settings in the app.

Full Changelog: v0.0.1...v0.2.0

Initial release

17 Dec 20:36
bce082d
Compare
Choose a tag to compare

What's Changed

  • Features/odata service in #1
  • Features/component refactor in #2
  • Libhac Update in #3
  • Deltas for faster library updates in #4
  • Dashboard in #5
  • Added game list page, and game card to easy browse games in library in #6
  • Library Title detail moda in #7
  • Move title detail in library to a modal in #8
  • Versions update in #9
  • Readme updates in #10

New Contributors

  • @ivaano made their first contribution in #1

Full Changelog: https://github.com/ivaano/NsxLibraryManager/commits/v0.0.1