Skip to content

Commit

Permalink
Release 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Sep 27, 2023
1 parent 19d718f commit df7bbf2
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -1336,7 +1336,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 21;
CURRENT_PROJECT_VERSION = 22;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1352,7 +1352,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.27.0;
MARKETING_VERSION = 0.27.1;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1372,7 +1372,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 21;
CURRENT_PROJECT_VERSION = 22;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1388,7 +1388,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.27.0;
MARKETING_VERSION = 0.27.1;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
19 changes: 7 additions & 12 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,21 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.27.0</title>
<title>0.27.1</title>
<description>
<![CDATA[
<ul>
<li>Improved compatibility with macOS Sonoma 14. Functionality should mostly work though there are still visual glitches and performance issues (#555).</li>
<li>Improved alignment of preview popover (credits to @weisJ).</li>
<li>Improved handling of copies from Universal Clipboard (#397).</li>
<li>Improved source application handling to preserve an original one when copying from Maccy (#516).</li>
<li>Fixed an issue when Caps Lock on would prevent pinning/removal (#576).</li>
<li>Fixed a blurry scissors menu icon (#572).</li>
<li>Fixed an issue when cursor would not highlight history items on macOS Ventura (#611).</li>
</ul>
]]>
</description>
<pubDate>2023-09-25</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.27.0</releaseNotesLink>
<pubDate>2023-09-27</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.27.1</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.27.0/Maccy.app.zip"
sparkle:version="21"
sparkle:shortVersionString="0.27.0"
url="https://github.com/p0deje/Maccy/releases/download/0.27.1/Maccy.app.zip"
sparkle:version="22"
sparkle:shortVersionString="0.27.1"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit df7bbf2

Please sign in to comment.