Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Dec 16, 2022
1 parent ae9cdc4 commit 2c099d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# `Easydict` Changelog

## [v2.7.0] - 2022-12-16

### 💎 Improvement

- Improved the display of word exam collection level, use tag label display.

### 🐞 Fixes

- Fixed the problem that the input text was not displayed when querying from arguments.

## [v2.6.2] - 2022-11-02

### 🐞 Fixes
Expand Down
22 changes: 14 additions & 8 deletions src/releaseVersion/versionInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author: tisfeng
* @createTime: 2022-07-01 19:05
* @lastEditor: Tisfeng
* @lastEditTime: 2022-11-01 22:09
* @lastEditTime: 2022-12-16 17:59
* @fileName: versionInfo.ts
*
* Copyright (c) 2022 by tisfeng, All Rights Reserved.
Expand All @@ -26,28 +26,34 @@ export class Easydict {
static repo = "Raycast-Easydict";

// * NOTE: this is new version info, don't use it directly. Use getCurrentStoredVersionInfo() instead.
version = "2.6.2";
buildNumber = 18;
versionDate = "2022-11-02";
version = "2.7.0";
buildNumber = 19;
versionDate = "2022-12-16";
isNeedPrompt = false;
hasPrompted = false; // * always default false, only show once, then should be set to true.

releaseMarkdown = `
## [v${this.version}] - ${this.versionDate}
### 💎 优化
- 优化单词考试收录等级显示,改用 tag 标签显示。
### 🐞 修复
- 修复了 DeepL 翻译额度超支时会有错误提示问题。
- 更新法语朗读声音。
- 修复了 arguments 查询时,输入文本不显示问题。
#### 如果觉得这个扩展还不错,给个 [Star](https://github.com/tisfeng/Raycast-Easydict) ⭐️ 支持一下吧 (^-^)
---
### 💎 Improvement
- Improved the display of word exam collection level, use tag label display.
### 🐞 Fixes
- Fixed the problem that an error prompt will appear when DeepL translation quota is exceeded.
- Updated French say voice.
- Fixed the problem that the input text was not displayed when querying from arguments.
`;

getRepoUrl() {
Expand Down

0 comments on commit 2c099d7

Please sign in to comment.