feat: Add main application window with tabbed interface and initial seed database.
This commit is contained in:
Binary file not shown.
@@ -214,7 +214,7 @@ class MainWindow:
|
|||||||
|
|
||||||
tk.Label(
|
tk.Label(
|
||||||
status_frame,
|
status_frame,
|
||||||
text="Made by Kiyreload │ ",
|
text="VibeCoded by Kiyreload │ ",
|
||||||
font=FONT_SMALL,
|
font=FONT_SMALL,
|
||||||
bg=BG_MEDIUM,
|
bg=BG_MEDIUM,
|
||||||
fg=ACCENT_TERTIARY
|
fg=ACCENT_TERTIARY
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ This file is the single source of truth for the application version.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
# Semantic versioning: MAJOR.MINOR.PATCH
|
# Semantic versioning: MAJOR.MINOR.PATCH
|
||||||
VERSION: str = "13.0.6"
|
VERSION: str = "13.1.0"
|
||||||
|
|
||||||
# Application metadata
|
# Application metadata
|
||||||
APP_NAME: str = "UmamusumeCardManager"
|
APP_NAME: str = "UmamusumeCardManager"
|
||||||
|
|||||||
Reference in New Issue
Block a user