Skip to content

Commit

Permalink
Updated version number to 1.0b1, updated release notes, reset appcast
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmhouston committed Jun 16, 2024
1 parent db9bf0f commit c6806de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 41 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down
38 changes: 1 addition & 37 deletions appcast.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>Cleepp</title>
<link>https://raw.githubusercontent.com/jpmhouston/Cleepp/forkmain/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.9.9</title>
<pubDate>Tue, 04 Jun 2024 23:57:02 +0000</pubDate>
<link>https://github.com/jpmhouston/Cleepp/releases</link>
<sparkle:version>782</sparkle:version>
<sparkle:shortVersionString>0.9.9</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>10.14.6</sparkle:minimumSystemVersion>
<description><![CDATA[<ul>
<li>Renamed “Purchase” settings panel to “Support Us” and changed icon
from a coin to a gift, fixed a typo in the panel.</li>
<li>Fixed height of several settings panels, removing white space at the
bottom.</li>
<li>Internal refactoring and UI test.</li>
<li>Fixed use of Sparkle API, updated its plist entries and added an
entitlement it needed.</li>
<li>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).</li>
<li>Improve Sparkle setup in GitHub workflow, automating appcast file
generation which required making the .zip archive contain only the
.app.</li>
<li>Made GitHub workflow build .dmg containing app and readme (now the
disk image is the recommended file to download), other GitHub workflow
fixes.</li>
</ul>
]]></description>
<enclosure url="https://github.com/jpmhouston/Cleepp/releases/download/v0.9.9/Cleepp.0.9.9.zip" length="10090282" type="application/octet-stream" sparkle:edSignature="sVKK0KjTdx6XYb58IZEBCQBI0Z5SynML7U0TZbr3WNurMoCvW6EhGI50dgC5mZ2oqVtBxvOzyc0I/qaLejCeCw=="/>
</item>
</channel>
</rss>

8 changes: 8 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c6806de

Please sign in to comment.