5 Commits

Author SHA1 Message Date
HRiggs 1c9598c00a bump v
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in -14h59m20s
2026-01-24 15:49:52 -05:00
HRiggs 4fb77ef0de add customkinter pkg
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in -14h59m22s
2026-01-24 15:47:52 -05:00
HRiggs df6c970112 Update
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in -14h59m18s
2026-01-24 15:39:53 -05:00
HRiggs 411ff15ea5 responsive layout and new background 2026-01-24 15:16:46 -05:00
HRiggs 269950cf4a Fix escaping
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 41s
2026-01-24 02:32:22 -05:00
5 changed files with 1254 additions and 501 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 591 KiB

BIN
View File
Binary file not shown.
+2 -1
View File
@@ -2,4 +2,5 @@ requests>=2.25.1
python-dotenv>=0.19.0
pyglet>=1.5.0
Pillow>=8.0.0
packaging>=21.0
packaging>=21.0
customtkinter>=5.0.0
+1251 -499
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -5,7 +5,7 @@ Configuration settings for the update checker
# Update checker configuration
UPDATE_CONFIG = {
# Current version of the application
"current_version": "0.0.3",
"current_version": "0.1.1",
# Repository information
"repo_owner": "HRiggs",