Skip to content

Commit 59e6c48

Browse files
committed
Release 2.1.0
1 parent 26b7810 commit 59e6c48

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

Maccy.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@
15011501
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
15021502
CODE_SIGN_STYLE = Automatic;
15031503
COMBINE_HIDPI_IMAGES = YES;
1504-
CURRENT_PROJECT_VERSION = 48;
1504+
CURRENT_PROJECT_VERSION = 49;
15051505
DEAD_CODE_STRIPPING = YES;
15061506
DEVELOPMENT_TEAM = MN3X4648SC;
15071507
ENABLE_HARDENED_RUNTIME = YES;
@@ -1516,7 +1516,7 @@
15161516
"@executable_path/../Frameworks",
15171517
);
15181518
MACOSX_DEPLOYMENT_TARGET = 14.0;
1519-
MARKETING_VERSION = 2.0.1;
1519+
MARKETING_VERSION = 2.1.0;
15201520
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
15211521
PRODUCT_NAME = "$(TARGET_NAME)";
15221522
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1536,7 +1536,7 @@
15361536
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
15371537
CODE_SIGN_STYLE = Automatic;
15381538
COMBINE_HIDPI_IMAGES = YES;
1539-
CURRENT_PROJECT_VERSION = 48;
1539+
CURRENT_PROJECT_VERSION = 49;
15401540
DEAD_CODE_STRIPPING = YES;
15411541
DEVELOPMENT_TEAM = MN3X4648SC;
15421542
ENABLE_HARDENED_RUNTIME = YES;
@@ -1551,7 +1551,7 @@
15511551
"@executable_path/../Frameworks",
15521552
);
15531553
MACOSX_DEPLOYMENT_TARGET = 14.0;
1554-
MARKETING_VERSION = 2.0.1;
1554+
MARKETING_VERSION = 2.1.0;
15551555
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
15561556
PRODUCT_NAME = "$(TARGET_NAME)";
15571557
PROVISIONING_PROFILE_SPECIFIER = "";

appcast.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,26 @@
66
<description>Most recent changes with links to updates.</description>
77
<language>en</language>
88
<item>
9-
<title>2.0.1</title>
9+
<title>2.1.0</title>
1010
<description>
1111
<![CDATA[
1212
<ul>
13-
<li>Fixed an issue when the popup is shown on the screen above the menu bar.</li>
14-
<li>Fixed an issue with footer shortcuts not working when it's hidden.</li>
15-
<li>A pin letter "A" can no longer be used since it's reserved for a system paste shortcut.</li>
16-
<li>A pin letter "W" can no longer be used since it's reserved for a close current window shortcut.</li>
13+
<li>Added option to only show search field during the search.</li>
14+
<li>Added Hungarian translation.</li>
15+
<li>Added Latvian translation.</li>
16+
<li>Fixed a preview image sizing.</li>
17+
<li>Fixed an issue where a popup could be shown on the right-hand display instead of the main one.</li>
18+
<li>Fixed an issue where navigation with ⌃N/⌃P would not work.</li>
1719
</ul>
1820
]]>
1921
</description>
20-
<pubDate>2024-09-20</pubDate>
21-
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.0.1</releaseNotesLink>
22+
<pubDate>2024-10-02</pubDate>
23+
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.1.0</releaseNotesLink>
2224
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
2325
<enclosure
24-
url="https://github.com/p0deje/Maccy/releases/download/2.0.1/Maccy.app.zip"
25-
sparkle:version="48"
26-
sparkle:shortVersionString="2.0.1"
26+
url="https://github.com/p0deje/Maccy/releases/download/2.1.0/Maccy.app.zip"
27+
sparkle:version="49"
28+
sparkle:shortVersionString="2.1.0"
2729
length="0"
2830
type="application/octet-stream"
2931
/>

0 commit comments

Comments
 (0)