Skip to content

Commit

Permalink
Release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jul 19, 2022
1 parent 1392f52 commit c410c07
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
14 changes: 7 additions & 7 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@
11EB8928281DADFE00A78CB4 /* ko */,
DA08FDE3282596FA0001F3DA /* zh-Hant */,
1180C7332826B6140086870C /* ja */,
ABC7285F283A9052001EE086 /* th */,
ABC7285F283A9052001EE086 /* th */,
);
name = GeneralPreferenceViewController.xib;
sourceTree = "<group>";
Expand Down Expand Up @@ -855,7 +855,7 @@
11EB8926281DADFE00A78CB4 /* ko */,
DA08FDE1282596FA0001F3DA /* zh-Hant */,
1180C7312826B6140086870C /* ja */,
ABC7285D283A9052001EE086 /* th */,
ABC7285D283A9052001EE086 /* th */,
);
name = AdvancedPreferenceViewController.xib;
sourceTree = "<group>";
Expand Down Expand Up @@ -895,7 +895,7 @@
11EB892A281DADFF00A78CB4 /* ko */,
DA08FDE5282596FA0001F3DA /* zh-Hant */,
1180C7352826B6140086870C /* ja */,
ABC72861283A9052001EE086 /* th */,
ABC72861283A9052001EE086 /* th */,
);
name = IgnorePreferenceViewController.xib;
sourceTree = "<group>";
Expand Down Expand Up @@ -1144,7 +1144,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1157,7 +1157,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.22.2;
MARKETING_VERSION = 0.23.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1176,7 +1176,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -1189,7 +1189,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.22.2;
MARKETING_VERSION = 0.23.0;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
27 changes: 17 additions & 10 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,31 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.22.2</title>
<title>0.23.0</title>
<description>
<![CDATA[
<ul>
<li>Improved the header and search field horizontal padding on macOS 11+.</li>
<li>Fixed an issue when the search field would select all the entered text upon finding no results.</li>
<li>Moved storage preferences to a separate tab.</li>
<li>Fixed pasting the wrong item on the App Store version of Microsoft Word.</li>
<li>Added Chinese Traditional localization (credits to kkn)</li>
<li>Added German localization (credits to @pitschr and @fabifabulousity)</li>
<li>Added Japanese localization (credits to @weensy and @yebityon)</li>
<li>Added Korean localization (credits to @weensy)</li>
<li>Added Thai localization (credits to @naijab)</li>
<li>Added a feature to ignore only next copy by clicking on the menu icon with OPTION + SHIFT pressed (#354)</li>
<li>Added a feature to automatically capture the source application of every new copy and show the source in the copy tooltip (#387)</li>
<li>Fixed an issue when JPG copies were not rendered as images (#381)</li>
<li>Fixed multiple issues with positioning of Maccy window in the center of multiple displays (#334, #406)</li>
<li>Fixed an issue when auto-update window could not be focused (#371)</li>
<li>Improved performance of pasting by reducing animation delay (#390)</li>
</ul>
]]>
</description>
<pubDate>2022-02-11</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.22.2</releaseNotesLink>
<pubDate>2022-06-19</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.23.2</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.22.2/Maccy.app.zip"
sparkle:version="11"
sparkle:shortVersionString="0.22.2"
url="https://github.com/p0deje/Maccy/releases/download/0.23.0/Maccy.app.zip"
sparkle:version="12"
sparkle:shortVersionString="0.23.0"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit c410c07

Please sign in to comment.