diff --git a/CHANGELOG.md b/CHANGELOG.md index e79b4acb..a56fee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,31 @@ +# Changelog +## [3.0.6](https://github.com/HuLaSpark/HuLa/compare/v3.0.5...v3.0.6) (2025-12-07) + +### ✨ Features | 新功能 + +* **common:** :sparkles: add to minio storage ([9d68254](https://github.com/HuLaSpark/HuLa/commit/9d682545f72c5253e57c6b749d19c37f3e1e10ee)) +* **mac、linux:** :sparkles: add webview intrusion protection for mac and linux platforms ([7001ed0](https://github.com/HuLaSpark/HuLa/commit/7001ed0fcd517766e3e09eeb5f063460980a77ad)) +* **plugin:** :sparkles: deep Thinking Model for AI Interface ([527045a](https://github.com/HuLaSpark/HuLa/commit/527045a2c9280625c0af8292aa85ae794ce7dd3d)) +* **security:** :sparkles: add Windows runtime security guards ([e66738c](https://github.com/HuLaSpark/HuLa/commit/e66738c18509292e22e9683796544c98601ac023)) + +### 🐛 Bug Fixes | Bug 修复 + +* **common:** :bug: fix cursor out of focus and read report race issues ([c581c76](https://github.com/HuLaSpark/HuLa/commit/c581c76bd94d7721615a1a4238ceed94b816dc3b)) +* **emoji:** :bug: fix ix my emoji download logic ([17b2126](https://github.com/HuLaSpark/HuLa/commit/17b21269a973abc88ec41e6818ef3f64bc92bf10)), closes [#390](https://github.com/HuLaSpark/HuLa/issues/390) +* **i18n:** :bug: fix some content without i18n support ([5bc55dd](https://github.com/HuLaSpark/HuLa/commit/5bc55ddf151734589abe834ea53b3bf02d5faa1d)) +* **README:** :bug: fix README layout issues and show withdrawn message lists ([d631f9b](https://github.com/HuLaSpark/HuLa/commit/d631f9b27107e6de5a1fc60b6ee66092c4ddeb2d)) +* **recall:** :bug: fix Reedit after Withdrawal does not disappear ([5562e54](https://github.com/HuLaSpark/HuLa/commit/5562e5479f47b62a0d9b42c5e79d72abcc4d3b93)) +* **session:** :bug: fix selected session unable to read unread count ([3582920](https://github.com/HuLaSpark/HuLa/commit/35829206ad39076728ff558371424ee1c1291342)) +* **session:** :bug: fix session unread count not resetting issue ([fb2a076](https://github.com/HuLaSpark/HuLa/commit/fb2a0767edab1f0430670b6def14213068526651)) +* **session:** :bug: fix unread tag cannot be removed issue ([3f3332b](https://github.com/HuLaSpark/HuLa/commit/3f3332ba676f026836d122a5639020040ed84d35)) +* **view:** :bug: connect to Tencent Address ResolutionConnect to Tencent Address Resolution ([2138613](https://github.com/HuLaSpark/HuLa/commit/2138613576705ab1683de998114d2fadda20b3d4)) +* **view:** :bug: switch to backend translationSwitch to backend translation ([0397989](https://github.com/HuLaSpark/HuLa/commit/0397989c7fde86cf8146cb256a730f2c4c20a741)) +* **windows:** :bug: fix code bug with win_runtime_guard ([c4f73d0](https://github.com/HuLaSpark/HuLa/commit/c4f73d04ff95c7ee89efe29d4142d3413ee00014)) + +### ⚡️ Performance Improvements | 性能优化 + +* **sync:** :zap: do not reset selected sessions when synchronizing messages ([b583031](https://github.com/HuLaSpark/HuLa/commit/b583031367082ec5cb6d1b7ff5496f72bd0de57b)) ## [3.0.5](https://github.com/HuLaSpark/HuLa/compare/v3.0.4...v3.0.5) (2025-11-28) @@ -636,7 +663,7 @@ * **view:** :zap: 优化申请群聊功能 ([c492c0d](https://github.com/HuLaSpark/HuLa/commit/c492c0d18e9b0288ae45827b71bd29f4632bb636)) * **view:** :zap: 优化项目中类型的编写和定义方式 ([a832dc1](https://github.com/HuLaSpark/HuLa/commit/a832dc1220468de33f724c78256047a84ff62811)) -# Changelog + ## 2.6.6 (2025-03-01) diff --git a/package.json b/package.json index c2d084f8..2a443b15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/jsconfig", "name": "hula", "type": "module", - "version": "3.0.5", + "version": "3.0.6", "license": "Apache-2.0", "engines": { "node": "^20.19.0 || >=22.12.0", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index fefedd06..fe30a186 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2849,7 +2849,7 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "hula" -version = "3.0.5" +version = "3.0.6" dependencies = [ "anyhow", "async-walkdir", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 125ee795..88fc7aef 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hula" -version = "3.0.5" +version = "3.0.6" description = "hula" authors = ["nongyehong"] license = "" diff --git a/src-tauri/tauri.android.conf.json b/src-tauri/tauri.android.conf.json index 50d56bd0..4f2934c5 100644 --- a/src-tauri/tauri.android.conf.json +++ b/src-tauri/tauri.android.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "HuLa", - "version": "3.0.5", + "version": "3.0.6", "identifier": "com.hula.app", "build": { "beforeDevCommand": "pnpm dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6b45e043..36d9587b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "HuLa", - "version": "3.0.5", + "version": "3.0.6", "identifier": "com.hula.pc", "build": { "beforeDevCommand": "pnpm dev", diff --git a/src-tauri/tauri.ios.conf.json b/src-tauri/tauri.ios.conf.json index 9653fc92..83ff3c51 100644 --- a/src-tauri/tauri.ios.conf.json +++ b/src-tauri/tauri.ios.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "HuLa", - "version": "3.0.5", + "version": "3.0.6", "identifier": "com.hula.ios", "build": { "beforeDevCommand": "pnpm dev", diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index abfe5b5f..2cee85bc 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "HuLa", - "version": "3.0.5", + "version": "3.0.6", "identifier": "com.hula.pc", "build": { "beforeDevCommand": "pnpm dev", diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index 61d5762f..24883e69 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "HuLa", - "version": "3.0.5", + "version": "3.0.6", "identifier": "com.hula.pc", "build": { "beforeDevCommand": "pnpm dev", diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index bf81945f..a7fde637 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "HuLa", - "version": "3.0.5", + "version": "3.0.6", "identifier": "com.hula.pc", "build": { "beforeDevCommand": "pnpm dev",