From 59315d024af7f8e4caaf5bbfd72ed262170de857 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 16 May 2023 20:08:15 +0900 Subject: [PATCH] docs: update changelog --- changelog.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index b71e919..d801f30 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,27 @@ # Changelog -## [Unreleased] -- Clean up logging -- Standardize dialogs -- Custom query API -- Store favorites by IP +## [3.3.0] 2023-05-16 +### Added +- Fetch more inclusive global "players in-game" count +- List mod directory on installed mods list +- Detect default Flatpak Steam path +- Dark mode/light mode theme to help file +- Alpha-sort My Servers list +- Add description of how to enable hidden folders on GTK2/3 +- Initial logging framework + +### Changed +- Test for wmctrl when enabling full auto mod installation +- Steam Deck: block toggling full auto mod installation due to extra dependencies needed +- First-time setup: sudo escalation when checking system map count for the first time + +### Fixed +- Steam Deck: non-ASCII delimiter causing setup menu to despawn on some devices +- Don't add items in My Servers multiple times to array when the list of favorites is paginated +- Trigger progress dialogs sooner and in sequence to reduce appearance of visual lag +- First-time setup: break out of dialogs correctly when user backs out +- First-time setup: break out of automatic path discovery when user specifies a path manually +- More portable interpreter invocation ## [3.2.10] 2023-05-11 ### Fixed