Skip to content

Commit e6f15b0

Browse files
committed
feat(Lite): version 1.1.0
- Support CotEditor and MacVim
1 parent 49ebb41 commit e6f15b0

File tree

5 files changed

+52
-36
lines changed

5 files changed

+52
-36
lines changed

OpenInEditor-Lite/OpenInEditor-Lite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"@executable_path/../Frameworks",
322322
);
323323
MACOSX_DEPLOYMENT_TARGET = 10.12;
324-
MARKETING_VERSION = 1.0.3;
324+
MARKETING_VERSION = 1.1.0;
325325
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInEditor-Lite";
326326
PRODUCT_NAME = "$(TARGET_NAME)";
327327
SWIFT_VERSION = 5.0;
@@ -344,7 +344,7 @@
344344
"@executable_path/../Frameworks",
345345
);
346346
MACOSX_DEPLOYMENT_TARGET = 10.12;
347-
MARKETING_VERSION = 1.0.3;
347+
MARKETING_VERSION = 1.1.0;
348348
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInEditor-Lite";
349349
PRODUCT_NAME = "$(TARGET_NAME)";
350350
SWIFT_VERSION = 5.0;

OpenInTerminal-Lite/OpenInTerminal-Lite.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"@executable_path/../Frameworks",
338338
);
339339
MACOSX_DEPLOYMENT_TARGET = 10.12;
340-
MARKETING_VERSION = 1.0.3;
340+
MARKETING_VERSION = 1.1.0;
341341
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInTerminal-Lite";
342342
PRODUCT_NAME = "$(TARGET_NAME)";
343343
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -361,7 +361,7 @@
361361
"@executable_path/../Frameworks",
362362
);
363363
MACOSX_DEPLOYMENT_TARGET = 10.12;
364-
MARKETING_VERSION = 1.0.3;
364+
MARKETING_VERSION = 1.1.0;
365365
PRODUCT_BUNDLE_IDENTIFIER = "wang.jianing.app.OpenInTerminal-Lite";
366366
PRODUCT_NAME = "$(TARGET_NAME)";
367367
SWIFT_VERSION = 5.0;

Resources/README-Lite-zh.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<img width="100%" src="./screenshots/lite-readme-header.png"><br/><br/>
3-
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.3"><img src="https://img.shields.io/badge/Version-1.0.3-blue.svg?longCache=true&style=for-the-badge"></a>
3+
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.1.0"><img src="https://img.shields.io/badge/Version-1.1.0-blue.svg?longCache=true&style=for-the-badge"></a>
44
<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>
55
<img src="https://img.shields.io/badge/Made With-Swift-red.svg?longCache=true&style=for-the-badge">
66
<a href="https://travis-ci.org/Ji4n1ng/OpenInTerminal"><img src="https://img.shields.io/travis/Ji4n1ng/OpenInTerminal.svg?style=for-the-badge"></a>
@@ -24,7 +24,7 @@
2424

2525
## 如何安装 🖥
2626

27-
### Homebrew (当前版本:1.0.2)
27+
### Homebrew (当前版本:1.1.0)
2828

2929
1. 运行以下命令
3030

@@ -42,19 +42,15 @@ brew cask install openineditor-lite
4242
<img src="./screenshots/lite-drag_to_toolbar.gif" width="600px">
4343
</div>
4444

45-
### 手动安装 (最新版本:1.0.3)
45+
### 手动安装 (最新版本:1.1.0)
4646

4747
1.[release](https://github.com/Ji4n1ng/OpenInTerminal/releases) 中下载。
4848
2. 将应用移动到 `应用程序` 文件夹。
4949
3. 按住 `Cmd` 键,然后将应用拖到访达工具栏中。
5050

5151
## 支持 ❤️
5252

53-
你好,我是 Ji4n1ng。我是一名学生,OpenInTerminal 是我空余时间维护的一个开源项目。它是免费且开源的。
54-
55-
最近由于奇怪的 bug,签名过的 OpenInTerminal 不能在其他 Mac 上运行。我不明白什么原因。如果你能支持我购买苹果开发者证书,我将非常感激。(99美元对于学生来说,并不是一个小的数字,它几乎是我三个星期的生活费。)
56-
57-
或者,有人能帮我解决这个问题也可以。请看 #61 。非常感谢!
53+
你好,我是 Ji4n1ng。我是一名学生,OpenInTerminal 是我空余时间维护的一个开源项目。它是免费且开源的。如果你能支持我购买苹果开发者账号,我将非常感激。一年 99 美元的花费对于学生来说,并不是一个小的数字,它几乎是我三个星期的生活费。非常感谢!
5854

5955
| PayPal | 支付宝 | 微信 |
6056
| --- | --- | --- |
@@ -105,6 +101,16 @@ defaults remove wang.jianing.app.OpenInEditor-Lite OIT_EditorBundleIdentifier
105101
<br>
106102
</details>
107103

104+
<details><summary>设置 <strong>CotEditor</strong> 为默认编辑器:</summary><br>
105+
<code>defaults write wang.jianing.app.OpenInEditor-Lite OIT_EditorBundleIdentifier CotEditor</code>
106+
<br>
107+
</details>
108+
109+
<details><summary>设置 <strong>MacVim</strong> 为默认编辑器:</summary><br>
110+
<code>defaults write wang.jianing.app.OpenInEditor-Lite OIT_EditorBundleIdentifier MacVim</code>
111+
<br>
112+
</details>
113+
108114
### 2) 如果你正在使用深色模式 (Dark Mode)
109115

110116
我在 [release](https://github.com/Ji4n1ng/OpenInTerminal/releases) 中提供了几个图标。 您可以右键单击该应用程序并选择 `显示简介`。 拖动图标进行更改。

Resources/README-Lite.md

Lines changed: 33 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<img width="100%" src="./screenshots/lite-readme-header.png"><br/><br/>
3-
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.3"><img src="https://img.shields.io/badge/Version-1.0.3-blue.svg?longCache=true&style=for-the-badge"></a>
3+
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.1.0"><img src="https://img.shields.io/badge/Version-1.1.0-blue.svg?longCache=true&style=for-the-badge"></a>
44
<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>
55
<img src="https://img.shields.io/badge/Made With-Swift-red.svg?longCache=true&style=for-the-badge">
66
<a href="https://travis-ci.org/Ji4n1ng/OpenInTerminal"><img src="https://img.shields.io/travis/Ji4n1ng/OpenInTerminal.svg?style=for-the-badge"></a>
@@ -24,7 +24,7 @@ English | [中文说明](./README-Lite-zh.md)
2424

2525
## How to install 🖥
2626

27-
### Homebrew (current version: 1.0.2)
27+
### Homebrew (current version: 1.1.0)
2828

2929
1. Run the following command
3030

@@ -42,19 +42,15 @@ brew cask install openineditor-lite
4242
<img src="./screenshots/lite-drag_to_toolbar.gif" width="600px">
4343
</div>
4444

45-
### Manual (latest version: 1.0.3)
45+
### Manual (latest version: 1.1.0)
4646

4747
1. Download from [release](https://github.com/Ji4n1ng/OpenInTerminal/releases).
4848
2. Move the app into `/Applications`.
4949
3. Hold down the `Cmd` key and drag the app into Finder Toolbar.
5050

5151
## Support ❤️
5252

53-
Hello, I am Ji4n1ng. I am a student and OpenInTerminal is an open source project I maintain in my spare time. It is free and open source.
54-
55-
Recently because of strange bugs, signed OpenInTerminal(new version 2.1.0) cannot run on other computers. I don't know why. I will be very grateful that you can support me in purchasing an Apple Developer account ($99 is not a small number for students, it is close to my three-week living expenses.).
56-
57-
Or someone can help me solve this problem. Please see #61 . Thanks a lot!
53+
Hello, I am Ji4n1ng. I am a student and OpenInTerminal is an open source project I maintain in my spare time. It is free and open source. I will be very grateful that you can support me in purchasing an Apple Developer account. $99/year is not a small expense for students. It's close to my three-week living expenses. Thanks a lot!
5854

5955
| PayPal | AliPay | WeChat Pay |
6056
| --- | --- | --- |
@@ -105,6 +101,16 @@ defaults remove wang.jianing.app.OpenInEditor-Lite OIT_EditorBundleIdentifier
105101
<br>
106102
</details>
107103

104+
<details><summary>Set <strong>CotEditor</strong> as the default editor:</summary><br>
105+
<code>defaults write wang.jianing.app.OpenInEditor-Lite OIT_EditorBundleIdentifier CotEditor</code>
106+
<br>
107+
</details>
108+
109+
<details><summary>Set <strong>MacVim</strong> as the default editor:</summary><br>
110+
<code>defaults write wang.jianing.app.OpenInEditor-Lite OIT_EditorBundleIdentifier MacVim</code>
111+
<br>
112+
</details>
113+
108114
### 2) If you are using Dark Mode
109115

110116
I provided several icons along with the app in the [release](https://github.com/Ji4n1ng/OpenInTerminal/releases). You can right click on the app and select `Get Info`. Drag the icon to cover the default icon.
@@ -160,29 +166,33 @@ As for <code>OpenInTerminal</code>, the icon of it in Finder Toolbar is Finder e
160166

161167
## Changes 🗒
162168

169+
**version 1.1.0**
170+
171+
- Support CotEditor and MacVim.
172+
163173
**version 1.0.3**
164174

165175
- Signed the application with the developer account. Bundle ID has changed.
166176
- Support Korean.
167177

168-
**version 1.0.2**
169-
170-
- Support TextMate.
171-
- Change OpenInEditor-Lite default icon.
172-
173-
**version 1.0.1**
174-
175-
- Support Visual Studio Code - Insiders
176-
177-
**version 1.0.0**
178-
179-
- Support BBEdit
180-
- Fix: check application folder under home directory
181-
182178
<details><summary>old version</summary><br>
179+
<p><strong>version 1.0.2</strong></p>
180+
<ul>
181+
<li>Support TextMate</li>
182+
<li>Change OpenInEditor-Lite default icon</li>
183+
</ul>
184+
<p><strong>version 1.0.1</strong></p>
185+
<ul>
186+
<li>Support Visual Studio Code - Insiders</li>
187+
</ul>
188+
<p><strong>version 1.0.0</strong></p>
189+
<ul>
190+
<li>Support BBEdit</li>
191+
<li>Fix: check application folder under home directory</li>
192+
</ul>
183193
<p><strong>version 0.4.4</strong></p>
184194
<ul>
185-
<li>iTerm will not leave 'cd xxx' in history.</li>
195+
<li>iTerm will not leave 'cd xxx' in history</li>
186196
<li>Fix: icon will not flash in dock</li>
187197
</ul>
188198
<p><strong>version 0.4.3</strong></p>

Resources/README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ brew cask install openinterminal
6868

6969
## 支持 ❤️
7070

71-
你好,我是 Ji4n1ng。我是一名学生,OpenInTerminal 是我空余时间维护的一个开源项目。它是免费且开源的。如果你能支持我购买苹果开发者账号,我将非常感激。一年 99 美元的花费对于学生来说,并不是一个小的数字,它几乎是我三个星期的生活费。
71+
你好,我是 Ji4n1ng。我是一名学生,OpenInTerminal 是我空余时间维护的一个开源项目。它是免费且开源的。如果你能支持我购买苹果开发者账号,我将非常感激。一年 99 美元的花费对于学生来说,并不是一个小的数字,它几乎是我三个星期的生活费。非常感谢!
7272

7373
| PayPal | 支付宝 | 微信 |
7474
| --- | --- | --- |

0 commit comments

Comments
 (0)