Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Sep 20, 2024
1 parent 9258ece commit 011c325
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 32 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 47;
CURRENT_PROJECT_VERSION = 48;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1478,7 +1478,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1498,7 +1498,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 47;
CURRENT_PROJECT_VERSION = 48;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1513,7 +1513,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 2.0.0;
MARKETING_VERSION = 2.0.1;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
33 changes: 5 additions & 28 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,15 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>2.0.0</title>
<title>2.0.1</title>
<description>
<![CDATA[
<h4>Maccy 2.0 - the biggest release in 7 years!</h4>
<p>Read more at <a href="https://github.com/p0deje/Maccy/discussions/790">https://github.com/p0deje/Maccy/discussions/790</a>.</p>
<h5>Highlights of 2.0</h5>
<ul>
<li>The user interface has been rewritten from AppKit + NSMenu to SwiftUI + NSPanel.</li>
<li>Storage has been rewritten from Core Data to SwiftData.</li>
<li>Requires macOS 14 Sonoma or newer.</li>
<li>Backward compatibility with Maccy 1.x. You can downgrade to 1.0 if you don't like the new version or encounter bugs.</li>
<li>No backward compatibility with Maccy0.x.</li>
<li>New setting to pop up at the last position Maccy was opened at (#829).</li>
<li>New search highlight matches mode with a yellow color similar to Safari (#830).</li>
<li>Improved memory usage for copying large images.</li>
<li>Fixed multiple issues with Japanese/Chinese/Korean language input in search.</li>
<li>Fixed an issue when Maccy could not be shown over password fields.</li>
<li>Fixed an issue when Maccy would not paste to the Spotlight window.</li>
<li>Fixed an issue when Maccy would not open over full-screen windows.</li>
<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>
</ul>
<h5>Differences from 1.0</h5>
<ul>
<li>The window can be resized like any other window and the history list is now scrollable.</li>
<li>Pinned items are shown without dots and stick to the scrollable history list.</li>
<li>Appearance preference <b>Number of items</b> removed. Instead, vertically resize the main panel window according to your needs.</li>
<li>Appearance preference <b>Title length</b> removed. Instead, horizontally resize the main panel window according to your needs.</li>
<li>Advanced preference <b>Avoid taking application focus</b> removed. The focus will always remain on the active application, similar to how Spotlight works.</li>
<li>A pin letter "V" can no longer be used since it's reserved for a system paste shortcut.</li>
</ul>
]]>
</description>
<pubDate>2024-09-16</pubDate>
Expand Down

0 comments on commit 011c325

Please sign in to comment.