Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Oct 2, 2024
1 parent 26b7810 commit 59e6c48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1516,7 +1516,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.0.1;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1536,7 +1536,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 48;
CURRENT_PROJECT_VERSION = 49;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1551,7 +1551,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.0.1;
MARKETING_VERSION = 2.1.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
22 changes: 12 additions & 10 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>2.0.1</title>
<title>2.1.0</title>
<description>
<![CDATA[
<ul>
<li>Fixed an issue when the popup is shown on the screen above the menu bar.</li>
<li>Fixed an issue with footer shortcuts not working when it's hidden.</li>
<li>A pin letter "A" can no longer be used since it's reserved for a system paste shortcut.</li>
<li>A pin letter "W" can no longer be used since it's reserved for a close current window shortcut.</li>
<li>Added option to only show search field during the search.</li>
<li>Added Hungarian translation.</li>
<li>Added Latvian translation.</li>
<li>Fixed a preview image sizing.</li>
<li>Fixed an issue where a popup could be shown on the right-hand display instead of the main one.</li>
<li>Fixed an issue where navigation with ⌃N/⌃P would not work.</li>
</ul>
]]>
</description>
<pubDate>2024-09-20</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.0.1</releaseNotesLink>
<pubDate>2024-10-02</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.1.0</releaseNotesLink>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/2.0.1/Maccy.app.zip"
sparkle:version="48"
sparkle:shortVersionString="2.0.1"
url="https://github.com/p0deje/Maccy/releases/download/2.1.0/Maccy.app.zip"
sparkle:version="49"
sparkle:shortVersionString="2.1.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 59e6c48

Please sign in to comment.