Releases: TechieGuy12/FileWatcher
Releases · TechieGuy12/FileWatcher
1.2.0
- Added filters element to allow Notifications, Actions, or Commands to be executed only if a file/folder matches one of the filters.
- Filters allow exact matching, containing text matching, file mask (*.*, *.txt, etc.) or regular expressions.
- Added filtering functionality to exclusions.
- Updated confg-template.xml to include filters element.
- Fixed some minor issues.
1.1.1
1.1.0
- Added ability to run a command on a file/folder change.
- Added 'exactpath' placeholder.
- Added log rollover.
- Added path timeout so application will wait for a specified time for the path to exist.
- Processes are now queued to prevent too many processes being created.
- Compiled into a single, self-contained executable.
1.0.3
- Fixed issue with File exclusions not excluding specified files.
- Fixed null reference exceptions.
- Fixed File Watcher not watching specified paths after a period of time.
- Removed duplicate change entries from being logged - such as a file copy reporting multiple create and copy changes.
- Removed unnessary folder change logging.
1.0.1
- Removed reference to unused notifications XML configuration file.
1.0.0
The initial release of FileWatcher. This release includes the following:
- Configure multiple file/folder watches.
- Send notifications for each watch.
- Perform an action (copy, move, delete) for each watch.