mirror of
https://github.com/encounter/notify.git
synced 2026-07-10 12:18:48 -07:00
2.1 KiB
2.1 KiB
Changelog
4.0.1
- FIX: [Linux] Detect moves if two connected move events are split between two mio polls
4.0.0
- CHANGE: [Linux] Update dependency to inotify 0.3.0.
- FIX: [macOS]
.watch()panics on macOS when the target doesn't exist. #105
3.0.1
3.0.0
- FIX: [Windows] Fix watching files on Windows using relative paths. #90
- FEATURE: Add debounced event notification interface. #63
- FEATURE: [Polling] Implement
CREATEandDELETEevents for PollWatcher. #88 - FEATURE: [Polling] Add
::with_delay_ms()constructor. #88 - FIX: [macOS] Report
ITEM_CHANGE_OWNERasCHMODevents. #93 - FIX: [Linux] Emit
CLOSE_WRITEevents. #93 - FEATURE: Allow recursion mode to be changed. #60, #61 breaking
- FEATURE: Track move events using a cookie.
- FEATURE: [macOS] Return an error when trying to unwatch non-existing file or directory.
- CHANGE: [Linux] Remove
IGNOREDevent. breaking - CHANGE: [Linux] Provide absolute paths even if the watch was created with a relative path.
2.6.3
- FIX: [macOS] Bump
fseventsversion. #91
2.6.2
- FEATURE: [macOS] Implement Send and Sync for FsWatcher. #82
- FEATURE: [Windows] Implement Send and Sync for ReadDirectoryChangesWatcher. #82
- DOCS: Add example to monitor a given file or directory.
2.6.1
- FIX: [Linux] Only register directories for watching.