From c18d202ecc95dea1c4f7fd6fbc583d20eaec0221 Mon Sep 17 00:00:00 2001 From: Ryan Kegel Date: Thu, 19 Feb 2026 11:00:14 -0500 Subject: [PATCH] feat: update version to 1.0.4RC5, enhance notification handling and smooth scroll behavior --- backend/config/version.py | 2 +- .../notification/NotificationView.vue | 28 +++++++++++++++++-- .../src/components/profile/UserProfile.vue | 2 +- frontend/vue-app/src/router/index.ts | 3 ++ 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/backend/config/version.py b/backend/config/version.py index 6343bb0..6bea591 100644 --- a/backend/config/version.py +++ b/backend/config/version.py @@ -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: """ diff --git a/frontend/vue-app/src/components/notification/NotificationView.vue b/frontend/vue-app/src/components/notification/NotificationView.vue index 5d2f9c6..a8187d8b 100644 --- a/frontend/vue-app/src/components/notification/NotificationView.vue +++ b/frontend/vue-app/src/components/notification/NotificationView.vue @@ -5,6 +5,7 @@