Skip to content

Commit

Permalink
add release info
Browse files Browse the repository at this point in the history
  • Loading branch information
cage1016 committed Dec 11, 2022
1 parent 0db7a25 commit d6d50fb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,18 @@ A total of 8 conversion modes are supported, which can be enabled or disabled by
- 繁體(臺灣正體標準)到簡體並轉換爲中國大陸常用詞彙
## Requires
- Preferably Alfred 5
## Prerequisite
- Alfred 5 & Powerpack
## Configuration
- Enable / Disalbe conversion mode individual
- Choose quick conversion mode
## Change Log
### v1.1.0
- Code Sign and Notarize support
### v1.0.0
- Migrate to Alfred5
Expand Down Expand Up @@ -713,7 +716,7 @@ https://github.com/cage1016/alfred-opencc</string>
</dict>
</array>
<key>version</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>webaddress</key>
<string>https://github.com/cage1016/alfred-opencc</string>
</dict>
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@
[![Release](https://github.com/cage1016/alfred-opencc/actions/workflows/release.yml/badge.svg)](https://github.com/cage1016/alfred-opencc/actions/workflows/release.yml)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
![GitHub all releases](https://img.shields.io/github/downloads/cage1016/alfred-opencc/total)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/cage1016/alfred-opencc)

## Introduction

由於 MacOS 在 12.3 終於移除對 Python2 的支援,導至 Alfred 4 版本中原先使用的 [amowu/alfred-chinese-converter](https://github.com/amowu/alfred-chinese-converter) 已經無法再使,作者也沒有更新。所以透過 Golang 自己造一個也省去了對 Python 的依賴。

## Prerequisite

- Alfred 5 & Powerpack

## Installation

訪問 [Releases · cage1016/alfred-opencc](https://github.com/cage1016/alfred-opencc/releases) 以獲取最新版本

PS. Please download [Release v0.3.0](https://github.com/cage1016/alfred-opencc/releases/tag/v0.3.0) if you are using Alfred 4 and want to disable auto check for update ([How to disable the auto update check · Issue #4](https://github.com/cage1016/alfred-opencc/issues/4))
## Usage

使用關鍵字 `occ` 輸入需要作簡繁轉換的詞句
Expand Down Expand Up @@ -42,7 +48,9 @@ If you find any bug or want to propose a new feature, please open an issue to di
- [cage1016/opencc: Pure Go version OpenCC 繁簡轉換](https://github.com/cage1016/opencc) Apache License

## Change Log

### v1.1.0
- Code Sign and Notarize support
-
### v1.0.0
- Migrate to Alfred5
- Add `qocc` command to convert directly and copy to clipboard
Expand Down

0 comments on commit d6d50fb

Please sign in to comment.