Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down