Skip to content

Releases: andreaskueffel/FileSyncLibNet

0.0.18

30 Jan 07:03
8a35bae
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.17...0.0.18

0.0.17

15 Jan 13:39
f9ca00b
Compare
Choose a tag to compare

What's Changed

  • track job completion and handle initial full sync

  • implement clean job handling in AbstractProvider

  • Remove RememberRemoteState

  • Add olderFiles param to GetFiles methods

  • add string[] args to MainForm

  • fix date initialization to correctly set January 1, 1970

  • Initialize MainForm with args in Program.cs

  • fix startup problems and add exception handling of config.json

  • remove rememberremotestate and fix maxage handling, implement deleting for abstract provider by @andreaskueffel in #19

Full Changelog: 0.0.16...0.0.17

0.0.16

13 Jan 11:47
36afe68
Compare
Choose a tag to compare
  • Merge pull request #18 from andreaskueffel/development

  • include Version in buildcommand

  • Refactor minimumLastWriteTime calculation

  • Integrate RemoteState and MaxAge for AbstractProvider

  • add first argument to configure Loglevel

  • add System.Text.Json nuget

  • add RememberRemoteState and MaxAge properties to FileSyncJobOptions

  • add RemoteState class

  • fix to use SearchPattern and Recursive for FileSyncApp

Full Changelog: 0.0.14...0.0.15

What's Changed

Full Changelog: 0.0.15...0.0.16

0.0.14

07 Nov 14:14
cd1cbb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.13...0.0.14

0.0.13

07 Nov 10:10
c70f9e0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.12...0.0.13

0.0.12

05 Nov 06:27
dccbe44
Compare
Choose a tag to compare

What's Changed

  • add DateTime format option for DestinationPath on AbstractProvider by @andreaskueffel in #15

Full Changelog: 0.0.11...0.0.12

0.0.11

04 Nov 14:07
fbef91e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.10...0.0.11