From 85fd037455ced41b5f0f0d40bfbd7a008599018e Mon Sep 17 00:00:00 2001 From: tisfeng Date: Tue, 28 Mar 2023 22:59:32 +0800 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 8 ++++++++ src/releaseVersion/versionInfo.ts | 17 ++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 248300b..42aa64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # `Easydict` Changelog +## [v2.8.0] - 2023-03-28 + +### 🐞 Fixes + +- Fixed the crash problem when requesting OpenAI translation. + ## [v2.8.0] - 2023-03-17 ### ✨ Features - Support OpenAI ChatGPT translation. +![OpenAI](https://user-images.githubusercontent.com/25194972/225886686-b99e5a97-6269-489d-b0bb-40be6d7d1d32.png) + ## [v2.7.3] - 2023-02-28 ### 💎 Improvement diff --git a/src/releaseVersion/versionInfo.ts b/src/releaseVersion/versionInfo.ts index 8955a86..9331a2b 100644 --- a/src/releaseVersion/versionInfo.ts +++ b/src/releaseVersion/versionInfo.ts @@ -26,18 +26,18 @@ export class Easydict { static repo = "Raycast-Easydict"; // * NOTE: this is new version info, don't use it directly. Use getCurrentStoredVersionInfo() instead. - version = "2.8.0"; - buildNumber = 23; - versionDate = "2023-03-17"; - isNeedPrompt = true; + version = "2.8.1"; + buildNumber = 24; + versionDate = "2023-03-28"; + isNeedPrompt = false; hasPrompted = false; // * always default false, only show once, then should be set to true. releaseMarkdown = ` ## [v${this.version}] - ${this.versionDate} -### ✨ 新功能 +### 🐞 修复 -- 支持 OpenAI ChatGPT 翻译。 +- 修复请求 OpenAI 可能报错崩溃问题。 #### 如果觉得这个扩展还不错,给个 [Star](https://github.com/tisfeng/Raycast-Easydict) ⭐️ 支持一下吧 (^-^) @@ -49,9 +49,8 @@ export class Easydict { --- -### ✨ Features - -- Support OpenAI ChatGPT translation. +### 🐞 Fixes +- Fixed the crash problem when requesting OpenAI translation. `; getRepoUrl() {