From 774966dc6acfa4aa05c35b3e1f935df39c30a4a8 Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Sat, 8 Aug 2026 20:11:42 -0700 Subject: [PATCH 1/4] bump marketing version to 0.9.0 --- ComputerSolitaire.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ComputerSolitaire.xcodeproj/project.pbxproj b/ComputerSolitaire.xcodeproj/project.pbxproj index e6b74a6..9a8340f 100644 --- a/ComputerSolitaire.xcodeproj/project.pbxproj +++ b/ComputerSolitaire.xcodeproj/project.pbxproj @@ -516,7 +516,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 0.8.4; + MARKETING_VERSION = 0.9.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -574,7 +574,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 0.8.4; + MARKETING_VERSION = 0.9.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SWIFT_COMPILATION_MODE = wholemodule; From 99b2eb3b7f1148faa537b49dcd948014a4912eaa Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Sat, 8 Aug 2026 20:11:42 -0700 Subject: [PATCH 2/4] add 0.9.0 release notes --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f62dc1b..f34f42a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.9.0 - 2026-08-08 + +### Added + +- New deals are now animated. Starting a game, redealing, or switching games sweeps the old cards off the screen and deals new cards one at a time from the stock. Both animations respect the Animation Speed setting and Reduce Motion. ([#83](https://github.com/austin-smith/ComputerSolitaire/pull/83)) + +### Changed + +- Changed the default card style from Classic to Simple. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) +- Softened the Simple card face from pure white to a subtle cream. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) +- Updated face cards in the Simple style to show their suit symbol instead of an image. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) +- Redesigned the Pixel card style with redrawn face cards and a new card back. ([#84](https://github.com/austin-smith/ComputerSolitaire/pull/84), [#88](https://github.com/austin-smith/ComputerSolitaire/pull/88)) + +### Fixed + +- Tapping outside the game picker on iOS now dismisses it, including taps near the top and bottom edges of the screen. The bottom toolbar hides while the picker is open. ([#79](https://github.com/austin-smith/ComputerSolitaire/pull/79), [#86](https://github.com/austin-smith/ComputerSolitaire/pull/86)) +- The iOS bottom toolbar no longer disappears and reappears on each stock draw. ([#86](https://github.com/austin-smith/ComputerSolitaire/pull/86)) + +**Full Changelog**: https://github.com/austin-smith/ComputerSolitaire/compare/v0.8.3...v0.9.0 + ## 0.8.3 - 2026-07-15 ### Added From 900bd9557337b71ba530e50ecba5191660bc65ee Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Sat, 8 Aug 2026 21:39:37 -0700 Subject: [PATCH 3/4] update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34f42a..484c7b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ ### Changed -- Changed the default card style from Classic to Simple. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) +- Changed the default card style from Classic to Simple on iOS and iPadOS (macOS keeps Classic). ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89), [#93](https://github.com/austin-smith/ComputerSolitaire/pull/93)) - Softened the Simple card face from pure white to a subtle cream. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) - Updated face cards in the Simple style to show their suit symbol instead of an image. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) +- Imrpoved layout and text on Simple card style. ([#93](https://github.com/austin-smith/ComputerSolitaire/pull/93)) - Redesigned the Pixel card style with redrawn face cards and a new card back. ([#84](https://github.com/austin-smith/ComputerSolitaire/pull/84), [#88](https://github.com/austin-smith/ComputerSolitaire/pull/88)) +- Overhauled the rules and scoring guide and fixed incorrect scoring details. ([#92](https://github.com/austin-smith/ComputerSolitaire/pull/92)) ### Fixed From 698c3ddc314ab851e4365df6955ab6c8b075c730 Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Sat, 8 Aug 2026 22:26:06 -0700 Subject: [PATCH 4/4] add haptics bullet and fix typo in 0.9.0 notes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 484c7b3..69c8d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,10 @@ - Changed the default card style from Classic to Simple on iOS and iPadOS (macOS keeps Classic). ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89), [#93](https://github.com/austin-smith/ComputerSolitaire/pull/93)) - Softened the Simple card face from pure white to a subtle cream. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) - Updated face cards in the Simple style to show their suit symbol instead of an image. ([#89](https://github.com/austin-smith/ComputerSolitaire/pull/89)) -- Imrpoved layout and text on Simple card style. ([#93](https://github.com/austin-smith/ComputerSolitaire/pull/93)) +- Improved layout and text on Simple card style. ([#93](https://github.com/austin-smith/ComputerSolitaire/pull/93)) - Redesigned the Pixel card style with redrawn face cards and a new card back. ([#84](https://github.com/austin-smith/ComputerSolitaire/pull/84), [#88](https://github.com/austin-smith/ComputerSolitaire/pull/88)) - Overhauled the rules and scoring guide and fixed incorrect scoring details. ([#92](https://github.com/austin-smith/ComputerSolitaire/pull/92)) +- Expanded haptic feedback to more actions. ([#95](https://github.com/austin-smith/ComputerSolitaire/pull/95)) ### Fixed