TUIOS v0.0.7 Release
A terminal-based window manager with tmux-style keybindings.
Installation
Download the appropriate binary for your platform below, extract it, and run:
./tuiosOr install via Go:
go install github.com/Gaurav-Gosain/tuios/cmd/tuios@v0.0.7Changelog
New Features
- 2445930: feat: add automated install script for Linux/macOS (@Gaurav-Gosain)
Bug Fixes
- b0b810a: fix: add workspace checks to minimize/restore operations in tiling mode (@Gaurav-Gosain)
- d658ff7: fix: add workspace checks to window swap functions in tiling mode (@Gaurav-Gosain)
- 9e3b1fd: fix: remove 'v' prefix from version in install script archive names (@Gaurav-Gosain)
- b152e4e: fix: remove deprecated format fields from goreleaser config (@Gaurav-Gosain)
Performance Improvements
- 2274212: perf: optimize terminal input performance and fix process exit detection (@Gaurav-Gosain)
Full Changelog: v0.0.6...v0.0.7