Skip to content

Commit

Permalink
docs: update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Jan 8, 2023
1 parent ffb02fa commit 7ff6d56
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 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.1] - 2023-01-08

### 💎 Improvement

- Improved the way to get the system proxy.

### 🐞 Fixes

- Fixed some known issues.

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

### 💎 Improvement
Expand Down
2 changes: 1 addition & 1 deletion src/releaseVersion/releaseNotePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author: tisfeng
* @createTime: 2022-07-01 21:54
* @lastEditor: tisfeng
* @lastEditTime: 2022-08-19 23:14
* @lastEditTime: 2023-01-08 17:43
* @fileName: releaseNotePage.tsx
*
* Copyright (c) 2022 by tisfeng, All Rights Reserved.
Expand Down
16 changes: 8 additions & 8 deletions src/releaseVersion/versionInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +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.7.0";
buildNumber = 19;
versionDate = "2022-12-16";
isNeedPrompt = false;
version = "2.7.1";
buildNumber = 20;
versionDate = "2023-01-08";
isNeedPrompt = true;
hasPrompted = false; // * always default false, only show once, then should be set to true.

releaseMarkdown = `
## [v${this.version}] - ${this.versionDate}
### 💎 优化
- 优化单词考试收录等级显示,改用 tag 标签显示
- 优化了系统代理的获取方式
### 🐞 修复
- 修复了 arguments 查询时,输入文本不显示问题
- 修复了一些已知问题
#### 如果觉得这个扩展还不错,给个 [Star](https://github.com/tisfeng/Raycast-Easydict) ⭐️ 支持一下吧 (^-^)
---
### 💎 Improvement
- Improved the display of word exam collection level, use tag label display.
- Improved the way to get the system proxy.
### 🐞 Fixes
- Fixed the problem that the input text was not displayed when querying from arguments.
- Fixed some known issues.
`;

getRepoUrl() {
Expand Down

0 comments on commit 7ff6d56

Please sign in to comment.