chore: 发布 v2.5.4
Some checks failed
Release CI / publish-tauri (, windows-latest) (push) Has been cancelled
Release CI / publish-tauri (--target aarch64-apple-darwin, macos-latest) (push) Has been cancelled
Release CI / publish-tauri (--target x86_64-apple-darwin, macos-latest) (push) Has been cancelled

This commit is contained in:
nongyehong
2024-11-20 00:44:47 +08:00
parent 0e0955f3ec
commit e1725d224d
5 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
## [2.5.4](https://github.com/HuLaSpark/HuLa/compare/v2.5.3...v2.5.4) (2024-11-19)
### 🐛 Bug Fixes | Bug 修复
* **component:** :bug: 修复群聊侧边栏搜索时无法右键查看用户信息 ([f5b5bb0](https://github.com/HuLaSpark/HuLa/commit/f5b5bb09c8711227e4ccb9e3bc4e65bdc52415b9))
* **component:** :bug: 修复群聊当前登录用户右键菜单功能逻辑错误 ([00c35ff](https://github.com/HuLaSpark/HuLa/commit/00c35ff6feda18623c608b8aa29529c30a48e528))
* **hook:** :bug: 修复发送消息频繁的bug ([bbb74ee](https://github.com/HuLaSpark/HuLa/commit/bbb74ee78a425375a44ce6940dbed0b8265b618c))
* **service:** :bug: 修复http模块没有设置请求头导致请求报错问题 ([1538964](https://github.com/HuLaSpark/HuLa/commit/153896480e8a86cd50962d3678fae786ea444ebd))
* **store:** :bug: 上下线通知 ([2f2a2a2](https://github.com/HuLaSpark/HuLa/commit/2f2a2a2068143e723db3ec31cfce3f2397acf8d4))
* **store:** :bug: 修复一些接口的store封装 ([4626527](https://github.com/HuLaSpark/HuLa/commit/46265275e52fd30090a3d07a98f1023e9960b18d))
* **view:** :bug: 修复一些功能漏洞问题 ([#38](https://github.com/HuLaSpark/HuLa/issues/38)) ([f626a96](https://github.com/HuLaSpark/HuLa/commit/f626a96c1abfb00e07d53fceec12ea3cdd1faca0))
* **view:** :bug: 修复打开独立窗口后主窗口消息窗口无法打开问题 ([#36](https://github.com/HuLaSpark/HuLa/issues/36)) ([06435c8](https://github.com/HuLaSpark/HuLa/commit/06435c8d58250d4b9501431dc82c51643bc6e054))
* **view:** :bug: 修复登录和请求的一些缺陷 ([54ee3ff](https://github.com/HuLaSpark/HuLa/commit/54ee3ff1688ec1dd248b5e7120e3613ce8758ac9))
## [2.5.3](https://github.com/HuLaSpark/HuLa/compare/v2.5.2...v2.5.3) (2024-11-06)
### 🐛 Bug Fixes | Bug 修复

View File

@@ -1,7 +1,7 @@
{
"name": "hula",
"type": "module",
"version": "2.5.3",
"version": "2.5.4",
"license": "Apache-2.0",
"engines": {
"node": ">=18.12.0",

View File

@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.3",
"version": "2.5.4",
"identifier": "com.hula.pc",
"build": {
"beforeDevCommand": "pnpm dev",

View File

@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.3",
"version": "2.5.4",
"identifier": "com.hula.pc",
"build": {
"beforeDevCommand": "pnpm dev",

View File

@@ -1,6 +1,6 @@
{
"productName": "HuLa",
"version": "2.5.3",
"version": "2.5.4",
"identifier": "com.hula.pc",
"build": {
"beforeDevCommand": "pnpm dev",