Skip to content

Commit

Permalink
chore: 发布 v2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nongyehong committed Dec 12, 2024
1 parent 1b38500 commit ee4c4ca
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


## [2.5.8](https://github.com/HuLaSpark/HuLa/compare/v2.5.7...v2.5.8) (2024-12-12)


### ✨ Features | 新功能

* **component:** :sparkles: 新增米游社表情包功能 ([1b38500](https://github.com/HuLaSpark/HuLa/commit/1b385005be135d8afc83ec1d5fb80d1ab25bf5f5))


### 🐛 Bug Fixes | Bug 修复

* **chat-edittor:** 在 Webkit 中 re-focus 后焦点被重置 ([e381a09](https://github.com/HuLaSpark/HuLa/commit/e381a09fb138be627b01df6f096a0ad9383eef99))
* **common:** :bug: 修改Cargo.lock ([e3ead1c](https://github.com/HuLaSpark/HuLa/commit/e3ead1c7fdf30b7a2eb857973dfcc66bb01dc44b))
* **component:** :bug: 修复canvas模糊问题,以及图片和emoji的一些插入的位置和优化 ([5dee0ae](https://github.com/HuLaSpark/HuLa/commit/5dee0ae4d4d09178a1664d5f2ec01354a69b8001))
* **config:** :bug: 修改cargo的镜像源和文件后缀 ([d882e2e](https://github.com/HuLaSpark/HuLa/commit/d882e2e301b8ae27819dd8469452d40a704ea4a6))
* **package:** :bug: 修复发版和commit的命令 ([6307326](https://github.com/HuLaSpark/HuLa/commit/6307326b016bfc654b0e6f70bc254d59d0fcde67))

## [2.5.7](https://github.com/HuLaSpark/HuLa/compare/v2.5.6...v2.5.7) (2024-12-10)


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": "hula",
"type": "module",
"version": "2.5.7",
"version": "2.5.8",
"license": "Apache-2.0",
"engines": {
"node": ">=18.12.0",
Expand Down
10 changes: 7 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.7",
"version": "2.5.8",
"identifier": "com.hula.pc",
"build": {
"beforeDevCommand": "pnpm dev",
Expand All @@ -9,7 +9,9 @@
"devUrl": "http://127.0.0.1:6130"
},
"bundle": {
"resources": ["tray"],
"resources": [
"tray"
],
"createUpdaterArtifacts": true,
"active": true,
"icon": [],
Expand All @@ -31,7 +33,9 @@
"installMode": "passive"
},
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDk1NkNENEZFNzg1MjVFMEEKUldRS1hsSjQvdFJzbGJXcnNPNXBYZ2RlTmlRRFZYYVI3YXhiWGpYZXFwVUtucThZUnJHUGw5dVUK",
"endpoints": ["https://github.com/HuLaSpark/HuLa/releases/latest/download/latest.json"]
"endpoints": [
"https://github.com/HuLaSpark/HuLa/releases/latest/download/latest.json"
]
}
}
}
11 changes: 8 additions & 3 deletions src-tauri/tauri.macos.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.7",
"version": "2.5.8",
"identifier": "com.hula.pc",
"build": {
"beforeDevCommand": "pnpm dev",
Expand All @@ -9,9 +9,14 @@
"devUrl": "http://127.0.0.1:6130"
},
"bundle": {
"resources": ["tray"],
"resources": [
"tray"
],
"active": true,
"targets": ["app", "dmg"],
"targets": [
"app",
"dmg"
],
"icon": [
"icons/macos/32x32.png",
"icons/macos/128x128.png",
Expand Down
11 changes: 8 additions & 3 deletions src-tauri/tauri.windows.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.7",
"version": "2.5.8",
"identifier": "com.hula.pc",
"build": {
"beforeDevCommand": "pnpm dev",
Expand All @@ -9,9 +9,14 @@
"devUrl": "http://127.0.0.1:6130"
},
"bundle": {
"resources": ["tray"],
"resources": [
"tray"
],
"active": true,
"targets": ["msi", "nsis"],
"targets": [
"msi",
"nsis"
],
"icon": [
"icons/windows/32x32.png",
"icons/windows/128x128.png",
Expand Down

0 comments on commit ee4c4ca

Please sign in to comment.