Skip to content

Commit

Permalink
New version: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borber committed Feb 4, 2024
1 parent 9768294 commit aa9ac19
Show file tree
Hide file tree
Showing 16 changed files with 4,582 additions and 197 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.2.1]

- 修复 0.2.0 中概率出现的自动关闭现象
- tuari v2 alpha 升级 beta (变动真的好大)

## [0.2.0]

这是 `Tran` 的一次重大更新, 对界面和交互逻辑进行了大量修改, 变得更加简洁. 这同时也标志着 `Tran` 进入了 `0.2` 时代
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tran",
"version": "0.2.0",
"version": "0.2.1",
"description": "简洁, 快速, 划词翻译",
"scripts": {
"start": "vite",
Expand All @@ -11,11 +11,11 @@
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.0.0-alpha.13",
"@tauri-apps/api": "^2.0.0-beta.0",
"solid-js": "^1.8.12"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-alpha.21",
"@tauri-apps/cli": "^2.0.0-beta.0",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa9ac19

Please sign in to comment.