diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ff01118..c70e4e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +* 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` +* 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 + +--- + ## 2024/4/21 * **[Clompress]** corrected Turkish translation diff --git a/post_build/steam_settings.EXAMPLE/auto_accept_invite.EXAMPLE.txt b/post_build/steam_settings.EXAMPLE/auto_accept_invite.EXAMPLE.txt index e69de29b..8ebfdf5c 100644 --- a/post_build/steam_settings.EXAMPLE/auto_accept_invite.EXAMPLE.txt +++ b/post_build/steam_settings.EXAMPLE/auto_accept_invite.EXAMPLE.txt @@ -0,0 +1,3 @@ +76561197960287930 +76561197960271227 +76561197960276863 diff --git a/post_build/steam_settings.EXAMPLE/steam_interfaces.EXAMPLE.txt b/post_build/steam_settings.EXAMPLE/steam_interfaces.EXAMPLE.txt index e69de29b..d47e7155 100644 --- a/post_build/steam_settings.EXAMPLE/steam_interfaces.EXAMPLE.txt +++ b/post_build/steam_settings.EXAMPLE/steam_interfaces.EXAMPLE.txt @@ -0,0 +1,20 @@ +SteamClient015 +SteamGameServer012 +SteamGameServerStats001 +SteamUser017 +SteamFriends014 +SteamUtils007 +SteamMatchMaking009 +SteamMatchMakingServers002 +STEAMUSERSTATS_INTERFACE_VERSION011 +STEAMAPPS_INTERFACE_VERSION006 +SteamNetworking005 +STEAMREMOTESTORAGE_INTERFACE_VERSION012 +STEAMSCREENSHOTS_INTERFACE_VERSION002 +STEAMHTTP_INTERFACE_VERSION002 +STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001 +STEAMCONTROLLER_INTERFACE_VERSION +STEAMUGC_INTERFACE_VERSION002 +STEAMAPPLIST_INTERFACE_VERSION001 +STEAMMUSIC_INTERFACE_VERSION001 +STEAMMUSICREMOTE_INTERFACE_VERSION001