We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1b79c commit 3c29f5dCopy full SHA for 3c29f5d
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.38.1) unstable; urgency=medium
2
+
3
+ * Small fix to the new "intelligent list cutting"
4
5
+ -- Vitaliy Filippov <[email protected]> Tue, 26 Sep 2023 21:05:55 +0300
6
7
geesefs (0.38.0) unstable; urgency=medium
8
9
* Implement intelligent list cutting to not fully load long directories with
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.38.0"
+const GEESEFS_VERSION = "0.38.1"
34
35
var flagCategories map[string]string
36
0 commit comments