Skip to content

Commit

Permalink
released v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 18, 2025
1 parent e4e6647 commit bf42e05
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
version: ${{ steps.create_tag.outputs.version }}
release: true
body: |
<a target="_blank" href="https://apps.apple.com/app/iconize-folder/id6478772538" title="Iconize Folder for macOS">
<img alt="Iconize Folder AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
<a target="_blank" href="https://apps.apple.com/app/rightmenu-master/6737160756" title="RightMenu Master for macOS">
<img alt="RightMenu Master AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
</a>
- name: Create idoc config.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
release: true
body: |
<a target="_blank" href="https://apps.apple.com/app/rightmenu-master/6737160756" title="RightMenu Master for macOS">
<img alt="Paste Quick for macOS" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
<img alt="RightMenu Master AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
</a>
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ Changelog
<img alt="Iconize Folder AppStore" src="https://jaywcjlove.github.io/sb/download/macos.svg" height="51">
</a>

## [v1.11.0](https://github.com/jaywcjlove/rightmenu-master/releases)
## [v1.12.0](https://github.com/jaywcjlove/rightmenu-master/releases/tag/v1.12.0)

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](https://github.com/jaywcjlove/rightmenu-master/releases/tag/v1.11.0)

1. feat: Add `copyTo` menu.
2. feat: Add `reset folder icon` menu.
Expand Down

0 comments on commit bf42e05

Please sign in to comment.