Skip to content

v3.3.0

Latest

Choose a tag to compare

@shdwmtr shdwmtr released this 24 Jun 01:50
· 2 commits to main since this release

3.3.0 (2026-06-24)

Bug Fixes

  • anchor steam TLD check to hostname, guard EVP ctx alloc, trigger update fetch on startup (ac62adc)
  • cdp: notify session cv on shutdown to unblock reconnect (0d8ba79)
  • child_process: fix process lifecycle races and fd leaks (7c255f7)
  • debugging: better library updater logging (9396fd1)
  • Fix plugin installer showing "strDone" instead of proper locale (a72abf3)
  • http-hooks: Fixed the steam community page not being styled by themes (da69c27)
  • resolve self-deadlock in background update check (89eb5cf)
  • Steam Beta: Fix Millennium settings page on Steam beta (4c5e5ce)
  • updater: strip debug logs, fix error caching, and deduplicate regex init (c8efa76)
  • updates: surface update fetch errors instead of infinite spinner (fdf5ed3)
  • updates: surface update fetch errors instead of infinite spinner (0627f8c)
  • WebKit injection of Steam URLs (84d9122)

Features

  • LuaAPI: Async I/O support for lua backends (e5b66db)
  • quick-access: Allow plugins to open the quick access menu. (d5fee0c)

Performance Improvements

  • updater: Lazy fetch library updates instead of blocking on startup. Closes #751 (f604db2)