Fix version panel showing 'null' instead of timestamp, exclude current version from list, auto-refresh versions after upload

This commit is contained in:
2026-02-24 17:19:12 +08:00
parent 9c2809c195
commit e06f653606
3 changed files with 17 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.3.0"
APP_VERSION = "0.3.1"
def get_version() -> str: