Skip to content

Commit

Permalink
Release 0.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 28, 2023
1 parent 9a06f3b commit 5e8a8a7
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -1324,7 +1324,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 19;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1340,7 +1340,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.26.4;
MARKETING_VERSION = 0.26.5;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -1360,7 +1360,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 19;
CURRENT_PROJECT_VERSION = 20;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = MN3X4648SC;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -1376,7 +1376,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 0.26.4;
MARKETING_VERSION = 0.26.5;
PRODUCT_BUNDLE_IDENTIFIER = org.p0deje.Maccy;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
17 changes: 10 additions & 7 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,24 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.26.4</title>
<title>0.26.5</title>
<description>
<![CDATA[
<ul>
<li>Fixed an issue when an App Store review was asked for a non-App Store version of Maccy (#553).</li>
<li>Added support for pins without keys (#552).</li>
<li>Fixed an issue when the recent copy text was not cleared (#557).</li>
<li>Fixed a crash on macOS Sonoma Beta 2. Note that search/pinning/deleting still doesn't work (#566).</li>
<li>Improved memory utilization by not eagerly loading RTF/HTML copies (#549).</li>
</ul>
]]>
</description>
<pubDate>2023-06-04</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.26.4</releaseNotesLink>
<pubDate>2023-06-28</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.26.5</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.26.4/Maccy.app.zip"
sparkle:version="19"
sparkle:shortVersionString="0.26.4"
url="https://github.com/p0deje/Maccy/releases/download/0.26.5/Maccy.app.zip"
sparkle:version="20"
sparkle:shortVersionString="0.26.5"
length="0"
type="application/octet-stream"
/>
Expand Down

5 comments on commit 5e8a8a7

@YZX-BUG
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

COMMAND (⌘)+ , Unable to open the settings page, please help

@YZX-BUG
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

COMMAND (⌘)+ , 无法打开设置页面,请帮忙

The preferences of the page have been hidden, and the settings page cannot be called up

@meadowsys
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

COMMAND (⌘)+ , 无法打开设置页面,请帮忙

The preferences of the page have been hidden, and the settings page cannot be called up

Do you mean you changed the setting to hide the footer? Try running defaults write org.p0deje.Maccy hideFooter 0 in the terminal then restart Maccy, this would change that setting to not hide the footer and then it should work again

@YZX-BUG
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

COMMAND (⌘)+ , 无法打开设置页面,请帮忙

页面的偏好设置已隐藏,无法调出设置页面

您的意思是您更改了隐藏页脚的设置吗?尝试defaults write org.p0deje.Maccy hideFooter 0在终端中运行,然后重新启动 Maccy,这会将该设置更改为不隐藏页脚,然后它应该再次工作

Thank you, it has been solved. After hiding the settings, the shortcut key is invalid and I hope it can be solved.

@p0deje
Copy link
Owner Author

@p0deje p0deje commented on 5e8a8a7 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #555 for tracking event processing issues.

Please sign in to comment.