Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChurchTao committed Feb 23, 2023
1 parent d67dc8b commit 34d2bad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions UPDATE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All changes will be documented in this file.

## v1.1.4

### Bug Fixes

- CN
- 修复了因为 `objc` 导致的内存泄露
- 修复了显示速度
- EN
- Fixed the memory leak caused by `objc`
- Fixed the display speed

## v1.1.3

- CN
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lanaya",
"private": true,
"version": "1.1.3",
"version": "1.1.4",
"type": "module",
"scripts": {
"dev": "vite",
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 @@ -7,7 +7,7 @@
},
"package": {
"productName": "Lanaya",
"version": "1.1.3"
"version": "1.1.4"
},
"tauri": {
"macOSPrivateApi": true,
Expand Down

0 comments on commit 34d2bad

Please sign in to comment.