deckless/CHANGELOG.md

1.5 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.

[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.