From dbca80fa10fd2f41f7869afd40a31850222b37b8 Mon Sep 17 00:00:00 2001 From: Johannes Reichhardt Date: Wed, 1 Apr 2026 10:10:26 -0500 Subject: [PATCH] Bump to v1.1.5: Personalize terminal header as hannesalbeiro@txt2md and update versioning. --- app.py | 2 +- static/style.css | 2 +- templates/index.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.py b/app.py index c274e45..7cce64f 100644 --- a/app.py +++ b/app.py @@ -11,7 +11,7 @@ app = Flask(__name__) app.secret_key = os.environ.get("FLASK_SECRET_KEY", "prod-secret-7721") metrics = PrometheusMetrics(app) -metrics.info('app_info', 'Application info', version='1.1.3') +metrics.info('app_info', 'Application info', version='1.1.5') # API Configuration diff --git a/static/style.css b/static/style.css index e371143..2f1891f 100644 --- a/static/style.css +++ b/static/style.css @@ -49,7 +49,7 @@ header.terminal-header h1 { } header.terminal-header h1::before { - content: "root@txt2md:~/ "; + content: "hannesalbeiro@txt2md:~/ "; font-size: 1.2rem; vertical-align: middle; } diff --git a/templates/index.html b/templates/index.html index aa21b13..a06eaff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,8 +4,8 @@ txt2md :: terminal - - + +
@@ -28,7 +28,7 @@

[ INPUT_BUFFER ]

- +