新建2021-03-19

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

  • 修复了默认文件配置的后向包含问题。

2020-11-17
3.7.0-alpha.6

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

2020-09-20
v3.7.0-alpha.1
  • Use Json for configuration, just a better format and we already have a json parsing library anyway

配置文件使用Json格式,只是一种更好的格式,我们使用了json解析库

  • Add a manifest style sync option where the client does most of the heavy lifting

添加清单样式同步选项,由客户端完成大部分繁重的工作。大幅度提升文件对比速度与性能。

2020-06-27
  • Added better command line argument handling, uses more standard practices

  • Added the ability to configure the servers IP address via the cli

  • Added the ability to configure the servers port via the cli

2020-04-11
  • Updated various translations to use Unicode escapes for now, thanks @kaiserdj & @EnterFor

  • Fixed the sync button reverting to English after a sync

2020-04-07
  • 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

2020-03-31

Merge pull request #171 from rheimus/master
Add Chinese translations CO @HaibaraGT

2019-06-10

Cleaning up some odd usage of awt & swing.

你已经到达了世界的尽头..