Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Feb 23, 2021
1 parent 57f1851 commit eb8f04c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -918,7 +918,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.19.0;
MARKETING_VERSION = 0.20.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -937,7 +937,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -950,7 +950,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.19.0;
MARKETING_VERSION = 0.20.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
16 changes: 9 additions & 7 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,23 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.19.0</title>
<title>0.20.0</title>
<description>
<![CDATA[
<ul>
<li>Support for Apple Silicon</li>
<li>Improved compatibility with Big Sur (icon size, preferences appearance)</li>
<li>Allow to customize what data types should be saved (files, images, text)</li>
<li>Ask for confirmation when clearing history</li>
<li>Allow to copy/paste when search field is manually focused</li>
<li>Fix a bug that prevent some pasteboard types from being ignored</li>
</ul>
]]>
</description>
<pubDate>2021-01-24</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.19.0</releaseNotesLink>
<pubDate>2021-02-22</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.20.0</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.19.0/Maccy.app.zip"
sparkle:version="0.19.0"
url="https://github.com/p0deje/Maccy/releases/download/0.20.0/Maccy.app.zip"
sparkle:version="0.20.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit eb8f04c

Please sign in to comment.