Releases: thegregariousdragon/audio-tetris
Releases · thegregariousdragon/audio-tetris
Release list
v1.0.1
What's Changed
- feat: add unit tests for core game logic by @thegregariousdragon in #18
- fix: 1-indexed column speech reporting and bundle Tolk DLLs in release workflow by @thegregariousdragon in #19
- fix: report left_column and right_column spanning Columns 1 to 10 by @thegregariousdragon in #20
- feat: reorganize right cluster into 4x3 grid and add piece info feature by @thegregariousdragon in #21
- feat: reassign I/O/P to music controls and streamline right cluster grid by @thegregariousdragon in #22
- chore: bump version to 1.0.1 by @thegregariousdragon in #23
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Audio System Upgrade & Branching Model by @thegregariousdragon in #1
- Update gitignore and add gitkeep by @thegregariousdragon in #2
- Remove obsolete setup_music.py script by @thegregariousdragon in #3
- Add .gitkeep to assets directory by @thegregariousdragon in #4
- Refactor Settings UI, fix accessibility strings, and update documentation by @thegregariousdragon in #5
- Refactor: Fix clippy warnings and update accessibility docs by @thegregariousdragon in #6
- feat: Add positional speech to menu items by @thegregariousdragon in #7
- fix: Revert positional speech for document screens by @thegregariousdragon in #8
- docs: add Rust, WxDragon, accessibility, and screen reader presentation rules to AGENTS.md by @thegregariousdragon in #9
- chore: upgrade to Rust 2024 edition and update agent rules by @thegregariousdragon in #10
- fix: collapse nested ifs using Rust 2024 let chains for clippy by @thegregariousdragon in #11
- chore: add rust-version MSRV 1.85, update agent edition rules, and apply cargo fmt by @thegregariousdragon in #12
- feat: add GitHub Actions CI and automated Release workflows by @thegregariousdragon in #13
- feat: tie app version dynamically to git tags and Cargo.toml by @thegregariousdragon in #14
- ci: add concurrency group to auto-cancel outdated PR CI runs by @thegregariousdragon in #15
- docs: update branching model and add CI/CD release rules to AGENTS.md by @thegregariousdragon in #16
- chore: bump version to 1.0.0 for initial release by @thegregariousdragon in #17
New Contributors
- @thegregariousdragon made their first contribution in #1
Full Changelog: https://github.com/thegregariousdragon/audio-tetris/commits/v1.0.0