From a1d044028f088c4f3cf30f812085b946654ae62c Mon Sep 17 00:00:00 2001 From: Jannis Date: Sat, 16 Nov 2024 00:02:13 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 041ffed3..04c20ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Filter directory when loading to improve performance [#169](https://github.com/fluxxcode/egui-file-dialog/pull/169) - Implement non blocking directory loading [#177](https://github.com/fluxxcode/egui-file-dialog/pull/177) - Only update visible items in the central panel if the search value is empty and the create directory dialog is currently closed [#181](https://github.com/fluxxcode/egui-file-dialog/pull/181) +- Improve CI [#186](https://github.com/fluxxcode/egui-file-dialog/pull/186) (thanks [@bircni](https://github.com/bircni)!) ### 📚 Documentation - Updated `README.md` to include latest features [#176](https://github.com/fluxxcode/egui-file-dialog/pull/176)