krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

8be2b908b651fd428b584268845e76fc9ed1aa40

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-23T01:17:26Z

Describe v1.4 in the release string

It still named the release before it: two API endpoints and template embedding.
v1.4 is themes, the JSON search/post API, and the multilingual interface.
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 7368d42..8271c98 100755
--- a/main.go
+++ b/main.go
@@ -19,7 +19,7 @@ var version = "dev"
 
 func main() {
 	app.Release.Version = version
-	app.Release.Description = "Two API endpoints and template embedding into binary"
+	app.Release.Description = "Themes, a JSON API for search and deviations, and a multilingual interface"
 
 	app.ExecuteCommandLineArguments()
 	app.ExecuteConfig()