464 Commits
Author SHA1 Message Date
Dawn 611b4ebed3 chore: 发布 v2.6.5 v2.6.5 2025-02-27 22:33:03 +08:00
Dawn 3333aa0eb7 fix(global): 🐛 修改全局使用到的一些类型为string
closed #211
2025-02-27 22:29:45 +08:00
Dawn 5cb9bfc41e perf(component): 优化自动登录功能 2025-02-27 16:37:21 +08:00
Dawn 67cad46ee7 perf(view): 优化登录逻辑 2025-02-27 12:38:20 +08:00
Dawn b08e7d8b60 fix(component): 🐛 修复加好友/群聊顶部栏不可操作问题和窗口通信响应式问题 2025-02-26 22:45:42 +08:00
Dawn 67169133e6 perf(component): 优化加好友/群聊窗体样式和功能 2025-02-26 21:58:14 +08:00
mintandDawn 90a89853ed feat(view): 添加好友或群,基本完成了查找添加好友相关的内容,可以查出来群聊信息暂时还没有写添加 (#209)
* feat(view):  添加好友或群,基本完成了查找添加好友相关的内容,可以查出来群聊信息暂时还没有写添加

查询用户已经完成,可以通过用户的name昵称或account账号来进行一个匹配,

BREAKING CHANGE: 一次性查出多条。添加好友用的是AddFriendsModal.vu页面进行一些修改,

closed https://gitee.com/HuLaSpark/HuLa/issues/IBJYSD

* fix(view): 🐛 修改创建窗体minH的问题

---------

Co-authored-by: Dawn <2439646234@qq.com>
2025-02-25 16:32:07 +08:00
Dawn d1f831df73 perf(component): 优化侧边栏功能 2025-02-25 16:18:58 +08:00
Dawn 0e07e339b7 perf(service): 优化群聊功能 (#208)
完善一些代码和操作的提示
2025-02-22 18:36:28 +08:00
Dawn ac9d922245 chore: 发布 v2.6.4 v2.6.4 2025-02-21 19:35:54 +08:00
Dawn df7fed3c82 fix(git): 🐛 删除多余的文件,导致打包出错 2025-02-21 19:31:15 +08:00
Dawn 9a8659b711 fix(file): 🐛 修复git未监听文件名大小写修改 2025-02-21 17:46:02 +08:00
Dawn 776b6ec2c0 feat(service): 增加双token校验
修改工具类文件名称为大写开头

closed #IBNT91
2025-02-21 17:16:31 +08:00
Dawnandsnyk-bot cbf5f4da69 [Snyk] Upgrade @tauri-apps/plugin-http from 2.2.0 to 2.3.0 (#207)
fix: upgrade @tauri-apps/plugin-http from 2.2.0 to 2.3.0

Snyk has created this PR to upgrade @tauri-apps/plugin-http from 2.2.0 to 2.3.0.

See this package in npm:
@tauri-apps/plugin-http

See this project in Snyk:
https://app.snyk.io/org/nongyehong/project/25d2c56d-1e8a-4e53-a4b2-4c5c5028c050?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2025-02-21 15:15:37 +08:00
Dawnandsnyk-bot 54354c6ee0 [Snyk] Upgrade @tauri-apps/plugin-clipboard-manager from 2.2.0 to 2.2.1 (#206)
fix: upgrade @tauri-apps/plugin-clipboard-manager from 2.2.0 to 2.2.1

Snyk has created this PR to upgrade @tauri-apps/plugin-clipboard-manager from 2.2.0 to 2.2.1.

See this package in npm:
@tauri-apps/plugin-clipboard-manager

See this project in Snyk:
https://app.snyk.io/org/nongyehong/project/25d2c56d-1e8a-4e53-a4b2-4c5c5028c050?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2025-02-21 15:15:13 +08:00
Dawn 22f84f1ee0 perf(view): 优化图片查看器
增加好友在线状态展示
2025-02-20 18:38:32 +08:00
Dawn eadea02eba fix(worker): 🐛 修复ws连接问题和一些页面组件问题 2025-02-20 16:22:26 +08:00
Dawn e15cf9b088 perf(view): 优化群聊侧边栏状态展示和聊天框顶部栏状态展示 2025-02-20 02:56:58 +08:00
Dawn 4b03f5739e perf(view): 优化群聊侧边栏用户信息展示 2025-02-19 18:41:42 +08:00
Dawn 029f3f9895 fix(component): 🐛 修复跳转到会话选中回退第一个问题
用户状态列表增加判空
2025-02-19 10:36:48 +08:00
Dawn 383a7762e3 fix(common): 🐛 修复登出账号时没有清空系统托盘图标上的未读数(MacOS) 2025-02-18 20:34:06 +08:00
Dawn 5098733ba0 feat(component): 新增用户状态切换
优化消息提示|优化一些页面问题
2025-02-18 20:15:34 +08:00
Dawn 4d9aabe296 docs(readme): 📝 更新赞助者名单 2025-02-17 09:28:05 +08:00
Dawn d6d488b8d7 fix(config): 🐛 修复检查更新问题(暂时先切换回github) 2025-02-16 22:13:47 +08:00
Dawn 0a2f608639 chore: 发布 v2.6.3 v2.6.3 2025-02-15 18:05:58 +08:00
Dawn 63ba2e6717 feat(component): 增加更换头像功能
升级一些依赖的版本|优化重试功能,移除业务逻辑重试,仅在网络波动或者网络请求失败才进行重试
2025-02-15 18:02:37 +08:00
dependabot[bot] 835fb88ab3 build(deps): bump dompurify from 3.2.3 to 3.2.4 (#205)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [提交](https://github.com/cure53/DOMPurify/compare/3.2.3...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-15 09:26:34 +08:00
Dawn 3afd91ee60 perf(component): 优化图片查看器
增加单图查看
2025-02-11 15:51:52 +08:00
ZOLandDawn 01fd658023 fix(view): 🐛 修复好友申请方不知道对方已同意的bug (#203)
Co-authored-by: Dawn <2439646234@qq.com>
2025-02-09 22:41:37 +08:00
Dawn 25c39b73c5 perf(common): 优化图片查看器和请求重试报错机制
增加赞助者名单
2025-02-08 18:01:35 +08:00
Viren Zhou 223b9f2587 feat(service): 可选参数禁用http请求重试 (#202)
* feat(service):  http错误提示

* feat(service):  封装全局异常捕获

* feat(service):  重试选项和错误提示

* feat(service):  可选参数禁用http请求重试
2025-02-08 10:11:06 +08:00
Dawn 6a06f32d4a feat(directive): 新增图片查看器 2025-02-06 21:13:01 +08:00
Dawn 12e81fd30f build(mobile): 📦 修改移动端文件的位置和配置 2025-02-05 10:56:04 +08:00
dependabot[bot] 2a857e349b build(deps-dev): bump vitest from 3.0.1 to 3.0.5 (#201)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.0.1 to 3.0.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [提交](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-05 02:23:28 +08:00
Viren Zhou 7abc4b3d69 Dev retry (#199)
* feat(service):  http错误提示

* feat(service):  封装全局异常捕获

* feat(service):  重试选项和错误提示
2025-02-04 20:27:49 +08:00
Dawn 1ad09e6056 docs: 📝 更新wx群二维码 2025-02-03 00:06:33 +08:00
Dawn 788da743a6 feat(preview): 增加本地开发配置以及赞助渠道 2025-01-27 05:17:17 +08:00
Dawn 556c83c122 chore: 发布 v2.6.2 v2.6.2 2025-01-23 21:53:19 +08:00
Dawn 6b19f075a1 feat(strategy): 增加表情包功能支持
优化表情包和图片的回复功能|增加另存为功能
2025-01-23 21:41:45 +08:00
renovate[bot] 577731837f chore(deps): update dependency vite to v6.0.9 [security] (#195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 10:49:53 +08:00
Dawn f1aef7c156 feat(strategy): 增加发送图片功能(beta) 2025-01-21 21:51:35 +08:00
Dawn 69d77225db perf(view): 优化已删除好友的界面展示 2025-01-20 15:50:11 +08:00
Dawn eea52ea1e4 perf(icon): 修改全平台icon(除了mac) (#193)
增加代理功能(beta)
2025-01-19 05:22:25 +08:00
Dawn 02529566d3 perf(component): 优化组件加载、浏览器指纹生成 (#192) 2025-01-18 20:36:21 +08:00
Dawn c188aefc47 chore: 发布 v2.6.1 v2.6.1 2025-01-18 02:14:58 +08:00
Dawn 5176aee1ac fix(Android): 🐛 修复安卓启动配置 (#191)
优化web worker处理时机
2025-01-18 01:35:47 +08:00
Dawn 000fcc289b perf(worker): 使用worker优化计时器不准确问题 (#190) 2025-01-17 20:40:59 +08:00
Dawn 837d2b33ba feat(mobile): 增加ios下拉刷新功能 (#189)
替换github更新源链接|增加gitee国内更新源(官方新支持)
2025-01-16 23:11:34 +08:00
Ethan ZhouandDawn cd03444a98 feat(service): http错误提示 (#184)
* feat(service):  http错误提示

* feat(service):  封装全局异常捕获

---------

Co-authored-by: Dawn <2439646234@qq.com>
2025-01-15 20:46:26 +08:00
Dawn 2feb359cf0 perf(mobile): 优化ios整体页面 (#186)
增加ios登录页面和整体布局
2025-01-15 19:30:41 +08:00