Skip to content

Releases: TechieGuy12/FileWatcher

2.0.0

2.0.0 Pre-release
Pre-release

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 12 Jul 13:50
  • 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

1.5.2-beta.1 Pre-release
Pre-release

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 22 Apr 12:05
  • Added the working directory tag for commands to be run. ( #42)

1.5.1

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 29 Dec 15:34
  • 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

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 19 Sep 18:19
28ffef4
  • 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

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 04 Jun 16:16
2a106b3
  • 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

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 03 May 23:07
c75e562
  • Fixed issue with POST always being used for notifications.
  • Fixed error in comment in config template XML file.

1.3.0

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 07 Feb 19:07
08d8480
  • 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

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 03 Feb 14:44
90c0cfe
  • Cleaned up so more code.
  • Fixed logging issues.
  • Log settings validation.

1.2.2

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 31 Jan 16:19
42ef558
  • Cleaned up code.
  • Added additional checks to reduce issues.

1.2.1

Choose a tag to compare

@TechieGuy12 TechieGuy12 released this 24 Jan 02:15
63fb53a
  • Updated to .Net 6.0.