Skip to content

Releases: TechieGuy12/FileWatcher

1.2.0

19 Nov 19:11
Compare
Choose a tag to compare
  • 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

25 Aug 22:40
099c825
Compare
Choose a tag to compare
  • Created the Wiki and pointed the readme.md file to the Wiki.
  • Removed beginning and ending directory separator characters from relative paths for consistency.

1.1.0

24 Aug 12:50
38e0835
Compare
Choose a tag to compare
  • 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

04 Aug 20:00
3678724
Compare
Choose a tag to compare
  • 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

08 Jul 17:11
42a4847
Compare
Choose a tag to compare
  • Removed reference to unused notifications XML configuration file.

1.0.0

08 Jul 12:55
035d262
Compare
Choose a tag to compare

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.