Releases: andreaskueffel/FileSyncLibNet
0.0.18
What's Changed
- update to net8 and add config editor by @andreaskueffel in #20
Full Changelog: 0.0.17...0.0.18
0.0.17
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
-
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
- include Version in buildcommand by @andreaskueffel in #18
Full Changelog: 0.0.15...0.0.16
0.0.14
0.0.13
What's Changed
- add try catch for nonexistent folders/paths by @andreaskueffel in #16
Full Changelog: 0.0.12...0.0.13
0.0.12
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
What's Changed
- add abstract provider to be more flexible in syncing by @andreaskueffel in #14
Full Changelog: 0.0.10...0.0.11