Releases: trembon/switch-library-manager
Releases · trembon/switch-library-manager
1.9.0
1.8.0
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
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
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
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