Skip to content

Releases: WebFreak001/FSWatch

v0.6.1

07 Sep 10:13

Choose a tag to compare

What's Changed

  • Improved compilation time on windows by @MrcSnm in #26

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

20 Jul 19:21

Choose a tag to compare

  • changes on win32 that the .path variable is no longer absolute, but as-per-documentation exactly the string passed in through the constructor

If you have used the .path variable on the FileWatch structure on windows, expecting it to be an absolute path constructed with getcwd, you will need to construct it yourself manually now instead.

v0.5.2

20 Jul 19:06
460c350

Choose a tag to compare

  • Fixes inotify backend with empty paths (like when watching files) or unusual implementations possibly containing corrupt / non-printable data in name.

v0.5.1

03 Aug 15:50
5568ddb

Choose a tag to compare

  • fixes deprecation with dip25 (annotates path property with return attribute)

v0.5.0

13 Jun 19:53

Choose a tag to compare

  • file not found errors when creating & deleting a folder in a recursive watcher before events have been fetched will no longer throw an exception when the folder can't be found (#18)
  • fixed assignment failure of struct because of const member with DMD (#19)

v0.4.0

10 Jan 18:13
63b46f9

Choose a tag to compare

The win32 implementation has been improved and there are no longer empty events between every call (#17 by @dkorpel)

Behavior might have changed a little bit but should overall be more correct now, please check if your program still works as expected after upgrade.

v0.3.0

11 Jan 23:16

Choose a tag to compare

inotify now has support for the recursive function as it wasn't actually implemented before

v0.2.1

21 Oct 13:41

Choose a tag to compare

Fix compilation on win64

v0.2.0

20 Jul 19:37

Choose a tag to compare

  • Changed license to BSL
  • fixed crash on linux when moving file out/into the observed folder out of another folder
  • checking inotify return values
  • setting FD_CLOEXEC bit on inotify file descriptor

v0.1.0

18 Jul 20:35

Choose a tag to compare

First release featuring win32, inotify and std.file