Skip to content

Commit

Permalink
🔖 Dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Oct 23, 2023
1 parent 9152f83 commit 91b6360
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

<a name="next"></a>
## next

### Changed

- ♻️ Refactor by dataclasses [[9152f83](https://github.com/Freed-Wu/translate-shell/commit/9152f832619b901af7096ac5202449ad9de384ae)]

### Removed

- 🔥 Remove flake.nix [[f4e5201](https://github.com/Freed-Wu/translate-shell/commit/f4e520124757741b722904aee2e7fd4c1c13b6d6)]


<a name="0.0.39"></a>
## 0.0.39 (2023-10-16)

### Fixed

- 🚑 Hot fix [[994ab10](https://github.com/Freed-Wu/translate-shell/commit/994ab10fa8f7a531fbf93cc0008b4c2faede54d8)]

### Miscellaneous

- Update python section of README.md [[96ea522](https://github.com/Freed-Wu/translate-shell/commit/96ea52250f7ab6c46b490eb0da97bb5a362fe977)]


<a name="0.0.38"></a>
## 0.0.38 (2023-10-16)

Expand Down
2 changes: 1 addition & 1 deletion addon-info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "translate-shell",
"description": "Translate text by google, bing, youdaozhiyun, haici, stardict, openai, large language model of local machine, etc at same time from CLI, GUI (GNU/Linux, Android, macOS and Windows), REPL, python, shell and vim.",
"version": "0.0.39",
"version": "0.0.40",
"author": "Wu Zhenyu <wuzhenyu@ustc.edu>",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translate-shell",
"version": "0.0.39",
"version": "0.0.40",
"description": "Translate text by google, bing, youdaozhiyun, haici, stardict, openai, large language model of local machine, etc at same time from CLI, GUI (GNU/Linux, Android, macOS and Windows), REPL, python, shell and vim.",
"author": "Wu Zhenyu <wuzhenyu@ustc.edu>",
"license": "GPLv3",
Expand Down

0 comments on commit 91b6360

Please sign in to comment.