Skip to content

Releases: trembon/switch-library-manager

1.6.0

29 Apr 19:25
Compare
Choose a tag to compare

What's Changed

Features

  • possible to set titles/versions url in settings #23
  • rework console parameters and add export to csv option (see readme for options) #26

Bugs

  • enable output from console mode on windows #24
  • remove extra spaces from incorrect cleanup #22
  • move to correct tab after rescan #18
  • read ids correct #18
  • allow dot in names #19
  • add case to handle different DLCs generating same file name #20

Full Changelog: 1.5.0...1.6.0

1.5.0

20 Feb 06:59
Compare
Choose a tag to compare

Features:

  • added option to ignore dlc updates in the "Missing updates" tab
  • added option to hide the "Missing games" tab

Fixed bugs:

  • removed forced GUI flag from the code to have settings.json gui setting work properly when built from repo
  • renamed scv button to the correct csv
  • fixed prod.keys padding to correctly read newer game files
  • fix urls used for versions.json and titles.json
  • fixed bug where all rows where not exported to csv

Technical dept:

  • updated go and some dependencies
  • cleaned up the repo file structure