Skip to content

Releases: trembon/switch-library-manager

1.9.0

15 Oct 19:35
Compare
Choose a tag to compare

Features

  • enable organizing dlc/updates to separate folder #64
  • show path to both files on duplicate error and old/new items #69

Bugs

  • show title id in uppercase in library #72
  • set up way to handle replacement of specific characters for filenames #62
  • restore homebrew support (fixes crash when organizing) #70
  • ignore organizing updates/dlcs if multipart with main file #66

1.8.0

06 Sep 22:07
Compare
Choose a tag to compare

Features

  • add config flag "hide_demo_games" to hide demo games from the missing games tab #48
  • support organizing dlc/update files without base being present with the option "process_when_missing_base_game" #30
  • support for organizing dlc/updates files in separate sub folders of the base game file with the options "dlc_folder" and "updates_folder" #55
  • possible to suppress the "file type is not supported" error message for specified file types with the option "ignore_file_types" #42

bugs

  • rework how prod.keys file is loaded from settings to make it easier to understand and try to fix settings.json reverting problem #36

Full Changelog: 1.7.0...1.8.0

1.7.0

16 Aug 15:05
Compare
Choose a tag to compare

I know development has been slow the last months, but this is due to me being home this summer with the kids and the time at the computer has been very limited.
If there is someone else that also wants to engage in this app, i open to adding others to approve PRs and make commits directly.

Features

  • added setting to ignore specific updates ids #49

Bugfixes

  • removed errors when starting the app without an internet connection #27
  • fix release dates on missing games tab correctly #46
  • improved error handling on startup regarding titles/version urls and downloaded files #34 #35
  • bring app to front on start #28
  • fix sorting on release date on missing updates tab #29

Full Changelog: 1.6.0...1.7.0

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