From 81bcc48c3b66b524bba53500e6648651928caf43 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 29 Dec 2023 04:03:50 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFupdated=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eece318..e46ec1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +* fixed the condition of `warn_forced_setting`, previously it may be reset back to `false` accidentally +* deprecated `disable_overlay_warning.txt` in `steam_settings` folder in favor of new options/files +* new `disable_overlay_warning_*.txt` settings to disable certain or all warnings in the overlay + * `disable_overlay_warning_forced_setting.txt`: + - disable the warning for the usage of any file `force_*.txt` in the overlay + - unlocks the settigs menu, this may result in an undesirable output + * `disable_overlay_warning_bad_appid.txt`: disable the warning for bad app ID (when app ID = 0) in the overlay + * `disable_overlay_warning_local_save.txt`: disable the warning for using local save in the overlay + * `disable_overlay_warning_any.txt`: all the above + +--- + ## 2024/1/20 * **[Detanup01]** added implementation for `Steam_Remote_Storage::EnumerateUserSubscribedFiles()` +