From 48f4582880ce8e220fd35d2dc87010c7d000f086 Mon Sep 17 00:00:00 2001 From: Pierre Houston Date: Tue, 4 Jun 2024 15:08:23 -0700 Subject: [PATCH] Updated version number to 0.9.9, updated release notes --- Maccy.xcodeproj/project.pbxproj | 8 ++++---- releasenotes.md | 12 +++++++++++- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Maccy.xcodeproj/project.pbxproj b/Maccy.xcodeproj/project.pbxproj index a4677872..365f095f 100644 --- a/Maccy.xcodeproj/project.pbxproj +++ b/Maccy.xcodeproj/project.pbxproj @@ -2129,7 +2129,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.8; + MARKETING_VERSION = 0.9.9; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -2165,7 +2165,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.8; + MARKETING_VERSION = 0.9.9; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -2200,7 +2200,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.8; + MARKETING_VERSION = 0.9.9; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp; PRODUCT_NAME = Cleepp; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -2236,7 +2236,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.8; + MARKETING_VERSION = 0.9.9; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp; PRODUCT_NAME = Cleepp; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/releasenotes.md b/releasenotes.md index 2d1cbf3a..05453a6c 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,6 +1,16 @@ +# 0.9.9 + +- Renamed "Purchase" settings panel to "Support Us" and changed icon from a coin to a gift, fixed a typo in the panel. +- Fixed height of several settings panels, removing white space at the bottom. +- Internal refactoring and UI test. +- Fixed use of Sparkle API, updated its plist entries and added an entitlement it needed. +- Fixed build number generated during build, removed Sparkle appcast file entries for those versions with a too-large build number (so must manually upgrade from 0.9.7/8 to a new version after all). +- Improve Sparkle setup in GitHub workflow, automating appcast file generation which required making the .zip archive contain only the .app. +- Made GitHub workflow build .dmg containing app and readme (now the disk image is the recommended file to download), other GitHub workflow fixes. + # 0.9.8 -- Change what is left on the clipboard when collecting clipboard items in queue mode, keep last copied item on clipboard and when Paste & Advance switch to desired item before invoking application's paste. +- Changed what is left on the clipboard when collecting clipboard items in queue mode, keep last copied item on clipboard and when Paste & Advance switch to desired item before invoking application's paste. - Fixed bug where Delete History Item wasn't enabled sometimes, particularly when there's only one history item in the menu. - Fixed bug affecting performace where all history items were added to the menu on first launch, instead of the count in the settings, most of which then have to be removed when the menu is first opened. - Implemented some Cleepp specific UI Tests, adapting some Mappy tests and then adding ones for using queue copy and paste.