From 37d28dd704dc5334ed9db8796631fdb05b5b9814 Mon Sep 17 00:00:00 2001 From: Arya K Date: Wed, 5 Jul 2023 22:20:26 +0530 Subject: [PATCH 1/2] Add AnonymousOverflow to question title (#39) This patch adds anonymousoverflow to the title of questions, making tracking anonymousoverflow through things like activitywatch easier.. --- templates/question.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/question.html b/templates/question.html index c9f3654..eb20e2d 100644 --- a/templates/question.html +++ b/templates/question.html @@ -1,7 +1,7 @@ - {{ .question.Title }} + {{ .question.Title }} | AnonymousOverflow From dbbc9570dbc26523f6fbe4f84c6b63c1a1f29cb4 Mon Sep 17 00:00:00 2001 From: httpjamesm <51917118+httpjamesm@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:51:10 -0400 Subject: [PATCH 2/2] version 1.8.3 --- config/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.go b/config/version.go index 0dc31e8..8597346 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.8.2" +var Version = "1.8.3"