Skip to content

Commit 2e6e824

Browse files
author
codefl0w
committed
V4.0.1 Release: Boot Animation Creator fixes and improvements
1 parent 35a86de commit 2e6e824

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dist/
66

77
# --- Python Compiled Files ---
88
# Byte-compiled / optimized / DLL files
9-
__pycache__/
9+
__pycache__
1010
*.py[cod]
1111
*$py.class
1212
*.so
@@ -31,3 +31,5 @@ platform-tools/
3131
util/payload-dumper-go.exe
3232
util/payload-dumper-go
3333

34+
# --- Temporary files ---
35+
bootanim_backups

main/quickadb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class QuickADBApp(QMainWindow):
5151
# Main window
5252

5353
# Constants
54-
APP_VERSION = "V4.0.0"
54+
APP_VERSION = "V4.0.1"
5555
APP_SUFFIX = "Full"
5656
BUTTON_WIDTH = 150
5757
BUTTON_HEIGHT = 40

0 commit comments

Comments
 (0)