0.10.7
- 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_SIZEnow defaults to64000(instead of2048) (#700) - [backport 1.0.0] [windows] Introduced
winapi.PATH_BUFFER_SIZE(defaults to2048) to keep the old behavior with path-realted functions (#700) - [backport 1.0.0] Removed the long-time deprecated
events.LoggingFileSystemEventHandlerclass, useLoggingEventHandlerinstead - [backport 1.0.2] Wheels are published for GNU/Linux, macOS and Windows (#739)
- [backport 1.0.2] [mac] Fix missing
event_idattribute infsevents(#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_WRITEevents. AFileCloseEventevent will be fired. Note thatIN_CLOSE_NOWRITEevents 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