|
3 | 3 | v5 maintenance branch is on `v5_maintenance` after `5.2.0` |
4 | 4 | v4 commits split out to branch `v4_maintenance` starting with `4.0.16` |
5 | 5 |
|
6 | | -## file-id 0.2.0 |
7 | | - |
| 6 | +## debouncer-full 0.3.0 (2023-08-18) |
| 7 | + |
| 8 | +- CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [#528] |
| 9 | +- CHANGE: license changed to dual-license of MIT OR Apache-2.0 [#520] |
| 10 | +- CHANGE: upgrade to file-id 0.2.0 for high resolution file IDs [#494] |
| 11 | +- FEATURE: derive debug for the debouncer struct [#510] |
| 12 | + |
| 13 | +## debouncer-mini 0.4.0 (2023-08-18) |
| 14 | + |
| 15 | +- CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [#528] |
| 16 | +- CHANGE: license changed to dual-license of MIT OR Apache-2.0 [#520] |
| 17 | +- CHANGE: replace active polling with passive loop, removing empty ticks [#467] |
| 18 | +- FEATURE: derive debug for the debouncer struct [#510] |
| 19 | + |
| 20 | +[#467]: https://github.com/notify-rs/notify/pull/467 |
| 21 | +[#510]: https://github.com/notify-rs/notify/pull/510 |
| 22 | + |
| 23 | +## notify 6.1.0 (2023-08-18) |
| 24 | + |
| 25 | +- CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [#528] |
| 26 | +- CHANGE: license changed to only CC0-1.0 [#520] |
| 27 | +- CHANGE: use logging [#499] |
| 28 | +- CHANGE: upgrade windows-sys to 0.48 [#479] |
| 29 | +- CHANGE: bump filetime to 0.2.22 [#521] |
| 30 | +- FEATURE: support manual polling of PollWatcher and disabling automatic polling [#524] |
| 31 | +- FEATURE: support listening to the initial pollwatcher file scan [#507] |
| 32 | +- FIX: fix moved folders not being watched on linux [#498] |
| 33 | +- FIX: fixup potential future double free on windows [#517] |
| 34 | +- FIX: require bitflags only on macos and upgrade the crate [#505] |
| 35 | +- DOCS: add more known issues, typos and cleanup examples [#523] [#502] [#522] |
| 36 | + |
| 37 | +[#524]: https://github.com/notify-rs/notify/pull/524 |
| 38 | +[#523]: https://github.com/notify-rs/notify/pull/523 |
| 39 | +[#502]: https://github.com/notify-rs/notify/pull/502 |
| 40 | +[#522]: https://github.com/notify-rs/notify/pull/522 |
| 41 | +[#479]: https://github.com/notify-rs/notify/pull/479 |
| 42 | +[#521]: https://github.com/notify-rs/notify/pull/521 |
| 43 | +[#517]: https://github.com/notify-rs/notify/pull/517 |
| 44 | +[#507]: https://github.com/notify-rs/notify/pull/507 |
| 45 | +[#499]: https://github.com/notify-rs/notify/pull/499 |
| 46 | +[#505]: https://github.com/notify-rs/notify/pull/505 |
| 47 | +[#498]: https://github.com/notify-rs/notify/pull/498 |
| 48 | + |
| 49 | +## file-id 0.2.0 (2023-08-18) |
| 50 | + |
| 51 | +- CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.171 [#528] |
| 52 | +- CHANGE: license changed to dual-license of MIT OR Apache-2.0 [#520] |
8 | 53 | - CHANGE: switch from winapi to windows-sys [#494] |
9 | 54 | - CHANGE: turn FileId struct into an enum [#494] |
10 | 55 | - FEATURE: support for high resolution file ids on Windows using GetFileInformationByHandleEx [#494] |
11 | 56 |
|
12 | 57 | [#494]: https://github.com/notify-rs/notify/pull/494 |
| 58 | +[#520]: https://github.com/notify-rs/notify/pull/520 |
| 59 | +[#528]: https://github.com/notify-rs/notify/pull/528 |
13 | 60 |
|
14 | 61 | ## notify 6.0.1 (2023-06-16) |
15 | 62 |
|
|
0 commit comments