mirror of
https://oauth2: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@github.com/m1ngsama/deckless.git
synced 2026-05-10 19:11:12 +08:00
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is inspired by Keep a Changelog, and the project follows semantic versioning once tagged releases begin.
0.2.0 - 2026-03-28
Added
- A
deckless-gitPKGBUILDand.SRCINFOentry point for Arch users who want to package Deckless from a local clone. - A real-machine Big Picture screenshot and validation notes in the README.
Fixed
- Wrapper timing around Steam's updater verification so Deckless no longer needs to present a modified wrapper during the verification phase to recover the proxied, GPU-enabled webhelper path.
- Wrapper cleanup now survives Steam's shutdown path by detaching the cleanup helper from the launcher session before Steam exits.
0.1.0 - 2026-03-28
Added
- A user-space Steam launcher that preserves the official client while splitting proxy policy between Steam web content and game traffic.
- A runtime-managed
steamwebhelperwrapper that removes forced GPU disable flags and restores the original Steam wrapper after exit. - Optional Big Picture launch integration for
gamescope,gamemode, andmangoapp. - An i3 Big Picture bridge that hands fullscreen to launched games and restores it when they exit.
- XDG-friendly install and uninstall scripts.
- Example proxy and runtime configuration files.
- Architecture and i3 integration documentation.
- GitHub Actions validation for shell syntax and ShellCheck.