Skip to content

Commit

Permalink
Updated version number to 0.9.9, updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmhouston committed Jun 4, 2024
1 parent b2b0da6 commit 48f4582
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down
12 changes: 11 additions & 1 deletion releasenotes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 48f4582

Please sign in to comment.