diff --git a/CHANGELOG.md b/CHANGELOG.md index c2205e0..aac1aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,29 @@ Changelog Iconize Folder AppStore -## [v1.10.0](https://github.com/jaywcjlove/rightmenu-master/releases) +## [v1.11.0](https://github.com/jaywcjlove/rightmenu-master/releases) + +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](https://github.com/jaywcjlove/rightmenu-master/releases/tag/v1.10.0) 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 diff --git a/README.md b/README.md index 0724816..79011c9 100644 --- a/README.md +++ b/README.md @@ -49,23 +49,27 @@ RightMenu Master is a highly configurable Finder extension that adds powerful fu ## Main Features -- **Create New File:** Easily create new files in specific formats and upload custom templates. -- **Quick Preview with Syntax Highlighting:** Quickly preview code files with syntax highlighting. -- **File QR Code Sharing:** Quickly share files via QR codes and LAN download links. -- **Favorite Folders:** Customize favorite folders for quick access or to open a terminal window in a specific folder. -- **Folder Access History:** Record and quickly access previously visited folders. -- **Common Apps:** Quickly open your favorite editors or command-line tools (Terminal/iTerm). -- **Copy Features:** Provide various copy functions to simplify file path and name management. -- **Copy File Path:** Quickly copy the absolute path of a file. -- **Copy Folder/File Name:** Quickly copy the name of a folder or file. -- **Quick Paste:** Quickly paste images into Finder folders. -- **Direct Delete:** Quickly delete files or folders, simplifying the operation. -- **Identify and Add "Open Remote Git URL" Menu:** Automatically detect Git folders and add the "Open Remote URL" menu. -- **Show Total Size:** Show the total size and individual sizes of selected files or folders. -- **Set Folder Icon Color:** Quickly change or customize folder icon colors. -- **Cut and Paste Menu:** Add cut and paste functionality to enhance file management flexibility. -- **Create Shortcut on Desktop:** Create symbolic links (shortcuts) to files on the desktop. -- **Menu Bar Quick Navigation:** Quickly access favorite folder apps via the menu bar, improving operational efficiency. +- **Create New File**: Easily create new files in specific formats and upload custom templates. +- **Quick Preview with Code Highlighting**: Support for quick preview of code files with syntax highlighting. +- **File QR Code Sharing**: Quickly share files via QR code and local network links. +- **Frequently Used Folders**: Customize frequently used folders for quick access or to create new terminal windows. +- **Folder Access History**: Record and quickly access the history paths of folders. +- **Common Applications**: Quickly open commonly used editors or command line tools (Terminal/iTerm). +- **Copy Functions**: Provide various copy functions to simplify file path and name management. +- **Copy File Path**: Quickly copy the absolute path of a file. +- **Copy Folder/File Name**: Support quick copying of folder or file names. +- **Quick Paste**: Support quickly pasting images into Finder folders. +- **Direct Delete**: Quickly delete files or folders to simplify operations. +- **Recognize and Add "Open Remote Git URL" Menu**: Automatically detect and add a menu to open the remote URL of Git repositories. +- **Show Total Size**: Display the total size and individual sizes of selected multiple files or folders. +- **Set Folder Icon Color**: Quickly change or customize the color of folder icons. +- **Cut and Paste Menu**: Cut(⌘X) and paste(⌘V) functions to enhance file operation flexibility. +- **Create Desktop Shortcut**: Send files to the desktop as symbolic links (shortcuts). +- **Menu Bar Quick Navigation**: Quickly access frequently used folders and applications through the menu bar to enhance operational efficiency. +- **Copy To**: Allow quick copying of files or folders to a specified location. +- **Move To**: Allow quick moving of files or folders to a specified location. +- **Convert To**: Provide image format conversion functions. +- **Create icns Icon**: Support quick navigation for creating icns icon files. ## Frequently Asked Questions diff --git a/README.zh.md b/README.zh.md index 281dc7e..d159e16 100644 --- a/README.zh.md +++ b/README.zh.md @@ -61,9 +61,13 @@ RightMenu Master 是一款高度可配置的 Finder 扩展,能够为 Finder - **识别并添加“打开远程 Git URL”菜单**:自动检测并添加 Git 仓库的远程 URL 打开菜单。 - **显示总大小**:显示选中多个文件或文件夹的总大小和单独大小。 - **设置文件夹图标颜色**:快速更改或自定义文件夹图标颜色。 -- **剪切和粘贴菜单**:剪切和粘贴功能,提升文件操作灵活性。 +- **剪切和粘贴菜单**:剪切(⌘X)和粘贴(⌘V)功能,提升文件操作灵活性。 - **桌面创建快捷方式**:将文件发送到桌面的符号链接(快捷方式)功能。 - **菜单栏快速导航**:通过菜单栏快速访问常用文件夹应用,提升操作效率。 +- **拷贝到**:允许快速复制文件或文件夹到指定位置。 +- **移动到**:允许快速移动文件或文件夹到指定位置。 +- **转换为**:提供图片格式转换功能。 +- **创建 icns 图标**:支持创建 icns 图标文件快捷导航。 ## 常见问题解答 diff --git a/assets/screenshots-1.png b/assets/screenshots-1.png index 5eb8df5..7b02848 100644 Binary files a/assets/screenshots-1.png and b/assets/screenshots-1.png differ diff --git a/assets/screenshots-3.png b/assets/screenshots-3.png index 7c5bb64..46b3fa3 100644 Binary files a/assets/screenshots-3.png and b/assets/screenshots-3.png differ diff --git a/assets/screenshots-4.png b/assets/screenshots-4.png index ab9d384..32b1e7c 100644 Binary files a/assets/screenshots-4.png and b/assets/screenshots-4.png differ