feat: update version to 1.0.4RC5, enhance notification handling and smooth scroll behavior
All checks were successful
Chore App Build and Push Docker Images / build-and-push (push) Successful in 1m11s

This commit is contained in:
2026-02-19 11:00:14 -05:00
parent 725bf518ea
commit c18d202ecc
4 changed files with 31 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# file: config/version.py
import os
BASE_VERSION = "1.0.4RC4" # update manually when releasing features
BASE_VERSION = "1.0.4RC5" # update manually when releasing features
def get_full_version() -> str:
"""