From 7e8ceb2b2a9ff99fb780ca5108989bd807c30473 Mon Sep 17 00:00:00 2001 From: sunglocto Date: Tue, 12 Aug 2025 10:55:15 +0100 Subject: [PATCH] Attempt to add YouTube embed handling, revise .webp support, support corrections in 1:1 DMs, and a whole load of other changes. Also bump version number to 3i and begin Indev phase --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9ba03b6..2e46bd4 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( // TODO: integrated theme switcher ) -var version string = "3.142a" +var version string = "3i" var statBar widget.Label var chatInfo fyne.Container var chatSidebar fyne.Container