Some checks failed
Release CI / prepare-frontend (push) Has been cancelled
Release CI / publish-tauri (, ubuntu-22.04) (push) Has been cancelled
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
Release CI / publish-release (push) Has been cancelled
Release CI / upgradeLink-upload (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (typescript) (push) Has been cancelled
128 KiB
128 KiB
Changelog
3.0.8 (2025-12-31)
✨ Features | 新功能
- AI rules: ✨ add mainstream ai rules (86c5d11)
- component: ✨ add upgradelink (15ca9a2)
- Drag Upload: ✨ add drag file uploads (70df9d5), closes #444
- group QR code: ✨ add group QR code save and forward (4ca6ccc)
- ios: ✨ add notification badges and improve iOS notification support (c1b446b)
- layout: ✨ add some page layouts to resize (d069fe7), closes #393
- macOS 26: ✨ improved window traffic light button spacing processing logic (2d0523c)
- macOS: ✨ add traffic light button spacing and optimize iOS build support (ad72331)
- mobile: add mobile i18n support (#449) (bdacf4e), closes #441 #443 #444
- plugin: ✨ add ai stop reply (61c6108)
- settings: sync native theme (#458) (c28ffaa)
- sqlcipher: ✨ add sqlcipher for sqlite encryption (9aae783), closes #438
- view: ✨ add gitee and gitHub authorized login (69c2e47)
- vscode: add i18n-ally configuration and update extensions (5278ab4)
- window: ✨ add windows, system theme follow and custom theme settings (b20d674)
🐛 Bug Fixes | Bug 修复
- android: 🐛 add MODIFY_AUDIO_SETTINGS permission for audio control (6b66141), closes #IDGIXN
- chat: 🐛 fix incorrect variable usage in currently selected room (63748bd)
- common: 🐛 simplify reconnection sync to avoid duplicate full syncs on first (6057af2)
- emoji: 🐛 fix a problem where emoticons were stuck when sent continuously (38724e8)
- emoji: 🐛 fix emoji emoji list stuttering issue (1c8ebfd)
- favicon.ico: 🐛 fix error due to missing favicon.ico (c08f89a)
- group: 🐛 fix group member status sorting problem (c90b871)
- group: 🐛 fix group members online status and show unknown users (3951265)
- ios: 🐛 improved iOS Simulator detection and build configuration (8719def)
- nsis: uninstall fails when manually close app on kill app dialog, per-machine installer not requesting elevation when run by non-admin users (1bcc03e)
- perl: 🐛 handle 8.3 short filename format in Strawberry Perl prefix check (34e9c4d)
- proxy: Fix the bug where the app does not load the user's previous configuration on launch (be78edf)
- unread count: 🐛 fix inaccurate unread count on mac dock (3f45dc7)
- unread: 🐛 fix unread count not clearing when clicking session in full plmatfor view (21fda09)
- UnreadCount: 🐛 continue to repair session check unread count unerased (433cad4)
- unreadCount: 🐛 fix dock icon unread count not displayed on mac (960978c)
- win: 🐛 add and install Perl script to fix win startup problems (0a658a7)
- win: 🐛 fix win10 multi-screen high resolution layout confusion due to useFixedScale (0f2854a), closes #389
⚡️ Performance Improvements | 性能优化
- chat: ⚡ increase message list size limit and memory footprint (9638de0)
- common: ⚡ optimize message storage and timer for some uncleaned footprint (e0e7a9b)
- DPI: ⚡ add monitor-aware window size clamping to prevent oversized windows (97074ac)
- Keychain: ⚡ mac does not use Keychain to save keys by default (4483307)
- layout: ⚡ optimize group member loading (76ab5f5)
- media: ⚡ optimize multimedia presentation on PC and mobile (54902c9)
- moblie: ⚡ optimize mobile text bubble display (2cab73a)
- pc circle of friends: ⚡ optimize page layout and style of PC circle of friends (25bf49d)
- PC circle of friends: ⚡ optimize the scroll bar layout of the PC friend circle (11dff28)
- pc list scroll: ⚡ optimize message list scrolling sometimes without bottoming (3488b3a)
3.0.7 (2025-12-19)
✨ Features | 新功能
- component: ✨ add upgradelink (15ca9a2)
- layout: ✨ add some page layouts to resize (d069fe7), closes #393
- plugin: ✨ add ai stop reply (61c6108)
- sqlcipher: ✨ add sqlcipher for sqlite encryption (9aae783), closes #438
- vscode: add i18n-ally configuration and update extensions (5278ab4)
🐛 Bug Fixes | Bug 修复
- chat: 🐛 fix incorrect variable usage in currently selected room (63748bd)
- emoji: 🐛 fix a problem where emoticons were stuck when sent continuously (38724e8)
- emoji: 🐛 fix emoji emoji list stuttering issue (1c8ebfd)
- favicon.ico: 🐛 fix error due to missing favicon.ico (c08f89a)
- group: 🐛 fix group member status sorting problem (c90b871)
- group: 🐛 fix group members online status and show unknown users (3951265)
- perl: 🐛 handle 8.3 short filename format in Strawberry Perl prefix check (34e9c4d)
- unread count: 🐛 fix inaccurate unread count on mac dock (3f45dc7)
- unread: 🐛 fix unread count not clearing when clicking session in full plmatfor view (21fda09)
- UnreadCount: 🐛 continue to repair session check unread count unerased (433cad4)
- unreadCount: 🐛 fix dock icon unread count not displayed on mac (960978c)
- win: 🐛 add and install Perl script to fix win startup problems (0a658a7)
- win: 🐛 fix win10 multi-screen high resolution layout confusion due to useFixedScale (0f2854a), closes #389
⚡️ Performance Improvements | 性能优化
- chat: ⚡ increase message list size limit and memory footprint (9638de0)
- common: ⚡ optimize message storage and timer for some uncleaned footprint (e0e7a9b)
- DPI: ⚡ add monitor-aware window size clamping to prevent oversized windows (97074ac)
- Keychain: ⚡ mac does not use Keychain to save keys by default (4483307)
- layout: ⚡ optimize group member loading (76ab5f5)
- media: ⚡ optimize multimedia presentation on PC and mobile (54902c9)
- moblie: ⚡ optimize mobile text bubble display (2cab73a)
- pc circle of friends: ⚡ optimize page layout and style of PC circle of friends (25bf49d)
- PC circle of friends: ⚡ optimize the scroll bar layout of the PC friend circle (11dff28)
- pc list scroll: ⚡ optimize message list scrolling sometimes without bottoming (3488b3a)
3.0.6 (2025-12-07)
✨ Features | 新功能
- common: ✨ add to minio storage (9d68254)
- mac、linux: ✨ add webview intrusion protection for mac and linux platforms (7001ed0)
- plugin: ✨ deep Thinking Model for AI Interface (527045a)
- security: ✨ add Windows runtime security guards (e66738c)
🐛 Bug Fixes | Bug 修复
- common: 🐛 fix cursor out of focus and read report race issues (c581c76)
- emoji: 🐛 fix ix my emoji download logic (17b2126), closes #390
- i18n: 🐛 fix some content without i18n support (5bc55dd)
- README: 🐛 fix README layout issues and show withdrawn message lists (d631f9b)
- recall: 🐛 fix Reedit after Withdrawal does not disappear (5562e54)
- session: 🐛 fix selected session unable to read unread count (3582920)
- session: 🐛 fix session unread count not resetting issue (fb2a076)
- session: 🐛 fix unread tag cannot be removed issue (3f3332b)
- view: 🐛 connect to Tencent Address ResolutionConnect to Tencent Address Resolution (2138613)
- view: 🐛 switch to backend translationSwitch to backend translation (0397989)
- windows: 🐛 fix code bug with win_runtime_guard (c4f73d0)
⚡️ Performance Improvements | 性能优化
- sync: ⚡ do not reset selected sessions when synchronizing messages (b583031)
3.0.5 (2025-11-28)
✨ Features | 新功能
- del msg: ✨ add delete chat log function (0698866), closes #386
- i18n: ✨ add English translations for agreement, auth, dynamic, and settings modules (f9e6693)
- i18n: ✨ add i18n for remaining pages and fix content disorder (b7ec9b2)
- i18n: ✨ add recognition of language auto (8aee1f0)
- i18n: ✨ bring i18 n-compatible pages to 98%(exc mobile) (d582052)
- i18n: ✨ i18n to add content for other pages and windows (715d629)
- i18n: add internationalization support (#405) (799dce1)
- i18n: add new translation entries (#409) (fe3085b)
- log: ✨ add versioning details for console output (c0d3fc9)
- message: ✨ add click user name auto @ (5ca19e2), closes #385
- session: ✨ add persistent unread count cache for sessions (a00ea17)
- sync: ✨ add message sync throttling and optimize login flow (d3690b1)
- theme: ✨ add login window and other windows compatible with dark mode (581daac)
- webSocket: ✨ add automatic message sync after reconnection (5411cc4)
🐛 Bug Fixes | Bug 修复
- commits list not collapsible (f938c49)
- common: 🐛 add loading indicator for message synchronization during reconnection and login (36444f6)
- common: 🐛 fix friend request message maximum width issue (0715860)
- common: 🐛 fix model avatar modificationFix model avatar modification (8c15424)
- common: 🐛 fix recall message conversation list not updated (e072c27)
- common: 🐛 optimize QR code login (ae69f57)
- common: 🐛 wS reconnection request message (daefd83)
- i18n: 🐛 migrate to Composition API mode and add reactive locale support (73b71d4)
- mac: 🐛 disable mac right-click selected text features (fb95df5)
- mobile: 🐛 fix the QR code scanning failure issue (58812f9)
- notification: 🐛 fix batch modification group notifications not taking effect (3a8dd7c)
- plugin: 🐛 adapt to deep thinking (f419cd2)
- plugin: 🐛 add AI balance inquiry (e3db8ce)
- session: 🐛 add null safety checks for currentSession across components (993648d)
- types: narrow LoadLocale return type to Record<string, string> (#407) (ff5e94f)
- update: prevent program from exiting when only update window is open (5b53fa5)
- upgrade @tauri-apps/plugin-barcode-scanner from 2.4.0 to 2.4.2 (caf0bb2)
- upgrade dayjs from 1.11.18 to 1.11.19 (4c6fff7)
- upgrade hula-emojis from 1.2.30 to 1.2.31 (15a69c3)
- upgrade pinia from 3.0.3 to 3.0.4 (70aa7c3)
- window: handle tray window on Windows; prevent exit blocking when update window closes (907d5e6)
⚡️ Performance Improvements | 性能优化
- common: ⚡ optimize my emoji page caching logic (2999564)
- i18n: ⚡ add i18n support for dayjs (7dba84b)
- i18n: ⚡ add some pages to support i18n (e6240d0)
3.0.4 (2025-11-14)
✨ Features | 新功能
- common: ✨ generate images sounds videos text (c46cd1a)
🐛 Bug Fixes | Bug 修复
- android: 🐛 fix android does not start due to version dependency (0ff3ecc)
- android: 🐛 fix android packaging issues (1e2b748)
- ci: 🐛 fix release.yml issues (b59d517)
- common: 🐛 develop Gitee AI (9b76348)
- common: 🐛 development ai platform (4b5b8d1)
- common: 🐛 fix message loss when resetting message after bottoming (a0e2178)
- hooks: 🐛 fix restart application is not ready to call tauri command (23ca225)
- release: 🐛 fix ci issue in release version (f0c4cd1)
⚡️ Performance Improvements | 性能优化
- cache: ⚡ optimize thumbnail download and rendering (a1a80fd)
- common: ⚡ optimize pop-up logic for child windows and restrictions on mac (6fe865c)
- common: ⚡ responsive expressions for optimizing lists (f372241)
3.0.3 (2025-11-06)
✨ Features | 新功能
- common: ✨ comments and likes in the WeChat Moments (0d84851)
- mobile: ✨ added "Dynamic List" feature for mobile (5a7068a)
- mobile: ✨ added "Post Dynamic" feature for desktop (083d81d)
- mobile: ✨ added "Post Dynamic" feature for mobile (a588729)
- mobile: ✨ added batch member removal, disabled for official groups (f13c70b)
- mobile: ✨ added forced re-login on token expiration (ac0e55b)
- mobile: ✨ added photo album feature on mobile; added blank AI assistant page (38eb9e5)
- mobile: ✨ added the feature to invite friends to join the group (e3df3e2)
- mobile: ✨ added the group member management page (236c085)
- mobile: ✨ new "Add Announcement" feature added to the mobile app (c7cce79)
- mobile: ✨ optimize dynamic page display performance on PC (15defcb)
- mobile: ✨ optimize the layout and functionality of dynamic pages (7a18971)
- view: ✨ abutment ai apiKey、model、role (392c159)
- view: ✨ add a new dynamic detail page (32c5186)
- view: ✨ added AI message reply feature, integrated with server-side SSE (03329fe)
🐛 Bug Fixes | Bug 修复
- android: 🐛 fix error caused by Chromium 91 version not importing 4k wasm in Android (6d0d95e)
- announcement: 🐛 fix bulletin does not display issue (6c52904)
- badge: 🐛 fix issues caused by missing badge fields (9deb0fc)
- build: 🐛 fix packaging error due to parameter problem (dbf504b)
- chat: 🐛 fix unread count not initialized (c7d73bf)
- chatBot: 🐛 fix package startup error due to md stream rendering component (712c1df)
- chatBot: 🐛 fix some model synchronization issues with chatBot (8b664b1)
- common: 🐛 add AI interface (c65c3e7)
- common: 🐛 add group info method (f763517)
- common: 🐛 adjust login parameters (fd85394)
- common: 🐛 allow modification of public roles and models (ec6a28e)
- common: 🐛 default values for homeWindowState (d838709)
- common: 🐛 fix group chats invitation approval (687a907)
- common: 🐛 fix some issues with tray reminders (24ba1e6)
- common: 🐛 modify the location of the remote login window (c01304f)
- common: 🐛 optimize apikeyapikey (5de0982)
- common: 🐛 optimize comment rendering in MomentsOptimize comment rendering in Moments (c04adb1)
- currentSession: 🐛 modify the way roomId gets and administrator settings issues (91436c6)
- invite: 🐛 fix failure to invite people into groups (3e64d8a)
- mobile: 🐛 distinguish between friends and groups when refreshing notifications (5c9f230)
- mobile: 🐛 fix issues with the emoji sticker panel and click interactions (e7db486)
- mobile: 🐛 fix mobile frontend login issue (d8ebde5)
- mobile: 🐛 fix mobile tab bar safe area bug during navigation (de35722)
- mobile: 🐛 fix the issue where automatic login fails on mobile devices (faa8a09)
- mobile: 🐛 reposted in Moments, unread notification in Moments (08a3abc)
- mobile: 🐛 reuse the "Group Chat Member Management" page (f8c22e6)
- renderMessage: 🐛 fix problems with clicking @ in history window causing jump (79016f6)
- session: 🐛 fix duplicate session creation issue (2ed17d5)
- view: 🐛 修复注册窗口打开的情况下登录后注册窗口不会被自动关闭 (eaea8f8)
- view: 🐛 aI interface for CRUD operations (68826f5)
- view: 🐛 aI Module (80466f9)
- view: 🐛 reuse the IM client to handle AI data streams (bb244fd)
- view: 🐛 type cannot be selected when repairing AI-generated characters (04030fc)
⚡️ Performance Improvements | 性能优化
- chatBot: ⚡ optimize chatBot rendering code block issues (7e21a12)
- common: ⚡ add performance monitoring to optimize some performance issues (0c6c438)
- common: ⚡ optimize session handover stagnation (6607283)
- common: ⚡ optimize session lists and chat stores (1fb6c77)
- common: ⚡ optimize session presentation (67e9f1d)
- common: ⚡ optimizing Channel Switching Session Stagnation (966abeb)
- common: ⚡ replace lodash-es with es-toolkit (6ed3052)
- notifications: ⚡ optimize unread counts for friend and group chat notifications (c96f13e)
- style: ⚡ optimize the format display of ai output (e449118)
3.0.2 (2025-10-24)
✨ Features | 新功能
- mobile: ✨ add First-Time Login Confirmation Page (135bd26)
- mobile: ✨ improve the announcement editing function (846a5c5)
🐛 Bug Fixes | Bug 修复
- common: 🐛 modify logic of registration pop-up captcha (7ba133d)
- hook: 🐛 click the message to resend the audio and video message (839bea9)
- ios: 🐛 fix ios keyboard pop-up problem (ab933e3)
- location: 🐛 fix location cannot send issue (78cdf84)
- mobile: 🐛 "Fixed style issues; excluded Hula Assistant when adding group chats (d865a1f)
- mobile: 🐛 adjust session listening logic (782645f)
- mobile: 🐛 fix bubble width, scroll, and SVG color (c1ce99e)
- mobile: 🐛 fix style display issues (124a3c0)
- mobile: 🐛 fixed background image issue (0dfc96f)
- mobile: 🐛 preliminary fix for logout issue; fixed issue of friends not loading (53f80c5)
- readme: 🐛 fix readme file not showing issue (4df4fd9)
- store: 🐛 adjust session switching and announcement listening location (7c1d2cf)
- transmit: 🐛 fix forwarding function can not be used (ae86ee3)
- update: 🐛 fix forced updates in development environments (e40dd5a)
- view: 🐛 display announcement (fe9f228)
3.0.1 (2025-10-21)
✨ Features | 新功能
- mobile: ✨ add new model processing file for android (7f729c0)
- mobile: ✨ new Mobile Terms Page (76f2c28)
🐛 Bug Fixes | Bug 修复
- assistant: 🐛 fix document not opening problem (60f4c9d)
- bot: 🐛 assistant sorting problem (89305ee)
- common: 🐛 adjust announcement logic (8e6bc85)
- common: 🐛 adjust the logic for marking messages as read (9e82cd6)
- common: 🐛 fix bg color (e47c80e)
- common: 🐛 login bg pic (466e46d)
- mobile: 🐛 fix the registration popup issue (585d0b7)
- store: 🐛 set group admin (96bfa9e)
- video: 🐛 fix video not playing problem (1ecb58d)
3.0.0 (2025-10-20)
✨ Features | 新功能
- bot: ✨ add built-in webview for hula rendering content (7007662)
- bot: ✨ add content displayed by Assistant user type (3238e5a)
- bot: ✨ add preview 3D models (8015bf9)
- common: ✨ create MobileLayout (f88db9e)
- common: ✨ mediaViewer (e2148a0)
- common: ✨ mobile image review (fa2cab3)
- common: ✨ optimize the mobile experience and some styles (#348) (35f0d2a)
- common: ✨ scan login and notification counter (cf9dbdf)
- common: ✨ searchChatContent (d58eee3)
- common: ✨ ws ack (4731392)
- common: ✨ add positioning and file management functions (#344) (8082370), closes #212
- common: ✨ sqlite 本地存储 (#305) (49aef65)
- conversation: ✨ enhance right-click border effect (3b2ed4d)
- file manage: ✨ init file manage (85fb0c5)
- function: ✨ add screenshot assistance function, and enhanced guidance function (4b0f170)
- guidance: ✨ add novice guide (ef82ba8)
- historical news: ✨ add History Message Management (09535c4)
- location: ✨ add connect tencent map api (e4739b0)
- location: ✨ add positioning function (1f10a82)
- merger news: ✨ add merge message forwarding (19a0471)
- mobile: ✨ add 'voice' and 'More' panel (4766e12)
- mobile: ✨ add a 'Forgot Password' page and fix the input field height issue (6684887)
- mobile: ✨ add new “Do Not Disturb” feature (1732f6d)
- mobile: ✨ add new dependencies (ced68f8)
- mobile: ✨ add new permission request (11b239a)
- mobile: ✨ add qr-code type (1769aad)
- mobile: ✨ add qs-code event (9ffa7d4)
- mobile: ✨ add Scan-to-Login Feature (0c80384)
- mobile: ✨ added avatar online status; enhanced WebSocket event handling (c974afa)
- mobile: ✨ added click-to-open image message feature (a32f186)
- mobile: ✨ added group member avatar/name data; fixed my message display issue (1d15292)
- mobile: ✨ added message count on mobile (b115cc9)
- mobile: ✨ added QR code friend-adding feature (7ddfbab)
- mobile: ✨ improve the 'More' feature menu in the chatroom (56f9ab3)
- mobile: ✨ modify the mobile footer bar (8412b5a)
- mobile: ✨ optimize mobile style and functionality (#355) (ae144b6)
- mobile: ✨ optimize the effects and functions of the chatroom input box (5e54106)
- mobile: ✨ replace the log-out confirmation dialog (3dc77df)
- mobile: ✨ add and improve mobile (#328) (9a342f7)
- mobile: ✨ add mobile compatibility (#332) (1b0e31d)
- screenshot: ✨ add screenshots of rounded corners and write input box (0ccedaf), closes #323
- setting: ✨ 增加应用占用磁盘空间计算功能和可视化 (#303) (d8caa5a)
- shortcut: ✨ add global shortcut key switch (1572490)
- shortcut: ✨ add mobile pages and scanning plug-ins (#319) (27f1545)
- shortcut: ✨ add shortcut keys, screenshots and voice, video calls (3ab5b0b)
- shortcut: ✨ increased mobile compatibility (60%) (#315) (a05ebce), closes #ICT1
- system: ✨ 增加分布式兼容和语音视频通话、移动端部分兼容 (#311) (ac3dac3), closes #IBQB1 #ICT1
- view: ✨ 新增文件预览功能 (#301) (19e6a15)
- views: ✨ add protocol window (dc16505)
- voice: ✨ add voice progress dragging (fd175a5)
- windows: add NSIS installer packaging with uninstall logo support (abdbbd7)
🐛 Bug Fixes | Bug 修复
- Android: 🐛 fix startup failure due to platform judgment during startup (e173978)
- bar: 🐛 fix bar and some mobile style issues (1ddb855)
- chatbox: 🐛 fix n-split with extra height (3a199b3)
- common: 🐛 a change group myname and B can't see that issue (7c957d0)
- common: 🐛 abutment ack (00b10fb)
- common: 🐛 add chatStore.clearRedundantMessages (fd54337)
- common: 🐛 add fingerprint information to the login interface (f698d3f)
- common: 🐛 add scanning flag (f00534e)
- common: 🐛 add session when join group (99f5dc2)
- common: 🐛 add session when join group; pop email code input in register windows (aa0afbd)
- common: 🐛 android keybord (717ddcf)
- common: 🐛 announcement time issue (9bbaa32)
- common: 🐛 apply issue (#318) (2ac3568)
- common: 🐛 auto login (171076c)
- common: 🐛 auto login issue (b86eb5a)
- common: 🐛 autoFixHeightPage useage (c29201c)
- common: 🐛 autoFixHeightPage.vue (dbad023)
- common: 🐛 badge display (1b086b9)
- common: 🐛 change group member count (f74fcc0)
- common: 🐛 change init msg lenth (fc69d6b)
- common: 🐛 change my group user info (a3d2425)
- common: 🐛 chatSetting display (b1e0af7)
- common: 🐛 clear msg check (f26cf2c)
- common: 🐛 compatibility administrator (6c09d33)
- common: 🐛 delete announcement error (de5ad5a)
- common: 🐛 delete useless code; fix session change (cac88a7)
- common: 🐛 desktop line break (a93970d)
- common: 🐛 display error msg when login error (a108333)
- common: 🐛 display friend contact error when friend delete (eacd91b)
- common: 🐛 dissolve group if dissolved and switch to first session (e843675)
- common: 🐛 fix compile error (de5fd7d)
- common: 🐛 fix display the name of the msg in chatbox (3de7bb2)
- common: 🐛 fix mobile logout problem (80ce0de)
- common: 🐛 fix some defects and improve mobile terminal (#335) (d2be80a)
- common: 🐛 fix some personal information styles (b53abbd)
- common: 🐛 fix some styles and initialization login error (ecd27d8)
- common: 🐛 friend note was modified (949b527)
- common: 🐛 get group chats automatically when no group exists (deb0916)
- common: 🐛 group administrators set notifications (de145aa)
- common: 🐛 group chat hide rtc call (f36b51f)
- common: 🐛 group info change (c7330dc)
- common: 🐛 handle request 401 error (f7f18c1)
- common: 🐛 ios soft keybord hide tool box (c822deb)
- common: 🐛 last msg error (bedf11b)
- common: 🐛 lazy change user item when click group member (a835198)
- common: 🐛 logout notify when other login (e3330e9)
- common: 🐛 mobile bg issue (abc0078)
- common: 🐛 mobile bg-color (fdcd40b)
- common: 🐛 mobile msg input (182f830)
- common: 🐛 mobile msg input focus after msg send (728f4b9)
- common: 🐛 mobile scan qrcode page (4e18237)
- common: 🐛 mobile video call switch video direction (6f0ce82)
- common: 🐛 msg list interface pass {} when data is Non (a7d3c93)
- common: 🐛 msg mark (cb82ec2)
- common: 🐛 my group user info (ddd29d6)
- common: 🐛 notification display mode of the group (4dfb775)
- common: 🐛 optimize scan interaction logic (8355d10)
- common: 🐛 optimize the message withdrawal logic (df11073)
- common: 🐛 parsing the time, it is strongly converted to a number type (6a87411)
- common: 🐛 qrcode scan login (ae29ac0)
- common: 🐛 recall msg and re-edit (bfd5357)
- common: 🐛 register bug (f9fdf98)
- common: 🐛 remove captcha (627e07a)
- common: 🐛 remove friend request (b9b8419)
- common: 🐛 remove group member issue (640f9d7)
- common: 🐛 rename mobile Voice to VoicePanel (69fdbbb)
- common: 🐛 reply message display error (403d129)
- common: 🐛 scroll msg (3356fe6)
- common: 🐛 scroll to bottom when msg list change (4cb4eba)
- common: 🐛 search user in group (5bc51d9)
- common: 🐛 set model window closeable in register window (9e4c179)
- common: 🐛 unified monitoring messages and resolve group creation white screen (3b472d4)
- common: 🐛 update group contact when self group change (8e051aa)
- common: 🐛 update group count (34a9321)
- common: 🐛 update my group info (5ab052c)
- common: 🐛 update session name when change the group room remark (623101a)
- common: 🐛 update the display username of the msg when my group userinfo change (a49502b)
- common: 🐛 update user state (0b20ca2)
- common: 🐛 webrtc candidate exchange (f67ff5f)
- common: 🐛 webrtc issue (368f7f8)
- common: 🐛 webrtc issue (a9058a5)
- common: 🐛 webrtc listener (7844dc2)
- common: 🐛 webrtc send ice candidate issue (b6652fb)
- common: 🐛 websocket reconnect (e540e9a)
- component: 🐛 修复录音取消后线程内没有被取消导致另外会话录音失败 (2a96881)
- component: 🐛 修复消息标记不显示问题 (3b6469c)
- config: 🐛 fix some configuration issues on windows (9006441)
- doc: 🐛 fix document jump problem (84422bf)
- DPR: 🐛 fix popover offset issues and scaling issues at high multiples (d904845)
- DPR: 🐛 fix resolution and zoom factor affected due to text size zoom (1986eec)
- history: 🐛 fix history manager unable to open pictures and videos (1cef301)
- history: 🐛 fix history window content not wrapping (d66c1b6)
- history: 🐛 fix issues such as not being able to view pictures and videos in history (a08da0d)
- input: 🐛 fix some logic errors sent by pc input box (5e61381)
- layout: 🐛 fix import issue in voicepanel component (c0526f2)
- layout: 🐛 fix layout drag zoom out abnormal issue (d45bec2)
- list: fix some existing problems (e381165)
- list: 🐛 fix message list not bottomed out (0834eb8)
- login: 🐛 fix automatic login logic issues (d9e6024)
- mac: 🐛 fix issues caused by resolution (4e9f7cf)
- mobile audio: 🐛 fix mobile audio issues (a4a3ace)
- mobile: 🐛 fix chat room height and pull-to-refresh issues (2305cd8)
- mobile: 🐛 fix duplicate trigger count and ring tone in mobile session list (682c56c)
- mobile: 🐛 fix error when mobile receives message (ba55a2f)
- mobile: 🐛 fix HMR address config in Vite (4f0096e)
- mobile: 🐛 fix HMR address config in Vite (e38ecb7)
- mobile: 🐛 fix some known issues (#353) (542760b)
- mobile: 🐛 fix style issues, create group chats, and resolve logout problems (2b1cdec)
- mobile: 🐛 fix the 'System Type Error' issue in the registry (5671334)
- mobile: 🐛 fix the input box and panel display functionality on mobile devices (36e7aef)
- mobile: 🐛 fix the issue where messages can't wrap to the next line (594ba26)
- mobile: 🐛 fix the issue where the message list page cannot scroll (b1d0aff)
- mobile: 🐛 fix unimported dependencies (cb7f271)
- mobile: 🐛 fix white screen when returning from group notice page; fix wrong route name (211df23)
- mobile: 🐛 fixed message avatar display issue in friends list (78ba51c)
- mobile: 🐛 remove animation, fix mobile styles (893df8a)
- not mac: 🐛 fix startup error for platforms other than mac (58e284c)
- pc: 🐛 fix update issue of my group nickname and comments in pc (6f9d766)
- plug-in: 🐛 modify plug-in styles (3a05ec3)
- router: 🐛 fix white screen on mobile terminal caused by routing (300860c)
- rust: 🐛 fix mobile startup error (43b52cd)
- rust: 🐛 fix startup warning issue (9f5486d)
- system: 🐛 修复打包安装启动不成功问题 (fe37c24)
- system: 🐛 fix an issue where scrolling bars could appear in windows (0ee589b)
- system: 🐛 fix app content becoming larger due to system enlargement (a7768aa), closes #324
- system: 🐛 modify some styles and fix lock screen, home search function (959a43e)
- tray: 🐛 fix tray prompt issues (cbeee6d)
- validate: correct password special character regex in login, register and reset pages (6235a0a)
- view: 🐛 fix QR code login issue (d05541e)
- view: 🐛 fixed session right-click switch room status sidebar settings not synchronized (98f10bd)
- views: 🐛 fix ip and screenshot issues (28f1f70)
- vitest config: 🐛 fix problems caused by inconsistent vitest configuration (28043f5)
- voice: 🐛 fix voice error (bc60d9c)
- windows: 🐛 fix windows tray flicker abnormal problem (bea61c5)
- XSS: 🐛 fix some possible bugs in XSS (946dce4)
⚡️ Performance Improvements | 性能优化
- avatar: ⚡ remove avatar replacement check (b9225aa)
- build: ⚡ optimize the handling of packaged scripts (a50cc5f)
- chat: ⚡ optimize chat layout jitter problem (3b4e55d)
- chat: ⚡ optimize chat list scrolling, loading, switching, etc (80dc1af)
- code: ⚡ remove unnecessary fields (5ad8b2f)
- common: ⚡ load all data after login (2d6388f)
- config: ⚡ optimize how map keys are read (a676b3b)
- DPR: ⚡ optimize some problems caused by scaling factors (49ff049)
- file manager: ⚡ optimize file management functions and logic for multi-file sending (9629cff)
- file manager: ⚡ optimize style and functionality for file management (e87f5d8)
- history: ⚡ optimize historical message management (aa0f6b0)
- layout: ⚡ optimal layout jitter problem (499de18)
- list: ⚡ optimize message list display (d462675)
- messages: ⚡ optimize the content and style of forwarded messages (d1f9669)
- mobile: ⚡ perfect mobile launch page and some other issues (#352) (86f8736)
- mobile: ⚡ optimize mobile startup page (c5905d7)
- model: ⚡ optimize 3D model preview functionality (78ed8fb)
- multiple: ⚡ optimize multi-choice logic and announcement display logic (a0d30f7)
- right click: ⚡ optimize right-click menu display (0141554)
- rtc: ⚡ optimize rtc logic and style (884ff8b)
- shortcut: ⚡ optimize keyboard mapping compatibility (f48ff0f)
- system: ⚡ optimize chat history, forwarding, merging content and more (1e66623)
- views: ⚡ optimize page layout and toggle loading states (fa99ac2)
- views: ⚡ optimize reply function and chat page, request list style、 (56f4096)
- virtual list: ⚡ remove virtual list, use native list (3625828)
- virtual: ⚡ optimize virtual lists (8c98b95)
2.6.13 (2025-07-04)
✨ Features | 新功能
- component: ✨ 增加文件类型(除语音、视频)等文件类型的样式兼容 (99711a7)
- component: :sparkles:增加上传视频、文件、音频等功能 (#292) (203af0d)
- view: ✨ 保持窗口位置和大小 (#287) (dfc29fa)
🐛 Bug Fixes | Bug 修复
- common: 🐛 修复未提示用户错误弹框问题 (916ab6c)
- component: 🐛 修复mac启动依赖问题 (81d3bc9)
- component: 🐛 用户修改当前群聊昵称显示问题 (e4c43ae)
- hook: 🐛 修复pinia初始化报错问题 (c9cdcc0)
- macos开发模式样式不生效 (#299) (0a1f4ec)
- service: 🐛 修复网络设置后缀为空时,调用接口失败的bug (cb1fb70)
- view: 🐛 修复文件类型气泡的样式和上传分片功能 (57ac5c9)
- view: 🐛 只保持主窗口窗口大小 (8164e91)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 优化webSocket的重连性能和网络检测方法 (54f32ee)
- service: ⚡ 优化webSocket重连机制 (18ffde1)
- store: ⚡ 优化刷新会话列表后,时间和最新消息简介没有更新的问题 (d2ab29b)
2.6.12 (2025-05-25)
✨ Features | 新功能
🐛 Bug Fixes | Bug 修复
- 修复ws链接断开没有重试问题 (#276) (e068a25)
- agreement: 🐛 安装界面乱码 (#277) (13c528a), closes #275
- hook: 🐛 修复除emoji类型和图片类型都可以另存为的bug (d2b6ab2)
- hook: 🐛 修复mac系统右键会选中文本的问题 (7e762e8)
- hook: 🐛 暂时移除/唤起ai快捷键识别 (4a1a05c)
- input: 🐛 修复mac下输入框检查拼写和字母大小写问题 (f8602e5)
- mac: 🐛 修复mac下点击关闭按钮无法关闭home窗口问题 (2a63046)
- view: 🐛 修复托盘菜单内容不展示问题和托盘图标闪烁后不展示问题 (c927be4)
- view: 🐛 修改邮箱输入框长度限制 (61618db), closes #278
- worker: 🐛 修复ws在重连后清空token导致无法对应获取消息问题 (030fed7)
⚡️ Performance Improvements | 性能优化
- global: ⚡ 增加ws健康检查兜底刷新最新消息内容、网络断线恢复重连 (f734dca)
2.6.11 (2025-05-18)
⚠ BREAKING CHANGES
- component: webSocket的计时器调整为worker计时器
✨ Features | 新功能
🐛 Bug Fixes | Bug 修复
- component: 🐛 点击头像弹出个人信息面板 (#273) (eaa4288)
- component: 🐛 修复回复消息表情不展示问题 (f33f41d)
- component: 🐛 修复图片截图功能文件大小问题 (f816314)
- component: 🐛 修复因公告宽度导致聊天框布局混乱问题 (2753e89)
- component: 🐛 修复mac下更新提示窗口可以调整大小、拖动、标题栏显示问题 (c761486)
- component: 🐛 优化windows上群聊的展示时机和样式 (92dba12)
- ios: 🐛 修复ios init导致无法启动问题 (3ef1666)
- notify: 🐛 修复免打扰时还会触发托盘图标闪烁(windows) (02ef835)
- view: 🐛 修复系统托盘闪烁和提示菜单内容不显示问题 (4954b1c)
- view: 🐛 修复系统托盘信息提示菜单内容展示问题和点击跳转问题 (2c8b15c)
- view: 🐛 修复win下忘记密码页面背景颜色问题 (bd825e0)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 优化群聊成员和公告展示、以及完成搜索会话功能 (a8bf8e0)
- component: ⚡ 优化消息回复表情功能 (2081e99)
- component: ⚡ 优化emoji的样式和展示 (f0aa001)
- service: ⚡ 优化websocket可以在窗口隐藏后继续监听 (884a53e)
- view: ⚡ 优化在登录框下未提示更新、右下角窗口可拖动问题 (777951b)
2.6.10 (2025-05-05)
✨ Features | 新功能
🐛 Bug Fixes | Bug 修复
- chat: 隔离聊天窗口内部数据 (#258) (635f729)
- component: 🐛 修复表情包圆角样式 (e5e1725)
- component: 🐛 修复公告排序问题、公告加载更多重复数据问题 (8d21d22)
- component: 🐛 修复链接卡片无法点击后默认浏览器打开的问题 (296a944)
- component: 🐛 修复全选意外选中全部内容的问题 (6616a93)
- component: 🐛 修改群聊中群消息设置逻辑 (62460fb)
- component: 🐛 修改url文本解析样式 (0d5455c)
- readme: 🐛 修改readme中的描述 (91feb14)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 优化消息点赞和不满功能 (4d17127)
2.6.9 (2025-04-20)
✨ Features | 新功能
- 回复可以回复表情包、图片 (#251) (4180906)
- hooks: 优化消息类型判断逻辑 (#249) (82c3fd5)
- view: ✨ 新增中版本强制更新功能 (#252) (edbd3de), closes #183 #183 #183
- view: ✨ 新增子窗口创建方式和邀请加群功能 (b2a15ca)
- worker: ✨ 代理实现 (#232) (d4bf21d), closes #197
🐛 Bug Fixes | Bug 修复
- 修复回复框错位 BUG (#256) (e46ee95), closes #253
- common: 🐛 修复回复表情包或者emoji的时候位置偏移 (f9a2b18)
- common: 🐛 修复FloatBlockList组件悬浮层bug (2b9a7ed)
- config: 🐛 修复renovate配置问题 (6b02f3f)
- hook: 🐛 修复回复时出现空格符和回复替换等问题 (b8c3c4e)
- hook: 🐛 修改mac下子窗口创建逻辑 (7f8795c)
- hooks: 🐛 修复一些xss的问题 (bcce4a0)
- layout: 🐛 回退增加系统通知功能 (c7fbdd7)
- message: 将消息内容解析为文本而不当做 HTML 处理 #237 (#246) (3441b8a)
- Plugins: 🐛 修复插件卸载后,重新打开插件列表,状态依旧是安装状态问题 (#247) (3cee949)
- Plugins: 🐛 修复插件卸载后,重新打开插件列表,状态依旧是安装状态问题(list布局) (#248) (9e4f31e)
- view: 🐛 修复会话中转义字符的问题 (b793f71)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 优化链接的展示和解析 (74bf370)
- component: ⚡ 优化屏蔽后的逻辑 (2a5b9de)
- component: ⚡ 优化群备注和群昵称(beta) (fab231a)
- rust: ⚡ 修改mac系统托盘的右键菜单 (6dbfa49)
2.6.8 (2025-03-26)
✨ Features | 新功能
🐛 Bug Fixes | Bug 修复
- chat: 修复回复消息导致光标偏移 #223 (#224) (2cbf727)
- component: 🐛 使用setShow手动触发Popover显示 (#230) (28fdc79), closes #210 #210 #210
- hooks: replace focus call with focusOn function in useMsgInput (#227) (9deefc0), closes #151
- Implement placeholder by CSS (#226) (9e867c6)
2.6.7 (2025-03-18)
✨ Features | 新功能
- component: ✨ 增加表情包功能 (f0e9f27)
- component: ✨ 增加动画表情处理 (bc65a3b)
- component: ✨ 增加会话列表右键菜单功能(免打扰) (6731c89)
- component: ✨ 增加localStorage缓存消息列表(暂时) (e714431)
- vite: add vite-plugin-vue-devtools for enhanced debugging (#219) (a8b548c)
🐛 Bug Fixes | Bug 修复
- chat-editor: record cursor position correctly (#221) (6ad6c58)
- component: 🐛 完善消息免打扰功能和样式 (0eed677)
- component: 🐛 修复缓存存储问题、会话切换后聊天框内容混合问题 (51b7d62)
- component: 🐛 修复回复的内容宽度问题 (0dcddfc)
- component: 🐛 修复新消息回复无法跳转问题 (65264b3)
- component: 🐛 修复用户上线推送的数据类型错误问题 (474a388)
- component: 🐛 修复右键二级菜单图标错误bug (0b97ccb)
- component: 🐛 修复win下聊天框滚动条隐藏坍塌问题和会话快速切换的异步竞态问题 (a39c054)
- layout: 🐛 修复F5刷新会使窗口变大的bug (#214) (51baa1a)
- store: 🐛 修复群聊列表获取不到问题(后续把stores中定义的reactive换为ref) (40e9786)
- util: 🐛 修复消息上报在未登录的时候触发问题 (34e6633)
- view: 🐛 修复重新启动应用后的登录逻辑 (1560cb4)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 优化好友申请列表 (52f9047)
- component: ⚡ 优化好友申请列表和群详情 (15d16e5)
- component: ⚡ 优化好友页面和聊天页面切换需要重新加载问题 (20f52e4)
- component: ⚡ 优化群聊操作(我的群昵称、群备注、群名称) (dcf4664)
- component: ⚡ 优化群聊详情显示 (6960555)
- component: ⚡ 优化头像上传功能(群头像) (7e865c7)
- component: ⚡ 优化消息列表 (1bc38ba)
- component: ⚡ 优化虚拟列表 (19d699b)
- component: ⚡ 优化虚拟列表滚动掉帧问题 (3bea8d9)
- component: ⚡ 优化虚拟列表加载更多闪屏的问题和消息气泡动画问题 (530ce3e)
- component: ⚡ 优化右键二级菜单弹出的问题 (90d55bb)
- component: ⚡ 优化右键二级菜单点击事件不触发问题、拆分屏蔽消息和免打扰功能 (29bec4f)
- view: ⚡ 优化群主管理员标签样式 (64eefbe)
- view: ⚡ 优化申请群聊功能 (c492c0d)
- view: ⚡ 优化项目中类型的编写和定义方式 (a832dc1)
2.6.6 (2025-03-01)
- fix(global): 🐛 修复一些内容的类型问题 (2c16343)
- fix(service): 🐛 修复oss接口配置问题 (5e2f6e4)
- perf(component): ⚡ 优化一些功能的操作体验和样式 (31c1709)
- perf(service): ⚡ 优化http模块 (801ec4e)
- feat(component): ✨ 增加预加载页面样式 (90f108a)
2.6.5 (2025-02-27)
- fix(common): 🐛 修复登出账号时没有清空系统托盘图标上的未读数(MacOS) (383a776)
- fix(component): 🐛 修复加好友/群聊顶部栏不可操作问题和窗口通信响应式问题 (b08e7d8)
- fix(component): 🐛 修复跳转到会话选中回退第一个问题 (029f3f9)
- fix(config): 🐛 修复检查更新问题(暂时先切换回github) (d6d488b)
- fix(file): 🐛 修复git未监听文件名大小写修改 (9a8659b)
- fix(git): 🐛 删除多余的文件,导致打包出错 (df7fed3)
- fix(global): 🐛 修改全局使用到的一些类型为string (3333aa0), closes #211
- fix(worker): 🐛 修复ws连接问题和一些页面组件问题 (eadea02)
- perf(component): ⚡ 优化侧边栏功能 (d1f831d)
- perf(component): ⚡ 优化加好友/群聊窗体样式和功能 (6716913)
- perf(component): ⚡ 优化自动登录功能 (5cb9bfc)
- perf(service): ⚡ 优化群聊功能 (#208) (0e07e33), closes #208
- perf(view): ⚡ 优化登录逻辑 (67cad46)
- perf(view): ⚡ 优化群聊侧边栏用户信息展示 (4b03f57)
- perf(view): ⚡ 优化群聊侧边栏状态展示和聊天框顶部栏状态展示 (e15cf9b)
- perf(view): ⚡ 优化图片查看器 (22f84f1)
- feat(component): ✨ 新增用户状态切换 (5098733)
- feat(service): ✨ 增加双token校验 (776b6ec), closes #IBNT91
- feat(view): ✨ 添加好友或群,基本完成了查找添加好友相关的内容,可以查出来群聊信息暂时还没有写添加 (#209) (90a8985), closes #209
- chore: 发布 v2.6.4 (ac9d922)
- [Snyk] Upgrade @tauri-apps/plugin-clipboard-manager from 2.2.0 to 2.2.1 (#206) (54354c6), closes #206
- [Snyk] Upgrade @tauri-apps/plugin-http from 2.2.0 to 2.3.0 (#207) (cbf5f4d), closes #207
- docs(readme): 📝 更新赞助者名单 (4d9aabe)
BREAKING CHANGE
- 一次性查出多条。添加好友用的是AddFriendsModal.vu页面进行一些修改,
closed https://gitee.com/HuLaSpark/HuLa/issues/IBJYSD
- fix(view): 🐛 修改创建窗体minH的问题
2.6.4 (2025-02-21)
- fix(common): 🐛 修复登出账号时没有清空系统托盘图标上的未读数(MacOS) (383a776)
- fix(component): 🐛 修复跳转到会话选中回退第一个问题 (029f3f9)
- fix(config): 🐛 修复检查更新问题(暂时先切换回github) (d6d488b)
- fix(file): 🐛 修复git未监听文件名大小写修改 (9a8659b)
- fix(git): 🐛 删除多余的文件,导致打包出错 (df7fed3)
- fix(worker): 🐛 修复ws连接问题和一些页面组件问题 (eadea02)
- feat(component): ✨ 新增用户状态切换 (5098733)
- feat(service): ✨ 增加双token校验 (776b6ec), closes #IBNT91
- [Snyk] Upgrade @tauri-apps/plugin-clipboard-manager from 2.2.0 to 2.2.1 (#206) (54354c6), closes #206
- [Snyk] Upgrade @tauri-apps/plugin-http from 2.2.0 to 2.3.0 (#207) (cbf5f4d), closes #207
- perf(view): ⚡ 优化群聊侧边栏用户信息展示 (4b03f57)
- perf(view): ⚡ 优化群聊侧边栏状态展示和聊天框顶部栏状态展示 (e15cf9b)
- perf(view): ⚡ 优化图片查看器 (22f84f1)
- docs(readme): 📝 更新赞助者名单 (4d9aabe)
2.6.3 (2025-02-15)
- feat(component): ✨ 增加更换头像功能 (63ba2e6)
- feat(directive): ✨ 新增图片查看器 (6a06f32)
- feat(preview): ✨ 增加本地开发配置以及赞助渠道 (788da74)
- feat(service): ✨ 可选参数禁用http请求重试 (#202) (223b9f2), closes #202
- build(deps-dev): bump vitest from 3.0.1 to 3.0.5 (#201) (2a857e3), closes #201
- build(deps): bump dompurify from 3.2.3 to 3.2.4 (#205) (835fb88), closes #205
- build(mobile): 📦 修改移动端文件的位置和配置 (12e81fd)
- perf(common): ⚡ 优化图片查看器和请求重试报错机制 (25c39b7)
- perf(component): ⚡ 优化图片查看器 (3afd91e)
- fix(view): 🐛 修复好友申请方不知道对方已同意的bug (#203) (01fd658), closes #203
- Dev retry (#199) (7abc4b3), closes #199
- docs: 📝 更新wx群二维码 (1ad09e6)
2.6.2 (2025-01-23)
- feat(strategy): ✨ 增加表情包功能支持 (6b19f07)
- feat(strategy): ✨ 增加发送图片功能(beta) (f1aef7c)
- chore(deps): update dependency vite to v6.0.9 [security] (#195) (5777318), closes #195
- perf(component): ⚡ 优化组件加载、浏览器指纹生成 (#192) (0252956), closes #192
- perf(icon): ⚡ 修改全平台icon(除了mac) (#193) (eea52ea), closes #193
- perf(view): ⚡ 优化已删除好友的界面展示 (69d7722)
2.6.1 (2025-01-17)
- fix(Android): 🐛 修复安卓启动配置 (#191) (5176aee), closes #191
- fix(build): 🐛 去除alsa-sys的安装 (b5f8402)
- fix(build): 🐛 修复ubuntu alsa-sys包版本 (#145) (0840d7e), closes #145
- fix(build): 🐛 修复ubuntu CI打包问题 (#144) (c4f46f8), closes #144
- fix(common): 🐛 修复系统托盘状态切换问题 (#153) (00e2a89), closes #153
- fix(common): 🐛 修复set_badge_count方法没有处理报错问题 (#140) (4d4bd9c), closes #140
- fix(component): 🐛 修复tray设置窗口大小问题 (#149) (7aaabb2), closes #149
- fix(docker): 🐛 修改docker-compose配置 (#162) (e1b1984), closes #162
- fix(mobile): 🐛 修复ios移动端页面问题 (#185) (af7d388), closes #185
- fix(renovate): 🐛 修复renovate bot配置 (#164) (0dd59a5), closes #164
- fix(service): 🐛 优化浏览器指纹 (#175) (a2b3c32), closes #175
- fix(service): 🐛 增加浏览器指纹作为唯一值解决netty关联channel的问题 (#171) (a5b5f89), closes #171
- fix(view): 🐛 修复系统托盘无法变化成多列表操作 (#150) (cb08e62), closes #150
- fix(view): 🐛 修复setSize方法导致无法修改窗口大小问题 (412db5c), closes #139
- perf(mobile): ⚡ 优化ios整体页面 (#186) (2feb359), closes #186
- perf(view): ⚡ 优化聊天框用户信息操作选项 (#173) (b024757), closes #173
- perf(view): ⚡ 优化win的托盘闪烁和消息提示 (#142) (4e49700), closes #142
- perf(worker): ⚡ 使用worker优化计时器不准确问题 (#190) (000fcc2), closes #190
- feat(android): ✨ 新增android兼容 (#170) (684b95c), closes #170
- feat(mobile): ✨ 新增移动端兼容 (#169) (3607c9d), closes #169 #61
- feat(mobile): ✨ 增加ios下拉刷新功能 (#189) (837d2b3), closes #189
- feat(scripts): ✨ 新增环境检测脚本(用于检测用户当前系统环境) (#166) (3983bf7), closes #166
- feat(service): ✨ http错误提示 (#184) (cd03444), closes #184
- feat(service): ✨ http请求重试 (#178) (2d0f3e0), closes #178
- feat(system): ✨ 新增linxu系统ubuntu兼容 (#148) (373d87c), closes #148
- feat(view): ✨ 增加透明高斯模糊开关 (#177) (cefe53d), closes #177
- !45 fix(view): :bug:修复群聊问题 (b0432d6), closes #152
- Http请求重试并抛出错误 (#181) (16c4dea), closes #181
- Test actions (#147) (9755340), closes #147
- build: 升级依赖 (#161) (498f490), closes #161 #156 #155 #157 #158 #159
- chore: 发布 v2.6.0 (f411af6)
- ci: 🎡 优化CI配置 (#141) (6b47049), closes #141
2.6.0 (2025-01-05)
- feat(system): ✨ 新增linxu系统ubuntu兼容 (#148) (43d1561), closes #148
- Test actions (#147) (d0a0e5f), closes #147
- fix(build): 🐛 去除alsa-sys的安装 (64f0c39)
- fix(build): 🐛 修复ubuntu alsa-sys包版本 (#145) (d6adb2d), closes #145
- fix(build): 🐛 修复ubuntu CI打包问题 (#144) (5d66161), closes #144
- fix(common): 🐛 修复set_badge_count方法没有处理报错问题 (#140) (4d4bd9c), closes #140
- fix(view): 🐛 修复setSize方法导致无法修改窗口大小问题 (#143) (b412c2e), closes #143 #139
- perf(view): ⚡ 优化win的托盘闪烁和消息提示 (#142) (4e49700), closes #142
- ci: 🎡 优化CI配置 (#141) (6b47049), closes #141
2.5.11 (2025-01-03)
✨ Features | 新功能
- component: ✨ 新增AI选项卡,封装提及框功能 (#133) (9fdb695)
- notification: ✨ 新增notification系统通知 (#127) (77373e3)
- service: ✨ 新增翻译服务api (#130) (fadbf2b)
🐛 Bug Fixes | Bug 修复
- common: 🐛 修复一些流程和已知的问题 (#134) (ca0dc1f)
- common: 🐛 修复一些已知问题 (#137) (16cd17a)
- event: 🐛 修复tauri listen未销毁问题 (#124) (7b762e2)
- pnpm: 🐛 更新版本依赖 (#138) (15a645e)
- version: 🐛 修复升级tauri版本导致的高度问题 (#125) (adf47e7)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 可在设置中切换翻译提供商 (#132) (99a8859)
- component: ⚡ 优化撤回消息重新编辑判定 (#128) (451ded8)
- component: ⚡ 优化翻译的显示 (#131) (c18ee4b)
- component: ⚡ 优化虚拟列表加载更多功能 (#129) (a1641e9)
2.5.10 (2024-12-25)
🐛 Bug Fixes | Bug 修复
- common: 🐛 修复提示的效果问题 (#121) (0b7c873), closes #34
- component: 🐛 修复输入框和虚拟列表的一些问题 (#117) (7f4040f)
- component: 🐛 修复整体流程bug问题 (#118) (11fdfe6)
- rust: 🐛 修复windows启动报错问题 (#119) (311bd72), closes #IBD413
- rust: 🐛 修复windows下启动问题 (#122) (9f43c9e)
- windows: 🐛 修复windows下打包出错问题 (#123) (e346da3)
⚡️ Performance Improvements | 性能优化
2.5.9 (2024-12-18)
✨ Features | 新功能
🐛 Bug Fixes | Bug 修复
- CI: 🐛 修复release配置 (#110) (6969a09)
- component: 🐛 修复mac下输入框输入拼音时的问题 (#108) (6fd6636)
- component: 🐛 修复naiveui的虚拟列表问题 (#109) (1ec6020)
- config: 🐛 修改renovate bot的配置 (23511f7)
- view: 🐛 修复群里在线人数问题和登录历史记录问题 (#105) (4dae48e)
- view: 🐛 修复异常关闭再重新登录会不显示会话的bug (096df49)
⚡️ Performance Improvements | 性能优化
2.5.8 (2024-12-12)
✨ Features | 新功能
- component: ✨ 新增米游社表情包功能 (1b38500)
🐛 Bug Fixes | Bug 修复
- chat-edittor: 在 Webkit 中 re-focus 后焦点被重置 (e381a09)
- common: 🐛 修改Cargo.lock (e3ead1c)
- component: 🐛 修复canvas模糊问题,以及图片和emoji的一些插入的位置和优化 (5dee0ae)
- config: 🐛 修改cargo的镜像源和文件后缀 (d882e2e)
- package: 🐛 修复发版和commit的命令 (6307326)
2.5.7 (2024-12-10)
🐛 Bug Fixes | Bug 修复
2.5.6 (2024-12-09)
✨ Features | 新功能
- component: ✨ 新增创建群聊弹窗 (10fb45f)
- hook: ✨ 添加消息保存到本地数据库功能 (8b67a1b)
- hooks: ✨ 新增 useMitter 钩子以替代直接使用 Mitt 事件总线 (44db95d)
- plugin: ✨ 限制只能一台设备打开一个客户端 (ab9a515)
- view: ✨ 新增新消息状态栏图标闪烁 (09264b7)
🐛 Bug Fixes | Bug 修复
- component: 🐛 修复聊天框右键菜单问题和添加好友等一些已知问题 (69b4cbd)
- layout: 🐛 处理退出账号bug|处理登录token有时未保存bug|其他优化 (470efde)
- layout: 🐛 处理异常关闭程序发送下线通知 (2cf5e97)
- layout: 🐛 处理mitt合并冲突 (f0766e1)
- layout: 🐛 修复登录不同账号会导致其他账号退出登录的问题 (2b21f83)
- layout: 🐛 修复自动登录bug|修复登录token未保存bug|其他优化 (945502f)
- service: 🐛 处理pinia报错 (c9d65dc)
- service: 🐛 修复异常退出登录bug,优化ws (c671db8)
- store: 🐛 修复store中保存的用户信息冲突导致登录的用户信息错乱问题 (6119e42)
- view: 🐛 固定右下角消息提示位置 (5bc78d2)
- view: 🐛 修复右下角消息提示位置不对bug (db19672)
- view: 🐛 修复自动登录bug (8b1da81)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 优化撤回信息后的功能 (7cbb443)
- component: ⚡ 优化消息气泡发送状态提示 (90b7c91)
- component: ⚡ 优化新增群组功能 (e33de24)
- component: ⚡ 优化一些代码和逻辑 (4b500a1)
- component: ⚡ 优化右键@和发送消息功能 (91e8703)
- component: ⚡ 优化注册流程和样式 (3d59a7d)
- hook: ⚡ 优化useMitt的写法 (004a696)
- view: ⚡ 优化代理功能 (0cf8dc9)
- view: ⚡ 优化useMitt的取消时机 (f7f6bc0)
2.5.5 (2024-11-20)
🐛 Bug Fixes | Bug 修复
2.5.4 (2024-11-19)
🐛 Bug Fixes | Bug 修复
- component: 🐛 修复群聊侧边栏搜索时无法右键查看用户信息 (f5b5bb0)
- component: 🐛 修复群聊当前登录用户右键菜单功能逻辑错误 (00c35ff)
- hook: 🐛 修复发送消息频繁的bug (bbb74ee)
- service: 🐛 修复http模块没有设置请求头导致请求报错问题 (1538964)
- store: 🐛 上下线通知 (2f2a2a2)
- store: 🐛 修复一些接口的store封装 (4626527)
- view: 🐛 修复一些功能漏洞问题 (#38) (f626a96)
- view: 🐛 修复打开独立窗口后主窗口消息窗口无法打开问题 (#36) (06435c8)
- view: 🐛 修复登录和请求的一些缺陷 (54ee3ff)
2.5.3 (2024-11-06)
🐛 Bug Fixes | Bug 修复
- component: 🐛 修复输入框换行不兼容webkit的问题 (345d830)
- layout: 🐛 修复聊天框改变宽度的时候可以选中文本的问题 (56d79cc)
- layout: 🐛 修复选择了图片不显示在输入框中的bug (c7cdac6)
- service: 🐛 修复请求接口bug (f3723d4)
⚡️ Performance Improvements | 性能优化
- component: ⚡ 优化右键菜单功能 (7b53029)
2.5.2 (2024-10-31)
🐛 Bug Fixes | Bug 修复
2.5.1 (2024-10-29)
🐛 Bug Fixes | Bug 修复
- build: 🐛 修复release配置导致打包的问题 (4cd9a93)
- build: 🐛 添加不同编译版本,以修复不同架构安装出错问题 (19fb138)
- global: 🐛 修复艾特弹窗在mac下高度问题导致不显示 (8a18e84)
- layout: 🐛 修复更新弹窗显示更新的内容 (bd7f6fb)
- view: 🐛 修复消息输入框部分bug (24b8a51)
2.5.0 (2024-10-27)
⚠ BREAKING CHANGES
- util: http请求异常bug
✨ Features | 新功能
- layout: ✨ 自动更新增加进度条 (4ee3e2b)
🐛 Bug Fixes | Bug 修复
- api: 修改websocket请求地址, 修改请求方式采用fetch处理 (e55f863)
- build: 🐛 修复因为类型导致打包出错 (db26e6b)
- layout: 🐛 修复更新进度条显示异常bug (45e2bfc)
- service: 🐛 修复打包后访问不了正式服务器的bug (c8d42ab)
- service: 🐛 修复请求体包裹多层data的问题 (d97d24f)
- util: 🐛 http请求异常bug (6e82a09)
- view: 🐛 修复点击右侧布局页面时候不跳转回消息页 (be0edf9)
2.4.0 (2024-10-24)
✨ Features | 新功能
- ide: ✨ 新增.idea文件提供idea的项目图标 (84b6039)
- layout: ✨ 菜单优化|插件优化|新增菜单显示模式切换 (78f09c5)
- setting: ✨ 新增开机启动功能 (91ad538)