All notable changes to this project will be documented in this file.
- Improve the UI of the client page 优化客户端页面 UI
- Add share file feature 添加分享文件功能
-
Improve the connection stability 改善连接稳定性
-
Automatically try to reconnect when the connection is lost 自动尝试重新连接
-
Add progress display in file list 在文件列表中添加进度显示
-
Add double click to preview file in file table, and request file when status is not_started or stopped in sync page 在文件表中添加双击预览文件功能,当状态为 not_started 或 stopped 时在同步页面请求文件
-
Improve the input label style 优化输入标签样式
-
Improve the file table status display 优化文件表的状态显示
-
Improve the file processing function, now can abort the file processing 优化文件处理功能,现在可以中止文件处理
-
Improve the chat interface for loading more message on scroll 优化消息滚动加载的聊天界面
-
Fix the bug that check ice server availability works incorrectly 修复了检查 ICE 服务器可用性不正确的问题
-
Fix the bug that the file transfer status is displayed incorrectly when starting 修复了文件传输状态在开始时显示不正确的问题
-
Add file sync feature, now you can get the files cached by the peer 添加文件同步功能,现在可以获取对方缓存的文件
-
Add strong password generation function 添加强密码生成功能
-
Improve the file search function 优化文件搜索功能
-
Using crypto-js for encryption in non-secure contexts 在非安全上下文中使用 crypto-js 进行加密
-
Add sender resume file feature 添加发送端恢复传输功能
-
Improve the UI of sending message 优化消息的 UI
-
Fix the bug that the file chunk cannot be received when resuming 修复了续传时文件区块接收的问题
-
Fix the bug that messageChannel is undefined 修复了 messageChannel 未定义的问题
-
Add Share Target API support, you can share files to Weblink from other apps 添加 Share Target API 支持,可以从其他应用分享文件到 Weblink
-
Add forward menu option in file table 在文件表中添加转发菜单选项
- Fix some i18n issues 修复一些 i18n 问题
-
Add redirect option after connection in client menu 在客户端菜单中添加连接后重定向选项
-
QR code dialog now displays your name 二维码对话框现在会显示自己的用户名
- Move the file chunk merge process to Web Worker to improve performance 将文件区块合并流程转移到 Web Worker 中提高性能
- Add folder transfer feature 添加文件夹传输功能
- Use Web Worker to compress and uncompress files 使用 Web Worker 压缩和解压缩文件
- Fix the bug that the message cannot be scrolled to the bottom when the client is online 修复了当客户端在线时消息无法滚动到底部的问题
-
Improve the animation of the message 优化消息的动画
-
Improve the date format 优化日期格式
- Add clipboard history dialog 添加剪贴板历史对话框
- Fix the bug that the application cannot be used in a non-secure context 解决了应用在非安全上下文无法使用的问题
- Add clipboard paste feature 添加剪贴板粘贴功能