Skip to content

Commit

Permalink
perf: update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 8, 2024
1 parent cc50554 commit f6c6ad7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/releaseVersion/versionInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,25 @@ export class Easydict {
static repo = "Raycast-Easydict";

// * NOTE: this is new version info, don't use it directly. Use getCurrentStoredVersionInfo() instead.
version = "2.9.0";
buildNumber = 26;
versionDate = "2023-05-17";
version = "2.9.1";
buildNumber = 27;
versionDate = "2024-01-08";
isNeedPrompt = true;
hasPrompted = false; // * always default false, only show once, then should be set to true.

releaseMarkdown = `
## [v${this.version}] - ${this.versionDate}
### ✨ 新功能
### 💎 优化
- 添加了 OCR 截图翻译功能,感谢 [aidevjoe](https://github.com/aidevjoe) 的 PR。
![](https://github-production-user-asset-6210df.s3.amazonaws.com/25194972/238993145-9dbe2fbb-8407-49bc-8909-adb0515e850e.png)
- 支持自定义 OpenAI API URL,感谢 [liyaodong](https://github.com/liyaodong) 的 PR。
- 优化了语种识别功能,添加百度语种识别为默认选项。
#### 如果觉得这个扩展还不错,给个 [Star](https://github.com/tisfeng/Raycast-Easydict) ⭐️ 支持一下吧 (^-^)
## 推荐
我另一个项目,[Easydict](https://github.com/tisfeng/Easydict) ,一个简洁优雅的翻译词典 macOS App。开箱即用,支持离线 OCR 识别,支持有道词典,🍎苹果系统翻译,DeepL,谷歌,百度和火山翻译
我另一个免费开源项目,[Easydict](https://github.com/tisfeng/Easydict) ,一个简洁优雅的词典翻译 macOS App。开箱即用,支持离线 OCR 识别,支持有道词典,🍎 苹果系统词典,🍎 苹果系统翻译,ChatGPT,DeepL,Google,Bing,腾讯,百度,阿里,小牛,彩云和火山翻译
![iShot_2023-03-17_18.01.22_11zon-1679050206](https://raw.githubusercontent.com/tisfeng/ImageBed/main/uPic/iShot_2023-03-17_18.01.22_11zon-1679050206.jpg)
Expand Down

0 comments on commit f6c6ad7

Please sign in to comment.