From 09fdbf3a6f7cb9785e1ef32f7f75a4ee6a597958 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 30 Jul 2025 00:52:04 +0900 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2c86e..4ce52ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,20 @@ # Changelog -## [6.0.0-beta.1] 2025-07-28 +## [6.0.0-beta.1] 2025-07-29 ## Added - Ping column to server browsing contexts +- Server details dialog to server browsing contexts - Filter by modded servers - Breadcrumbs showing current menu context to top of window - Speed up load time and navigation of server tables +- More robust threading and cache system when filtering servers - Dedicated changelog page - Dedicated keybindings page - Vim-style navigation keybindings - Additional validation on entry dialogs to prevent submitting empty text - Added "Return to main menu" button to dialog windows when failing to load server table -- More robust threading and cache system when filtering servers -- Refresh server ping: context menu and hotkey -- Disable "show mods" context menu if server has no mods -- 0, minus, and backslash keybindings for filter toggles +- Dynamic context menus for modded servers +- Additional keybindings for filter toggles ## Fixed - Entry dialog sensitivity when validating API keys @@ -24,17 +24,19 @@ - Centered filter checkboxes within panel - Do not pop unhighlight/select stale buttons if no stale mods exist - Improved keybinding interaction with side panels +- Key stickiness when quickly navigating through entries in tables +- Suppress typeahead search in mod dialogs +- Do not trigger global API cooldown if no LAN/favorite servers are found ## Changed - Reduced global API cooldown from 60s to 30s - Clarify dialog messages when DayZ path could not be found - Auto-focus first item when opening context menus -- Removed low opacity setting on side buttons when in a different context +- Opacity setting on side buttons when in a different context - Refactored BM API key validation to account for new key format -- Do not trigger global API cooldown if no LAN/favorite servers are found -- Suppress typeahead search in mod dialogs ## Dropped +- Ping readout in statusbar ## [5.8.0-beta.2] 2025-07-06 ## Added