Fix bucket object browser nested object action button; Improve UX

This commit is contained in:
2025-12-22 13:17:27 +08:00
parent 992d9eccd9
commit 86c04f85f6
3 changed files with 92 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
"""Central location for the application version string."""
from __future__ import annotations
APP_VERSION = "0.1.7"
APP_VERSION = "0.1.8"
def get_version() -> str: