This commit is contained in:
otavepto 2024-04-23 22:42:31 +02:00
parent 8c9d69328a
commit 36960f7095

View File

@ -1,7 +1,9 @@
## 2024/4/23
* fixed local saving + ignore the global settings folder entirely when using the local save option for a full portable behavior * fixed local saving + ignore the global settings folder entirely when using the local save option for a full portable behavior
* reverted all changes made to `find_interfaces` tool and reverted the format back to the original one, which allows loading `steam_interfaces.txt` * reverted all changes made to `find_interfaces` tool and reverted the format back to the original one, which allows loading `steam_interfaces.txt`
* don't use global appdata path in `matchmaking` + `matchmaking_servers`, instead use current/active save directory, in case we're using local_save_path
* fixed a bug in the `settings_parser` which lead to unwanted disk write operations in the `lobby_connect` tool * fixed a bug in the `settings_parser` which lead to unwanted disk write operations in the `lobby_connect` tool
* don't use global appdata path in `matchmaking` + `matchmaking_servers`, instead use current/active save directory, in case we're using local_save_path
--- ---