Releases: MedCy1/TermPlay
Releases · MedCy1/TermPlay
Release list
1.7.1 - 2025-11-26
Release Notes
- feat: add system dependencies for cargo-dist in Cargo.toml (a4753a0)
Install termplay 1.7.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MedCy1/TermPlay/releases/download/v1.7.1/termplay-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/MedCy1/TermPlay/releases/download/v1.7.1/termplay-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install termplayDownload termplay 1.7.1
| File | Platform | Checksum |
|---|---|---|
| termplay-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| termplay-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| termplay-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| termplay-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| termplay-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| termplay-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Release 1.6.0
- fix: update release script permissions to make it executable (4dfa0cc)
- fix: suppress clippy warnings for needless range loops in tile movement (78e0317)
- fix: simplify version string formatting in About menu (3860f32)
- refactor: streamline file opening for /dev/null in AudioManager (a3a3e59)
- feat: display version number dynamically in the About menu (3221ddf)
- feat: refactor music playback methods for improved clarity and functionality (15d08a9)
- feat: update high scores detail navigation to reflect actual scores count (dd5f470)
- feat: implement navigation history in MainMenu for improved user experience (4844f74)
- feat: add libc dependency and improve audio shutdown process (deaef78)
- feat: enhance release script with GitHub CLI authentication check and default release notes (26abf14)
Release 1.5.1
- feat: publish draft release with assets using GitHub CLI (3c60424)
v1.5.0
v1.3.1
v1.3.0
Full Changelog: https://github.com/MedCy1/TermPlay/commits/v1.3.0