We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a40cb2 commit 3f4411dCopy full SHA for 3f4411d
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.37.2) unstable; urgency=medium
2
+
3
+ * Fix files not showing up in MacOS Finder (apart from directories and `ls` in terminal)
4
5
+ -- Vitaliy Filippov <[email protected]> Fri, 11 Aug 2023 14:40:19 +0300
6
7
geesefs (0.37.1) unstable; urgency=medium
8
9
* Windows bug fixes
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.37.1"
+const GEESEFS_VERSION = "0.37.2"
34
35
var flagCategories map[string]string
36
0 commit comments