mirror of
https://oauth2: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@github.com/m1ngsama/deckless.git
synced 2026-05-10 19:11:12 +08:00
32 lines
1.5 KiB
Markdown
32 lines
1.5 KiB
Markdown
# 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.
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- A `deckless-git` `PKGBUILD` and `.SRCINFO` entry 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 `steamwebhelper` wrapper that removes forced GPU disable flags and restores the original Steam wrapper after exit.
|
|
- Optional Big Picture launch integration for `gamescope`, `gamemode`, and `mangoapp`.
|
|
- 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.
|
|
|
|
[0.1.0]: https://github.com/m1ngsama/deckless/releases/tag/v0.1.0
|