We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f62aa commit 7f8596aCopy full SHA for 7f8596a
debian/changelog
@@ -1,3 +1,10 @@
1
+geesefs (0.42.3) unstable; urgency=medium
2
+
3
+ * Add --refresh-dirs option for Windows as an ugly solution to refresh files
4
+ in Explorer :)
5
6
+ -- Vitaliy Filippov <vitaliff@yandex-team.ru> Fri, 29 Nov 2024 15:09:09 +0300
7
8
geesefs (0.42.2) unstable; urgency=medium
9
10
* Fix Create on Windows not returning EEXIST for existing files
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.42.2"
+const GEESEFS_VERSION = "0.42.3"
34
35
var flagCategories map[string]string
36
0 commit comments