From 79454a19b9024dcaced84f878d7ed1cad0ba9ad8 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 9 Oct 2025 14:25:54 +0200 Subject: [PATCH] devlog: improved WSL1 support --- content/devlog/2025.smd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/devlog/2025.smd b/content/devlog/2025.smd index f49a024..f4d857d 100644 --- a/content/devlog/2025.smd +++ b/content/devlog/2025.smd @@ -15,6 +15,13 @@ them. You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss')) and find more devlog entries in the [archive](/devlog/). +## [Improved WSL1 support]($section.id("2025-10-07T10:25:55+0200")) + +Several fixes went in today that allow flow to now work properly on WSL1 with project directories +on the Windows host filesystem. These fixes add fallback handling for cases when the stat syscall +fails (as it does on WSL1) so this may improve support elsewhere too. + + ## [helix mode improvements]($section.id("2025-10-06T22:28:52+0200")) Thanks to Igor Támara we have new helix mode commands to close other buffers and reload all files.