Skip to content

Commit

Permalink
feat(Main): version 0.10.2
Browse files Browse the repository at this point in the history
- Fix context menu bug
  • Loading branch information
Ji4n1ng committed Jun 25, 2019
1 parent d61cee4 commit 83581b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion OpenInTerminal/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.10.1</string>
<string>0.10.2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img width="100%" src="./Resources/screenshots/readme-header.png"><br/><br/>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/0.10.1"><img src="https://img.shields.io/badge/Version-0.10.1-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/0.10.2"><img src="https://img.shields.io/badge/Version-0.10.2-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg?longCache=true&style=for-the-badge"></a>
<img src="https://img.shields.io/badge/Made With-Swift-red.svg?longCache=true&style=for-the-badge">
<a href="https://travis-ci.org/Ji4n1ng/OpenInTerminal"><img src="https://img.shields.io/travis/Ji4n1ng/OpenInTerminal.svg?style=for-the-badge"></a>
Expand Down Expand Up @@ -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:

Expand All @@ -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).

Expand Down Expand Up @@ -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.
Expand Down
12 changes: 8 additions & 4 deletions Resources/README-zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img width="100%" src="./screenshots/readme-header-zh.png"><br/><br/>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/0.10.1"><img src="https://img.shields.io/badge/Version-0.10.1-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/0.10.2"><img src="https://img.shields.io/badge/Version-0.10.2-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg?longCache=true&style=for-the-badge"></a>
<img src="https://img.shields.io/badge/Made With-Swift-red.svg?longCache=true&style=for-the-badge">
<a href="https://travis-ci.org/Ji4n1ng/OpenInTerminal"><img src="https://img.shields.io/travis/Ji4n1ng/OpenInTerminal.svg?style=for-the-badge"></a>
Expand Down Expand Up @@ -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` 用户:

Expand All @@ -60,7 +60,7 @@ OpenInTerminal 目前有正常版和 Lite 版。如果你仅仅需要打开终

2. 完成。

#### b) 手动 (最新版本:0.10.1)
#### b) 手动 (最新版本:0.10.2)

1.[release](https://github.com/Ji4n1ng/OpenInTerminal/releases) 中下载。
2. 将应用移动到 `应用程序` 文件夹。
Expand Down Expand Up @@ -111,6 +111,10 @@ OpenInTerminal 目前有正常版和 Lite 版。如果你仅仅需要打开终

## 版本变动 🗒

**version 0.10.2**

- 修复:Finder 右键菜单在其他盘上不显示。

**version 0.10.1**

- 感谢 [pynixwang](https://github.com/pynixwang) 的建议。iTerm 现在不会在 history 中留下 `cd xxx`
Expand Down

0 comments on commit 83581b8

Please sign in to comment.