Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Nov 23, 2024
1 parent c5cbd24 commit 2fa1a40
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@ -1564,7 +1564,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 50;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1579,7 +1579,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1599,7 +1599,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 49;
CURRENT_PROJECT_VERSION = 50;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1614,7 +1614,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.1.0;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
28 changes: 16 additions & 12 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,30 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>2.1.0</title>
<title>2.2.0</title>
<description>
<![CDATA[
<ul>
<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>
<li>Added an option to show source application icons in the history. It's disabled by default and can be turned on in Settings / Appearance.</li>
<li>Added Polish translation,</li>
<li>Added Lithuanian translation.</li>
<li>Added Slovenian translation.</li>
<li>Added information about the database size on disk in Settings / Storage.</li>
<li>Improved support for copying and pasting to Chrome Remote Desktop application.</li>
<li>Improved support for copying and pasting to Netbeans IDE application.</li>
<li>Fixed an issue when single-text text would not wrap in the preview.</li>
<li>Fixed an issue when "Files" could not be checked in Settings / Storage.</li>
<li>A pin letter "Z" can no longer be used since it's reserved for a system undo shortcut.</li>
</ul>
]]>
</description>
<pubDate>2024-10-02</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.1.0</releaseNotesLink>
<pubDate>2024-11-22</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.2.0</releaseNotesLink>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/2.1.0/Maccy.app.zip"
sparkle:version="49"
sparkle:shortVersionString="2.1.0"
url="https://github.com/p0deje/Maccy/releases/download/2.2.0/Maccy.app.zip"
sparkle:version="50"
sparkle:shortVersionString="2.2.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 2fa1a40

Please sign in to comment.