From 269e155f539d93fdd53ad24950a67e6bee971635 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 28 May 2024 12:23:03 +0200 Subject: [PATCH] feat: bump version to 0.1.4 and set default logo SVG Upgraded the project version to 0.1.4 in preparation for a new release. Additionally, introduced a default SVG data URL for the NO_LOGO constant in __main__.py, replacing the previously empty string. This change ensures a more meaningful default state for the logo, enhancing UI consistency and avoiding potential errors or unexpected behaviors in scenarios where a logo is required but not specified. --- pyproject.toml | 2 +- src/kalente/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d66344..8f441f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "kalente" -version = "0.1.3" +version = "0.1.4" authors = [ { name="Kumi Mitterer", email="kalente@kumi.email" }, ] diff --git a/src/kalente/__main__.py b/src/kalente/__main__.py index b0450d8..6ecbe4d 100644 --- a/src/kalente/__main__.py +++ b/src/kalente/__main__.py @@ -13,7 +13,7 @@ from dateutil.parser import parse import math -NO_LOGO = "" +NO_LOGO = 'data:image/svg+xml,' def get_day(