Releases: TechieGuy12/FileWatcher
Releases · TechieGuy12/FileWatcher
2.0.0
- Added workflows that allow running a series of steps when a change is detected.
- Added steps that can run either an action, command or notification.
- Added dependencies to watches and steps that require another watch or step to be completed before it is executed.
- Added variables for storing and reusing values in a config file.
- Added the ability to specify logging level in the config file.
The wiki has been updated to reflect these changes. Any new changes have been noted with being added to version 2.
1.5.2-beta.1
- Added the working directory tag for commands to be run. ( #42)
1.5.1
1.5.0
- Redirect command standard output to the log file.
- Fixed the file validation to avoid an infinite loop.
- Added ability to wait before an Action or Command is run.
- Added environment variable placeholder.
- Added URL encoding placeholder.
- Added old file and path placeholders. (#37)
- Added placeholder functionality to notifications - both header value and body. (#32)
- Added ability to ignore logging for filters and exclusions (#33)
- Added Windows sc compatibility. (Thanks @ksmith3036) (#36)
- Fixed log file viewing issue on Windows. (Thanks @ksmith3036)
- Configuration file is now opened in read-only. (Thanks @ksmith3036)
1.4.0
- Added the date placeholder option to all location that contain the path placeholder.
- Added the ability to keep the source timestamps for destination files for Copy and Move actions.
1.3.1
- Fixed issue with POST always being used for notifications.
- Fixed error in comment in config template XML file.
1.3.0
- Added date placeholders - can now specify the current date, source file created or modified date in the destination.
- Fixed issue where the destination folder could not be created during a copy or move action.
- Added addtional logging.
- Restructured some code.
1.2.3
- Cleaned up so more code.
- Fixed logging issues.
- Log settings validation.
1.2.2
- Cleaned up code.
- Added additional checks to reduce issues.
1.2.1
- Updated to .Net 6.0.