Releases: CrazyMayfly/File-Transfer-Tools
Releases · CrazyMayfly/File-Transfer-Tools
Release 3.0.0
Full Changelog: 2.4...3.0
本次更新:
将FTS和FTC合并为FTT,详情见readme.md
This update:
Merge FTS and FTC into FTT, see readme.md for details
Release 2.4.0
Full Changelog: 2.3...2.4
本次更新:
- 为每次会话生成专属的TLS/SSL安全证书,最大限度保障安全
- 对小文件(<1MB)的传输进行了特别优化
- 减少许多冗余信息的传输,同时对部分信息进行压缩后传输,节省带宽资源
- 优化了一些算法和传输流程以及修复了部分Bug
This update:
- Generate an exclusive TLS/SSL security certificate for each session to maximize security
- Special optimization for the transmission of small files (<1MB)
- Reduce the transmission of a lot of redundant information, and at the same time compress some information before transmission, saving bandwidth resources
- Optimized some algorithms and transmission processes and fixed some bugs
Release 2.3.0
Full Changelog: 2.2...2.3
本次更新:
- FTS可以即时更改文件存放路径
- 为每次传输引入session,避免了一些并发相关问题
- 在测速功能中新增了上行带宽和下行带宽测速
- 优化了进度条的展示
- 重构了部分代码以及优化了一些算法和功能
- 更新了程序构建相关的内容,使自主构建变得更加简单
- 修复了部分Bug
This update:
- FTS can immediately change the file storage path
- Introduce session for each transmission to avoid some concurrency-related issues
- Added Uplink Bandwidth and Downlink Bandwidth test to the speed test function
- Optimized the display of progress bar
- Refactored some codes and optimized some algorithms and functions
- Updated content related to program build to make independent build easier
- Fixed some bugs
Release 2.2.0
Full Changelog: 2.1...2.2
本次更新:
- 实现了断点续传功能
- 添加了同步剪切板的功能
- 接收到的文件的创建、修改、访问时间与发送方保持一致
- 添加了更多可配置项
- 对命令终端添加了简单的自动补全功能
- 优化了程序性能,减少了资源的占用
This update:
- Realized the breakpoint resume function
- Added the function of synchronous clipboard
- The creation, modification, and access times of the received files are consistent with those of the sender
- Added more configurable items
- Added simple autocompletion to the command terminal
- Optimized program performance and reduced resource usage
Release 2.1.0
Full Changelog: 2.0...2.1
本次更新:
- 添加了压缩日志文件的功能
- 将配置文件独立出来,同时保留了最低配置的风格
- 优化了程序打包过程,程序大小下降了74.78%左右
- 优化了代码性能的表现,减少了资源的占用
This update:
- Added the function of compressing log files
- Separate the configuration file while retaining the style of the minimum configuration
- Optimized the program packaging process, the program size decreased by about 74.78%
- Optimized code performance and reduced resource usage
Release 2.0
What's Changed
- Fix Ctrl+C doesn't work under Windows platform. by @randomCui in #1
New Contributors
- @randomCui made their first contribution in #1
Full Changelog: 1.1...2.0
文件传输小工具来到了2.0版本🎉🎉🎉
在这个版本中:
- 修复了Windows平台下程序运行时Ctrl+C无法退出程序的问题
- 添加了对Linux平台的适配
- 添加了服务主机设置密码的功能
- 优化了多处代码结构,使程序有更好的性能表现,同时消耗更少的资源
The File Transfer Tools has come to version 2.0 🎉🎉🎉
In this version:
- Fixed the problem that Ctrl+C cannot exit the program when the program is running on the Windows platform
- Added adaptation to Linux platform
- Added the function of setting the password of the service host
- Optimized multiple code structures to make the program have better performance while consuming less resources
Release 1.1.0
Full Changelog: 1.0...1.1
本次更新:
- 增强了代码稳定性,新增了读取硬盘信息的功能;
- 添加了更多的日志语句,能够让你在程序出错时快速定位原因;
- 修复了不显示颜色、可执行程序秒退等bug。
This update:
- Enhanced code stability, added the function of reading hard disk information;
- Added more log statements that allow you to quickly locate the cause of an error in your program;
- Fixed bugs such as color not displayed and executable program retreating in seconds.
Release 1.0.0
release 1.0,第一版,具备基本功能。解压文件夹后,点击exe运行即可,或者在终端运行(方便输入参数)。
release 1.0, the first version, with basic functionality. After extracting the folder, click the exe to run it, or run it from a terminal (easy to input parameters).