- ⚠️ [mac] Drop support for macOS 10.12 and earlier (#750)
- [mac] Support coalesced filesystem events (#734)
- [mac] Fix an issue when renaming an item changes only the casing (#750)
- [inotify] Add support for
IN_CLOSE_WRITE
events. AFileCloseEvent
event will be fired. Note thatIN_CLOSE_NOWRITE
events are not handled to prevent much noise. (#184, #245, #280, #313, #690) - [inotify] Allow to stop the emitter multiple times (#760)
- Avoid deprecated
PyEval_InitThreads
on Python 3.7+ (#746) - Thanks to our beloved contributors: @bstaletic, @lukassup, @ysard, @samschott, @CCP-Aporia, @BoboTiG