Skip to content

Releases: jaywcjlove/rightmenu-master

v1.12.0

18 Jan 03:21
Compare
Choose a tag to compare
RightMenu Master AppStore
  1. feat: Add "Open in Xcode" to menu bar folders.
  2. fix: Fix folder icon issue.
  3. feat: Add enable/disable Quick Look setting.
  4. perf: Optimize Finder icon loading performance.

  1. feat: 为菜单栏文件夹添加 "在 Xcode 中打开" 功能。
  2. fix: 修复文件夹图标问题。
  3. feat: 添加启用/禁用 Quick Look 设置功能。
  4. perf: 优化 Finder 图标加载性能。

v1.11.0

02 Jan 07:28
Compare
Choose a tag to compare
Iconize Folder AppStore
  1. feat: Add copyTo menu.
  2. feat: Add reset folder icon menu.
  3. feat: Add history tracking for target folders in move operations.
  4. feat: Add moveTo menu.
  5. feat: Add create icns icon menu.
  6. feat: Add convertTo menu.
  7. fix: Fix issue with selected files.
  8. feat: Add shortcuts ⌘X/⌘V for cut and paste.

  1. 功能: 添加 复制到 菜单。
  2. 功能: 添加 重置文件夹图标 菜单。
  3. 功能: 在移动操作中添加目标文件夹的历史记录。
  4. 功能: 添加 移动到 菜单。
  5. 功能: 添加 创建 icns 图标 菜单。
  6. 功能: 添加 转为格式 菜单。
  7. 修复: 修复已选文件的问题。
  8. 功能: 添加快捷键 ⌘X/⌘V 用于剪切和粘贴。

v1.10.0

24 Dec 14:59
Compare
Choose a tag to compare
Iconize Folder AppStore
  1. fix: fix issue with jumping to enable Finder extension on macOS 15.2
  2. fix: fix issue with title not appearing on macOS 15.2
  3. feat: add Cut and Paste menu
  4. feat: add sendToDesktopSymlink menu
  5. fix: resolve issue with default window opening position

  1. 修复:修复 macOS 15.2 上跳转到启用 Finder 扩展的问题
  2. 修复:修复 macOS 15.2 上标题不显示的问题
  3. 新增:添加剪切和粘贴菜单
  4. 新增:添加发送到桌面符号链接菜单
  5. 修复:解决默认窗口打开位置的问题

v1.9.0

19 Dec 01:47
Compare
Choose a tag to compare
Iconize Folder AppStore
  1. fix: Improved the authorization flow.
  2. feat: Added recognition for Xcode projects in the folder list.
  3. fix: Resolved the issue with the folder color setting menu display.

  1. 修复: 优化了授权流程。
  2. 功能: 在文件夹列表中新增对 Xcode 项目的识别功能。
  3. 修复: 修复了文件夹颜色设置菜单显示问题。

v1.8.0

12 Dec 04:25
Compare
Choose a tag to compare
Paste Quick for macOS
  1. 性能优化:缓存图标以提高性能。
  2. 功能新增:添加文件夹图标颜色设置功能。
  3. 功能新增:为显示常用应用程序添加状态栏菜单。

  1. perf: Cache icons to improve performance.
  2. feat: Add folder icon color setting feature.
  3. feat: Add a status bar menu for showing common apps.

screenshots-9

v1.7.0

10 Dec 12:54
Compare
Choose a tag to compare
Paste Quick for macOS
  1. feat: Add "show total size" menu.
  2. feat: Add sorting options for the context menu.
  3. feat: Add detailed URL display to the Git remote menu.
  4. perf: Optimize icon loading to resolve performance issues.
  5. fix: Fix issue with loading volumes.
  6. fix: Fix display issue of mounted volumes in the context menu.
  7. chore: Optimize file size calculation logic.
  8. chore: Optimize Finder popup dialog message.

  1. 功能: 新增“显示总大小”菜单。
  2. 功能: 为右键菜单添加排序选项。
  3. 功能: 为 Git 远程菜单新增详细 URL 显示功能。
  4. 性能: 优化图标加载,解决性能问题。
  5. 修复: 修复加载卷的问题。
  6. 修复: 修复右键菜单中已挂载卷的显示问题。
  7. 其他: 优化文件大小计算逻辑。
  8. 其他: 优化 Finder 弹出对话框的消息显示。

screenshots-8

screenshots-5

v1.6.0

09 Dec 01:14
Compare
Choose a tag to compare
Paste Quick for macOS
  1. Feat: Add a menu bar option for common folder folding settings.
  2. Feat: Detect Git files and add an "Open Remote URL" menu option.

  1. 新增: 增加菜单栏中常用文件夹折叠设置的选项。
  2. 新增: 检测 Git 文件并添加“打开远程 URL”菜单选项。

Menu Bar Favorites

v1.5.0

06 Dec 02:39
Compare
Choose a tag to compare
Paste Quick for macOS
  1. Feat: Add quick add to NewFile menu.
  2. Feat: Add quick add to common folders menu.
  3. Feat: Add more common folder settings.
  4. Feat: Add status bar folder submenus.
  5. Feat: Add error prompt for payment failures.
  6. Feat: Add menu to paste clipboard image into folder.
  7. Fix: Set the app language to follow the system by default.
  8. Fix: Fix issue with subfolders in common folders.
  9. Fix: Fix payment logic error.
  10. Perf: Optimize folder history menu.
  11. Refactor: Optimize reauthentication process.

  1. 新功能:在新建文件菜单中新增快速添加选项。
  2. 新功能:在常用文件夹菜单中新增快速添加选项。
  3. 新功能:新增更多常用文件夹设置。
  4. 新功能:在状态栏中新增文件夹子菜单。
  5. 新功能:为支付失败新增错误提示。
  6. 新功能:新增菜单以将剪贴板图片粘贴到文件夹中。
  7. 修复:设置应用语言默认跟随系统。
  8. 修复:修复常用文件夹中子文件夹的问题。
  9. 修复:修复支付逻辑错误。
  10. 性能优化:优化文件夹历史菜单。
  11. 重构:优化重新认证流程。

screenshots-7

screenshots-5

v1.4.0

05 Dec 15:08
Compare
Choose a tag to compare
Paste Quick for macOS
  1. Fix: Fixed folder selection issue for frequently used apps.
  2. Feat: Added "View QR Code" option to the file sharing menu.
  3. Fix: Fixed settings not working in the status bar menu.
  4. Feat: Added file sharing port number setting.
  5. Feat: Added option to hide settings on launch.
  6. Feat: Added file sharing feature.

  1. 修复:修复了常用应用文件夹选择问题。
  2. 新功能:在文件分享菜单中新增“查看二维码”选项。
  3. 修复:修复了状态栏菜单中设置无法使用的问题。
  4. 新功能:新增文件分享端口号设置。
  5. 新功能:新增启动时隐藏设置界面的选项。
  6. 新功能:新增文件分享功能。

screenshots-6

v1.3.0

26 Nov 00:54
Compare
Choose a tag to compare
Paste Quick for macOS
  • feat: Improved performance by shrinking Finder icon size.
  • feat: Added folder history to the status bar menu.
  • feat: Supported reordering of frequently used folders.
  • feat: Enabled adding common apps through folder selection.
  • feat: Added common folders to the status bar menu.

  • feat: 通过缩小 Finder 图标尺寸提升性能。
  • feat: 在状态栏菜单中新增文件夹历史记录功能。
  • feat: 支持对常用文件夹进行重新排序。
  • feat: 支持通过选择文件夹添加常用应用程序。
  • feat: 在状态栏菜单中添加了常用文件夹功能。