From d8e4dd909d798d0e2bc3a42056db42efea620f87 Mon Sep 17 00:00:00 2001 From: kiyreload27 Date: Sat, 3 Jan 2026 01:13:22 +0000 Subject: [PATCH] feat: Add main application window with tabbed interface and initial seed database. --- database/umamusume_seed.db | Bin 1716224 -> 1716224 bytes gui/main_window.py | 2 +- version.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/database/umamusume_seed.db b/database/umamusume_seed.db index 837d6d314d0035758975c7d5551af5d5cd21d12f..50b8ce17e8c9eef7aea6f1c064b9bc726c118684 100644 GIT binary patch delta 101 zcmV~$$qj-~06@Wf!3ErqO%2vyv<4gDNEyV#J8J=4y%H<&l|U)Z^i$VQ-Kz=X`|=3m uw;g`b{d#+f0cRLtjB{Mz5?7dDifi297I(PE3=f!NfhAU0;}K6E&+Q)?YAzT6 delta 101 zcmV~$xesN?F u`~4@6=J^%_&M?6g=eWQOmzd)U*SNtg?r@I>JmLupEb)vNyyETWy`2CC`7Pl9 diff --git a/gui/main_window.py b/gui/main_window.py index 01c190a..e88b9ff 100644 --- a/gui/main_window.py +++ b/gui/main_window.py @@ -214,7 +214,7 @@ class MainWindow: tk.Label( status_frame, - text="Made by Kiyreload │ ", + text="VibeCoded by Kiyreload │ ", font=FONT_SMALL, bg=BG_MEDIUM, fg=ACCENT_TERTIARY diff --git a/version.py b/version.py index bd109e0..bca232b 100644 --- a/version.py +++ b/version.py @@ -4,7 +4,7 @@ This file is the single source of truth for the application version. """ # Semantic versioning: MAJOR.MINOR.PATCH -VERSION: str = "13.0.6" +VERSION: str = "13.1.0" # Application metadata APP_NAME: str = "UmamusumeCardManager"