Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jul 28, 2021
1 parent ee28397 commit 4b3df6c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Mac Developer: [email protected] (8J5MQ93B49)";
CODE_SIGN_IDENTITY = "Mac Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand Down Expand Up @@ -991,7 +991,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1004,7 +1004,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.20.1;
MARKETING_VERSION = 0.21.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1023,7 +1023,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1036,7 +1036,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.20.1;
MARKETING_VERSION = 0.21.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
31 changes: 21 additions & 10 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,35 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.20.1</title>
<title>0.21.0</title>
<description>
<![CDATA[
<ul>
<li>Improved performance of fuzzy search for large data</li>
<li>Improved non-QWERTY keyboard layouts support</li>
<li>Added an option to stop asking for confirmation when clearing history</li>
<li>Fixed an issue causing popup position in "Screen center" to be wrong in multi-monitor setup</li>
<li>Added an ability to change pinned items hotkey and title (see <b>Preferences -> Pins</b> for details)</li>
<li>Added an ability to ignore copies based on the source application (see <b>Preferences -> Ignore</b> for details)</li>
<li>Added an option to clear unpinned items on quit (see <b>Preferences -> Advanced</b> for details)</li>
<li>Improved search by highlighting matching parts in bold font</li>
<li>Improved multi-line copies by showing <code>⏎</code> as a newline character</li>
<li>Improved compatibility with macOS Big Sur</li>
<li>Improved compatibility with macOS Monterey</li>
<li>Updated auto-update components to support Apple Silicon natively</li>
<li>Fixed an issue when filenames with non-US characters would be shown encoded</li>
<li>Fixed several issues related to pinned items</li>
<li>Fixed intermittent crashes on new copies</li>
<li>Fixed an issue when removing history item would leave its contents in the database</li>
<li>Fixed an issue when the menubar icon could not be selected with Tab</li>
<li>Fixed an issue when pressing <kbd>⌘-V</kbd> would not paste into the search field</li>
<li>Fixed an issue when menubar popup opened on mouse up, not mouse down</li>
</ul>
]]>
</description>
<pubDate>2021-03-24</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.20.1</releaseNotesLink>
<pubDate>2021-07-27</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.21.0</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.20.1/Maccy.app.zip"
sparkle:version="6"
sparkle:shortVersionString="0.20.1"
url="https://github.com/p0deje/Maccy/releases/download/0.21.0/Maccy.app.zip"
sparkle:version="7"
sparkle:shortVersionString="0.21.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit 4b3df6c

Please sign in to comment.