Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Dec 11, 2024
1 parent b51de63 commit 1c6f694
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 53;
CURRENT_PROJECT_VERSION = 54;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1600,7 +1600,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.3.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1620,7 +1620,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 53;
CURRENT_PROJECT_VERSION = 54;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1635,7 +1635,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.3.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
24 changes: 15 additions & 9 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,29 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>2.2.1</title>
<title>2.3.0</title>
<description>
<![CDATA[
<ul>
<li>Improved support for copying and pasting to Netbeans IDE application.</li>
<li>Improved wrapping of single-line text in the preview.</li>
<li>Improved mouse movement handling to prevent accidental hovers.</li>
<li>Added Belarusian translation.</li>
<li>Added separator line between pinned and unpinned items.</li>
<li>Added scrolling support for large texts in preview popover.</li>
<li>Added preview for HEIC image files.</li>
<li>Improved performance for large text copies.</li>
<li>Improved handling of hovered items.</li>
<li>Fixed paste + paste without formatting combination.</li>
<li>Fixed issue when file URLs were removed when pasting without formatting.</li>
<li>Fixed the issue when the first pinned item was not pre-selected and there were no unpinned items.</li>
</ul>
]]>
</description>
<pubDate>2024-11-23</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.2.1</releaseNotesLink>
<pubDate>2024-12-11</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.3.0</releaseNotesLink>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/2.2.1/Maccy.app.zip"
sparkle:version="53"
sparkle:shortVersionString="2.2.1"
url="https://github.com/p0deje/Maccy/releases/download/2.3.0/Maccy.app.zip"
sparkle:version="54"
sparkle:shortVersionString="2.3.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 1c6f694

Please sign in to comment.