diff --git a/Maccy.xcodeproj/project.pbxproj b/Maccy.xcodeproj/project.pbxproj index 622a9de5..8c6d3e2c 100644 --- a/Maccy.xcodeproj/project.pbxproj +++ b/Maccy.xcodeproj/project.pbxproj @@ -2159,7 +2159,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.9; + MARKETING_VERSION = 1.0b1; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip; PRODUCT_NAME = "Batch Clipboard"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -2195,7 +2195,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.9; + MARKETING_VERSION = 1.0b1; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip; PRODUCT_NAME = "Batch Clipboard"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -2230,7 +2230,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.9; + MARKETING_VERSION = 1.0b1; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip; PRODUCT_NAME = "Batch Clipboard"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -2266,7 +2266,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)"; - MARKETING_VERSION = 0.9.9; + MARKETING_VERSION = 1.0b1; PRODUCT_BUNDLE_IDENTIFIER = lol.bananameter.batchclip; PRODUCT_NAME = "Batch Clipboard"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/appcast.xml b/appcast.xml index 383ce675..8b137891 100644 --- a/appcast.xml +++ b/appcast.xml @@ -1,37 +1 @@ - - - - Cleepp - https://raw.githubusercontent.com/jpmhouston/Cleepp/forkmain/appcast.xml - Most recent changes with links to updates. - en - - 0.9.9 - Tue, 04 Jun 2024 23:57:02 +0000 - https://github.com/jpmhouston/Cleepp/releases - 782 - 0.9.9 - 10.14.6 - -
  • 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.
  • - -]]>
    - -
    -
    -
    \ No newline at end of file + diff --git a/releasenotes.md b/releasenotes.md index 05453a6c..b5fcfb78 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,11 @@ +# 1.0b1 + +- Renamed Cleepp to Batch Clipboard, revising app and menubar icon to clipboard with asterisk. +- Merge changes from Maccy, fixing many localizations that aren't used right now, better MS Word compatibility. +- Fixes to and expansion of app intents (needs testing). +- Fixes to Sparkle updates that weren't running fully at launch but instead when Settings were opened, alerts that were non-responsive. +- Reset Sparkle appcast file again making a hard break between pre-1.0 and 1.0, as update that changes app name and bundle id seems problematic. + # 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.