Additions
Added configurable transfer buffer size (prototype, don't recommend relying on it)
添加了可配置的传输缓冲区(原型,不建议依赖)
Fixed
Removed Object*Stream from file transfer, this should have significant transfer speed gains.
从文件传输代码中移除了Object*Stream,这将提高文件传输速度。
Fixed backwards file include pattern for default generated configs
修复了默认文件配置的后向包含问题。
3.7.0-alpha.2--3.7.0-alpha.6进行了累计错误修复。提升优化了文件同步对比性能以及功能添加。
Files are now included via an include property of the files configuration
Redirects are now defined via a redirect property of the files configuration
Client only files are now just using redirect and file include patterns under the hood
The new Json style config will be auto-generated if an old configuration is found
Fixed resource bundle loading, translations should actually work now
Added basic server-side handling for files that go missing after ServerSync starts
Fixed a potential server startup crash while collecting the files to sync
Streamlined various logging statements for the server & client
Changed config include so that it only scans for files if there are entries in the config_include_list
The client will now save the last used server address after a sync