Skip to content

Version 1.9.2

Choose a tag to compare

@BlueSquare23 BlueSquare23 released this 18 Apr 18:05
· 86 commits to master since this release
27075c9

Web-LGSM v1.9.2 Release Notes

Release Overview

Release Date: April 18, 2026
Version: v1.9.2
Significance: Following the massive architectural overhaul in v1.9.1, this release focuses on polishing the user experience. It's a comprehensive visual refresh of the entire frontend interface, bringing consistency to the layout, cards, forms, and controls across every page in the application. No major functional changes. Just a cleaner, more cohesive look and feel.

Frontend Visual Refresh

The primary goal of this release was to eliminate the "hand-coded" visual inconsistencies that had accumulated over time. Every app page now adheres to a unified design language.

Consistent Layout & Styling

  • Unified Header Cards: All pages now feature a consistent header card with standardized iconography and spacing, improving visual hierarchy.
  • Dark-Themed Bootstrap Components: Cards and containers have been updated to use a refined dark theme, providing better contrast and a more modern appearance.
  • Revamped Controls Panel: The terminal and process controls page received special attention. The HTML structure was cleaned up, and JavaScript was refactored to ensure the status indicator and loading spinners function reliably and look professional.
  • Cleaner Form Layouts: Input forms across the application (including Install, Edit User, Settings, and 2FA setup) now use a cleaner, more consistent grid layout.
  • Improved Table & Pagination UI: Tables are now wrapped in styled containers, and the pagination UI has been tidied up for a more polished interaction experience.

Updated Page Inventory

The following pages/views have been fully "reskinned" to match the new standard:

  • Home & Edit Game Server
  • Jobs, Add Job, and Audit Log
  • Settings, Edit Users, and 2FA Setup
  • About & Install Wizard
  • Controls Page (Terminal/Status)

Under the Hood Tweaks

  • Test Suite Alignment: The content-based integration tests were updated to align with the new HTML structure and text content introduced by the UI refresh.
  • Script Loading Order: Fixed an issue where JavaScript dependencies were loading out of sync on certain pages, ensuring interactive elements (like the spinner on the Controls page) initialize correctly every time.

Note on Upgrading: This is a minor patch release focused entirely on the presentation layer. No database migrations are required, and the upgrade should be instant and transparent for all existing installations. If you notice any visual quirks after pulling the update, a hard refresh of your browser cache (Ctrl+F5 or Cmd+Shift+R) is recommended.