From d125f4a28d8e775c92ad93e0bb9fe15da5c02f65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Sun, 24 Nov 2024 14:21:35 +0200
Subject: [PATCH 1/1] Added Lion Face avatar; bumped version to 9.3
IssueID #9
.gitignore | 1 +
50_bubble.py | 2 +-
settings.py | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 6826ba5..6851795 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ bubble.ini
server.sh
.certs/
.vscode/
+/.jked/
diff --git a/50_bubble.py b/50_bubble.py
index 6d1ec48..95feb0e 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -18,7 +18,7 @@ from utils import *
from worker import *
-version = '9.2'
+version = '9.3'
class Bubble:
diff --git a/settings.py b/settings.py
index 102e898..3b3fe9a 100644
--- a/settings.py
+++ b/settings.py
@@ -265,6 +265,7 @@ def make_settings_page(session):
('🦊', 'fox face'),
('🐸', 'frog face'),
('🐵', 'monkey face'),
('🦁', 'lion face'),
('🐰', 'rabbit face'),
('🐷', 'pig face'),
--
2.25.1
text/plain
This content has been proxied by September (3851b).