Skip to content

0.10.7

Compare
Choose a tag to compare
@BoboTiG BoboTiG released this 05 Jul 17:27
· 219 commits to master since this release
  • Avoid crashing the event processing thread on non-utf8 filenames (#811)
  • [backport 1.0.0] [mac] Regression fixes for native fsevents (#717)
  • [backport 1.0.0] [windows] winapi.BUFFER_SIZE now defaults to 64000 (instead of 2048) (#700)
  • [backport 1.0.0] [windows] Introduced winapi.PATH_BUFFER_SIZE (defaults to 2048) to keep the old behavior with path-realted functions (#700)
  • [backport 1.0.0] Removed the long-time deprecated events.LoggingFileSystemEventHandler class, use LoggingEventHandler instead
  • [backport 1.0.2] Wheels are published for GNU/Linux, macOS and Windows (#739)
  • [backport 1.0.2] [mac] Fix missing event_id attribute in fsevents (#721)
  • [backport 1.0.2] [mac] Return byte paths if a byte path was given in fsevents (#726`)
  • [backport 1.0.2] [mac] Add compatibility with old macOS versions (#733`)
  • [backport 1.0.2] Uniformize event for deletion of watched dir (#727)
  • [backport 2.0.0] [inotify] Add support for IN_CLOSE_WRITE events. A FileCloseEvent event will be fired. Note that IN_CLOSE_NOWRITE events are not handled to prevent much noise. (#184, #245, #280, #313, #690)
  • [backport 2.0.0] [mac] Support coalesced filesystem events (#734)
  • [backport 2.0.0] [mac] Drop support for OSX 10.12 and earlier (#750)
  • [backport 2.0.0] [mac] Fix an issue when renaming an item changes only the casing (#750)
  • Thanks to our beloved contributors: @samschott, @bstaletic, @BoboTiG, @CCP-Aporia, @di, @lukassup, @ysard, @lovasoa