v2.4.0
2026-05-05New
- Added Add executable permission to the built-in script - add
chmod +xto the selected file, suitable for command line tools or scripts downloaded from compressed packages/online
Improvements
- The built-in scripts “Remove Quarantine Flag” and “Repair App Signature” now run with normal user rights (no longer need to enter the administrator password for the first time), and support Multi-select batch operations
- “Fix app signature” is no longer only displayed for
.app- any codesign applicable object such as.dylib/.framework/ command line binary can be used - The “Copy Path” built-in function uses shell safe format (single quoted package path + space separated), consistent with macOS Finder option-cmd-C. Pasting into Terminal can now be used directly as a command line parameter (paths containing spaces are no longer broken); pasting into a plain text context will add quotation marks but does not affect the content
Bug fixes
- Fixed the problem that commands such as
pbcopy/osascriptto control GUI App in the script menu (custom shell/python/applescript, etc.) failed silently - the previous command was “successful” but did not actually write to the clipboard/control the App. Now the user’s clipboard and GUI session can be accessed normally - Fixed an issue where the cursor would jump to the end when deleting characters in the middle when editing script content in the menu editor.
- Fixed the issue where the Dock icon remains and does not disappear after closing the script error dialog box (such as IPA installation failure prompt)
- Fixed the issue where double-clicking the .app icon did not respond after the main window was closed - the main window will now be reopened
Upgrade instructions
- The menu library templates of the two built-in scripts “Remove Quarantine Flag” and “Fix App Signature” have been upgraded to the new version, but old menu items that have been dragged to the right-click menu will not be automatically synchronized - If you want to use the new version, please delete them in the menu editor and then re-drag them from the menu library.
- “Add executable permission” is a new built-in script. After upgrading, old users will not automatically add it to the right-click menu** (to avoid disturbing the configured menu); it can be seen under “Menu Library → Script” on the left side of the menu editor. Drag it to the right-click menu as needed to take effect.
- “Copy path” format changed from newline-delimited to shell-quoted - if your previous workflow relied on splitting clipboard content by line (such as
pbpaste | while read line), the script needs to be adjusted accordingly
Feedback and communication
If you encounter problems or want to communicate, please contact:
- Customer service QQ: 102378237
- QQ communication group: 1097016301
- Support email: support@byteage.com