Skip to content

Releases: TechieGuy12/FileWatcher

2.0.0

12 Jul 13:50
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release
  • 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

22 Apr 12:05
Compare
Choose a tag to compare
1.5.2-beta.1 Pre-release
Pre-release
  • Added the working directory tag for commands to be run. ( #42)

1.5.1

29 Dec 15:34
Compare
Choose a tag to compare
  • Fixed the notifications wait time - timer will only start when a notification is queued.
  • Changed the notifications default wait time to 30 seconds as specified in the documentation. Was erronously set to 60 seconds.

1.5.0

19 Sep 18:19
28ffef4
Compare
Choose a tag to compare
  • 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

04 Jun 16:16
2a106b3
Compare
Choose a tag to compare
  • 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

03 May 23:07
c75e562
Compare
Choose a tag to compare
  • Fixed issue with POST always being used for notifications.
  • Fixed error in comment in config template XML file.

1.3.0

07 Feb 19:07
08d8480
Compare
Choose a tag to compare
  • 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

03 Feb 14:44
90c0cfe
Compare
Choose a tag to compare
  • Cleaned up so more code.
  • Fixed logging issues.
  • Log settings validation.

1.2.2

31 Jan 16:19
42ef558
Compare
Choose a tag to compare
  • Cleaned up code.
  • Added additional checks to reduce issues.

1.2.1

24 Jan 02:15
63fb53a
Compare
Choose a tag to compare
  • Updated to .Net 6.0.