Skip to content

Commit

Permalink
Updated version number to 0.9.7, release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmhouston committed Apr 20, 2024
1 parent 71bb935 commit 2686cd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 0.9.7;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1940,7 +1940,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 0.9.7;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1975,7 +1975,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 0.9.7;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = Cleepp;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2011,7 +2011,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.9.6;
MARKETING_VERSION = 0.9.7;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.cleepp;
PRODUCT_NAME = Cleepp;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
7 changes: 5 additions & 2 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 0.9.7

- Prevent double paste when using Cleepp shortcut, or paste while Paste All / Paste Multiple is ocurring.
- Sparkle updates, the next version after 0.9.7 should be offered as an automatic update.
- Prevent double paste when using Cleepp shortcut, or paste while Paste All / Paste Multiple is occurring.
- Disable necessary menu items when Paste & Advance, or Paste All / Paste Multiple, are occurring.
- Improve timing when copying and pasting so they work more reliably in general.
- Changed old fix for Microsoft applications support so it only applied to those applications and doesn't apply to ones for which it causes problems (specifically LibreOffice).
- Attempt completion of Sparkle support, the next version after 0.9.7 should be offered as an automatic update.

# 0.9.6

Expand Down

0 comments on commit 2686cd3

Please sign in to comment.