From 83581b822b03380429422100eef322d78765285f Mon Sep 17 00:00:00 2001 From: Jianing Wang Date: Tue, 25 Jun 2019 21:28:11 +0800 Subject: [PATCH] feat(Main): version 0.10.2 - Fix context menu bug --- OpenInTerminal/Info.plist | 2 +- README.md | 12 ++++++++---- Resources/README-zh.md | 12 ++++++++---- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/OpenInTerminal/Info.plist b/OpenInTerminal/Info.plist index 55e853e..2948452 100644 --- a/OpenInTerminal/Info.plist +++ b/OpenInTerminal/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.10.1 + 0.10.2 CFBundleVersion 1 LSApplicationCategoryType diff --git a/README.md b/README.md index 178c1b7..7e992ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@



- + @@ -38,9 +38,9 @@ English | [中文说明](./Resources/README-zh.md) - ✅ Support Dark Mode. - ✅ Support English, Chinese and French. -## OpenInTerminal and OpenInTerminal-Lite 👀 +## OpenInTerminal and OpenInTerminal-Lite (OpenInEditor-Lite) 👀 -There are a normal version and a lite version of OpenInTerminal. If you only need to open the terminal and don't need to keep the application in the background, then you can use `OpenInTerminal-Lite`. If you like more powerful features, then you can use `OpenInTerminal`. +There are a normal version and a lite version of OpenInTerminal. If you like more powerful features and GUI preferences, then you can use `OpenInTerminal`. If you just need to open terminal or editor and don't want to keep the application in the background, then you can use `OpenInTerminal-Lite`. For `OpenInTerminal-Lite` users: @@ -60,7 +60,7 @@ Please check the document: [English](./Resources/README-Lite.md) | [中文说明 2. Done. -#### b) Manual (latest version: 0.10.1) +#### b) Manual (latest version: 0.10.2) 1. Download from [release](https://github.com/Ji4n1ng/OpenInTerminal/releases). @@ -119,6 +119,10 @@ If you have a good idea, feel welcome to open a new [issue](https://github.com/J ## Changes 🗒 +**version 0.10.2** + +- Fix: Finder context menu does not appear on other disks. + **version 0.10.1** - Thanks to [pynixwang](https://github.com/pynixwang)'s suggestions. iTerm will not leave `cd xxx` in history. diff --git a/Resources/README-zh.md b/Resources/README-zh.md index a999f60..664d5af 100644 --- a/Resources/README-zh.md +++ b/Resources/README-zh.md @@ -1,6 +1,6 @@



- + @@ -38,9 +38,9 @@ - ✅ 支持 Dark Mode - ✅ 支持中文,英语和法语 -## OpenInTerminal 和 OpenInTerminal-Lite 👀 +## OpenInTerminal 和 OpenInTerminal-Lite (OpenInEditor-Lite) 👀 -OpenInTerminal 目前有正常版和 Lite 版。如果你仅仅需要打开终端而且不需要应用一直常驻后台,那么你可以选择 `OpenInTerminal-Lite` 版。如果你喜欢更强大的功能,那么你可以选择`OpenInTerminal`。 +OpenInTerminal 目前有正常版和 Lite 版。如果你喜欢更强大的功能和图形化设置界面,那么你可以选择`OpenInTerminal`。如果你仅仅需要打开终端或编辑器而不需要应用一直常驻后台,那么你可以选择 `OpenInTerminal-Lite` 版。 对于 `OpenInTerminal-Lite` 用户: @@ -60,7 +60,7 @@ OpenInTerminal 目前有正常版和 Lite 版。如果你仅仅需要打开终 2. 完成。 -#### b) 手动 (最新版本:0.10.1) +#### b) 手动 (最新版本:0.10.2) 1. 从 [release](https://github.com/Ji4n1ng/OpenInTerminal/releases) 中下载。 2. 将应用移动到 `应用程序` 文件夹。 @@ -111,6 +111,10 @@ OpenInTerminal 目前有正常版和 Lite 版。如果你仅仅需要打开终 ## 版本变动 🗒 +**version 0.10.2** + +- 修复:Finder 右键菜单在其他盘上不显示。 + **version 0.10.1** - 感谢 [pynixwang](https://github.com/pynixwang) 的建议。iTerm 现在不会在 history 中留下 `cd xxx`。