Releases: BenB196/crashplan-ffs-go-pkg
Releases · BenB196/crashplan-ffs-go-pkg
0.2.0
Enhancement:
- Added support for new FFS field syncDestinationUsername
0.1.9
Enhancement:
- Added support for new FFS field (issue #36)
- Logged in Operating System User - string
0.1.8
Enhancements:
- Added new FFS fields (issue #34)
0.1.7
Enhancement:
- Added new FFS fields (issue #31)
- Print Job Name
- Printer Name
- Printed Files Backup Path
0.1.6
This release contains mainly a refactor of this package to improve performance/efficiency.
Changes:
- Changed shared from string to bool
- Added some missing omitempty's to struct
0.1.5
Reverted changes made in v0.1.4 to v0.1.3 as there were breaking issues.
0.1.4
Optimizations:
- Converted some values in csvLineToFileEvent to pointers. This reduces the number of needed sub-function calls
- Remove the steps of removing \n from arrays. CSV's no longer contain these.
0.1.3
Fixes:
- Fixed typing issues (issue #24)
Updates:
- Updated README (issue #23)
0.1.2
Enhancements:
- Updated to support newly added fields (issue #21)
Updates:
0.1.1
Release v0.1.1
- [Bug] - Fixed naming from Email DLP Policy Name to Email DLP Policy Names (Issue #18)
- [Bug] - Fixed issue where emailDLPRecipients could overwrite exposure if set (Issue #20)