Divizion Launcher 4.0 BETA 2
Pre-release⚙️ Settings — Full Redesign
The Settings screen has been completely redesigned from the ground up. A new animated top toolbar replaces the default controls with a breadcrumb and category pills when Settings is open, then morphs back smoothly on close. A 3-level dashboard is now available on the Overview tab: Pinned widgets (L1), All Categories grid (L2), and a reserved level (L3). You can right-click any setting control to pin it directly to the home dashboard — pins persist across restarts.
Categories have also been reorganized into a cleaner structure: tabs like performance, storage, discordRpc, advanced, and experimental have been consolidated. Five new dedicated panels have been added — Network, Language, Accessibility, Security, and Add-Ons — each grouping related settings in a more logical way. The launcher tab is now general, minecraft is now personalisation, and so on.
🕹️ Controller Navigation — Ongoing Testing
Work continues on the gamepad/controller navigation interface. This update brings several polish improvements to the visual focus selector:
- The focus ring is now softer and less aggressive (border opacity reduced, box-shadow intensity lowered)
- A new animated inner wave effect has been added inside the focus ring, providing a more refined visual identity for focused elements
- The selector now correctly hides behind dropdowns and overlays (tag filter, section nav menu, avatar dropdown) instead of floating on top
- Occlusion detection has been improved: elements covered by another UI element are no longer selectable via gamepad
- Invisible or collapsed elements (e.g. those inside a
max-height: 0container) are now properly excluded from navigation - The selector's z-index has been raised to 200001, ensuring correct layering above all menus
🐛 Bug Fixes & Interface Improvements
Instance Explorer
- Shift-click selection fixed: the range was previously calculated using the internal data order instead of the actual visual (DOM) order. It now correctly selects the instances you see on screen, regardless of sort mode or active filters.
- Shift-clicking now replaces the previous selection range instead of accumulating it — matching standard file explorer behavior.
- Lasso selection: removed the
backdrop-filter: blur(2px)effect from the selection rectangle for a cleaner, less distracting look. - Tooltip for long instance names: hovering over a truncated instance name in icon view now shows the full name in a tooltip. The tooltip only appears when the name is actually clipped.
Storage
- Disk space detection has been rewritten to use
fs.promises.statfs()instead ofwmic(removed in Windows 11 24H2) anddf(blocked in macOS sandbox). Storage stats are now cross-platform, reliable, and sandbox-safe.
Explorer Rendering
- The instance grid render key now includes filter state (search query, tag filter, sort mode, folder, etc.) — preventing cases where toggling filters or the crown button would be ignored when the underlying instance list hadn't changed.
i18n
- New localization keys added for storage categories (
Versions,Libraries,Assets,Mods,Cache, etc.) in both English and French