From 7f8596ab461cdf517ff4849f7d9d449b22ee945e Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Fri, 29 Nov 2024 15:10:20 +0300 Subject: [PATCH] Release 0.42.3 --- debian/changelog | 7 +++++++ internal/cfg/flags.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9c82729..a52ab45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +geesefs (0.42.3) unstable; urgency=medium + + * Add --refresh-dirs option for Windows as an ugly solution to refresh files + in Explorer :) + + -- Vitaliy Filippov Fri, 29 Nov 2024 15:09:09 +0300 + geesefs (0.42.2) unstable; urgency=medium * Fix Create on Windows not returning EEXIST for existing files diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 1804596..de20ada 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.42.2" +const GEESEFS_VERSION = "0.42.3" var flagCategories map[string]string