Skip to content

Commit

Permalink
Update version number to 1.0b5, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmhouston committed Nov 17, 2024
1 parent 7f7985d commit ca7ba86
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Batch Clipboard Changelog

## version 1.0b5 (2024-11-17)

- App Store build should now successfully fetch products from Apple servers and support making purchases.
- App Store build product details now displays the product titles not the descriptions.
- Only allow debug App Store builds to detect option key held when starting purchase and show dummy product details, "buy" without purchasing.
- Longer timeouts for some App Store transactions, to account for potential sign in dialogs, before spinner stops and "delayed" message shown.
- Improve wording of some delayed App Store transaction messages, message shown when cancelling purchase.
- Simplify copyright string in Info plist, omit Maccy author (still fully acknowledged in the credits file/window).
- App Store build get version number suffixes stripped (1.0b5 -> 1.0) to appease App Store Connect.
- App Store and non-App Store builds no longer lose entitlements in the GitHub build workflow resigning steps.

## version 1.0b4 (2024-10-31 🎃)

- Moved a setup step from the first time the menu bar is opened to right after launch, fixing a short delay on that first click.
Expand Down
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0b4;
MARKETING_VERSION = 1.0b5;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip;
PRODUCT_NAME = "Batch Clipboard";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2153,7 +2153,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0b4;
MARKETING_VERSION = 1.0b5;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip;
PRODUCT_NAME = "Batch Clipboard";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2188,7 +2188,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0b4;
MARKETING_VERSION = 1.0b5;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip;
PRODUCT_NAME = "Batch Clipboard";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2224,7 +2224,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.0b4;
MARKETING_VERSION = 1.0b5;
PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip;
PRODUCT_NAME = "Batch Clipboard";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit ca7ba86

Please sign in to comment.