Skip to content

Commit

Permalink
chore: update to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse205 committed Dec 7, 2023
1 parent b7084c5 commit ed70f8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
7. 应用列表现在使用传统 `img` 标签,避免页面切换过程中的卡顿。
8. Tauri 客户端现在使用了个性化的标题栏。
9. Tauri 客户端恢复默认方式,现在支持保存数据了。
10. 优化无障碍。
11. 代码优化。
10. Tauri 客户端服务器地址暂时改到 netlify 中,数据更新可能会不及时。
11. 优化无障碍。
12. 代码优化。

## 1.1.0

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": "f-oh-pwa",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"type": "module",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "F-OH Tauri",
"version": "1.1.0"
"version": "1.2.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit ed70f8a

Please sign in to comment.