Skip to content

Commit

Permalink
Updated version number to 0.9.8, release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmhouston committed May 14, 2024
1 parent 9c81076 commit ce23c7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.7;
MARKETING_VERSION = 0.9.8;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2083,7 +2083,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.7;
MARKETING_VERSION = 0.9.8;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2118,7 +2118,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.7;
MARKETING_VERSION = 0.9.8;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = Cleepp;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2154,7 +2154,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.7;
MARKETING_VERSION = 0.9.8;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = Cleepp;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
7 changes: 7 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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.
- 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.

# 0.9.7

- Prevent double paste when using Cleepp shortcut, or paste while Paste All / Paste Multiple is occurring.
Expand Down

0 comments on commit ce23c7c

Please sign in to comment.