Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jul 8, 2024
1 parent be4bac3 commit 211f327
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 31;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1469,7 +1469,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.31.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1489,7 +1489,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 31;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1504,7 +1504,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.31.0;
MARKETING_VERSION = 1.0.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
25 changes: 13 additions & 12 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,27 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.31.0</title>
<title>1.0.0</title>
<description>
<![CDATA[
<h4>This is the first release in 1.x version branch. Please note, that older versions of Maccy (0.x) will not work correctly after the upgrade. Read more at <a href="https://github.com/p0deje/Maccy/discussions/790">https://github.com/p0deje/Maccy/discussions/790</a>. ⚠️</h4>
<ul>
<li>Added Arabic translation.</li>
<li>Added Dutch translation.</li>
<li>Improved performance of showing/hiding header and footer.</li>
<li>Fixed issue with copying cross-reference links in Microsoft Word.</li>
<li>Fixed duplicated items during search in macOS 13 and older.</li>
<li>Fixed auto-update sandbox warning.</li>
<li>Enabled persistent history tracking in storage. This forces read-only mode in Maccy 0.x.</li>
<li>Added Czech translation.</li>
<li>Added Portuguese (Brazil) translation.</li>
<li>Improved German and Spanish translations.</li>
<li>Fixed the "Get Item from Clipboard History" action not working for selected items.</li>
<li>Fixed the "Clear Clipboard History" action.</li>
</ul>
]]>
</description>
<pubDate>2024-04-28</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.31.0</releaseNotesLink>
<pubDate>2024-07-08</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/1.0.0</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.31.0/Maccy.app.zip"
sparkle:version="30"
sparkle:shortVersionString="0.31.0"
url="https://github.com/p0deje/Maccy/releases/download/1.0.0/Maccy.app.zip"
sparkle:version="31"
sparkle:shortVersionString="1.0.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 211f327

Please sign in to comment.