Releases: SteamClientHomebrew/Millennium
Releases · SteamClientHomebrew/Millennium
Release list
v3.4.0-beta.9
Immutable
release. Only release title and notes can be modified.
3.4.0-beta.9 (2026-07-09)
Bug Fixes
v3.4.0-beta.8
Immutable
release. Only release title and notes can be modified.
3.4.0-beta.8 (2026-07-08)
Bug Fixes
- loopback: catch panics at the FFI boundary instead of aborting the process (ae8ca0b)
- loopback: escape literal $ and convert \0 backreference in regex rewrite conversion (3b6e2c2)
- loopback: restore macOS build guard, hook-null check, and deferred-open handling lost in CEF hook refactor (c47c1ba)
- plugins: recreate isolated CDP worlds after frontend reload completes (3b55364)
- plugins: unregister virtual resources for disabled plugins (f10c053)
- star: guard against integer overflow in decompression and sub-entry parsing (c7d4295)
- starlight: fix rolling hash algebraic cancellation in parity verifier (2fa0dd8)
Features
- add V2 plugin logging support in Millennium Settings -> Logs (caf527a)
v3.4.0-beta.7
Immutable
release. Only release title and notes can be modified.
3.4.0-beta.7 (2026-07-05)
Bug Fixes
v3.4.0-beta.6
Immutable
release. Only release title and notes can be modified.
3.4.0-beta.6 (2026-07-04)
Bug Fixes
- Disable JIT by default in all plugin backends. LuaJIT compilation hasn't fully matured. (63bd9f0)
v3.4.0-beta.5
Immutable
release. Only release title and notes can be modified.
v3.4.0-beta.4
3.4.0-beta.4 (2026-06-30)
Bug Fixes
- reclass: Add stricter class patching. Fixes BPM, and missing "Activity" button (3bc3d53)
v3.4.0-beta.3
3.4.0-beta.3 (2026-06-29)
Features
- reclass: Re-class tersed chunk classes, re-allowing themes to use stable, native selectors (dba5f9c)
v3.4.0-beta.2
3.4.0-beta.2 (2026-06-29)
Bug Fixes
- windows: include loopback patcher IPC handles in PROC_THREAD_ATTRIBUTE_HANDLE_LIST (ceed479)
v3.4.0-beta.1
3.4.0-beta.1 (2026-06-29)
Bug Fixes
- fix ephemeral MEP handler threads tying to the forked plugin thread, killing it (sig 15) before it could restart (1dac316)
- logger: restore file write guard under !onlyBuffer for log, warn, and error (4feb38b)
- lua-host: cap shim_len allocation, use 1-result pcall, guard lua_name_from_path components (c85a68c)
- lua-host: consume nested out-of-order calls (42d2f42)
- lua-host: fix deadlock and CPU spin on IPC disconnect (729b9b4)
- parity: fix rolling hash that was content-independent due to algebraic cancellation (efe3a7f)
- PKGBUILD: add rust as a dependency (12101eb)
- star_parser: compute Ed25519 boundary from section table, not buffer size (503e668)
- star_parser: guard metadata id/name type before getstd::string() (9018d01)
- star-parser: prevent 32-bit size_t overflow in section bounds checks and shim_len parsing (4866793)
- starlight: add starlight label to build_error output with correct padding (edba67d)
- starlight: allow // comments between /** @ffi */ and its declaration (6b6eb5b)
- starlight: cap frame body allocation before reading from socket (94b5e81)
- starlight: embed public key constant in get_verifying_key_bytes instead of deriving from private key (243b18d)
- starlight: preserve long-string whitespace and fix escaped-quote handling (f0e02fa)
- starlight: register variable binding names in FFI reachability check (8303f50)
- starlight: surface missing/invalid webkit-exports.json instead of silently skipping checks (9be133c)
- starlight: widen parity block_index from u16 to u32, update overhead to 12 bytes (b40ebd4)
- windows: Ensure all plugin backends die alongside Seam when shutting down. Closes #822 (b0e7844)
- windows: fix drain thread race and attr list teardown (f0ee4c3)
- windows: use BCrypt for Ed25519 verification instead of OpenSSL (677cdc0)