Skip to content

Commit

Permalink
Release 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Mar 22, 2023
1 parent 37223ca commit ac5a4cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Maccy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1333,7 +1333,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.26.1;
MARKETING_VERSION = 0.26.2;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1352,7 +1352,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1367,7 +1367,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.26.1;
MARKETING_VERSION = 0.26.2;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
16 changes: 7 additions & 9 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,21 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.26.1</title>
<title>0.26.2</title>
<description>
<![CDATA[
<ul>
<li>Fixed the application hanging when loading the preview with very long text.</li>
<li>Fixed the crash when searching for regular expressions with zero-character match such as `^$`.</li>
<li>Fixed the menu not showing new copies after clearing the history with top pinned items (#528).</li>
<li>Fixed the crash showing preview for partially visible items (#531).</li>
</ul>
]]>
</description>
<pubDate>2023-03-21</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.26.1</releaseNotesLink>
<pubDate>2023-03-22</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.26.2</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.26.1/Maccy.app.zip"
sparkle:version="16"
sparkle:shortVersionString="0.26.1"
url="https://github.com/p0deje/Maccy/releases/download/0.26.2/Maccy.app.zip"
sparkle:version="17"
sparkle:shortVersionString="0.26.2"
length="0"
type="application/octet-stream"
/>
Expand Down

0 comments on commit ac5a4cb

Please sign in to comment.