From 25236be398609298c57dc77bb84cb0002cb013d1 Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Sun, 6 Sep 2026 10:09:42 -0700 Subject: [PATCH] add 0.9.1 release notes --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c8d12..a30f8d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.9.1 + +### Changed + +- Renamed "Redeal" action to "Restart". ([#99](https://github.com/austin-smith/ComputerSolitaire/pull/99)) +- Redesigned win cascade rendering to reduce rendering overhead and prevent dropped frames from slowing the animation. ([#100](https://github.com/austin-smith/ComputerSolitaire/pull/100)) + +### Fixed + +- Fixed rare duplicate or missing cards when a queued move used a selection captured before another move or stock draw completed. ([#102](https://github.com/austin-smith/ComputerSolitaire/pull/102)) +- Fixed cards briefly appearing in their final positions before the initial deal animation on a fresh launch, and stock deals incorrectly starting above the board. ([#103](https://github.com/austin-smith/ComputerSolitaire/pull/103)) + +**Full Changelog**: https://github.com/austin-smith/ComputerSolitaire/compare/v0.9.0...v0.9.1 + ## 0.9.0 - 2026-08-08 ### Added