This patch introduces quality-of-life fixes to how the app handles and displays internal version definitions across all pages.
🐛 Bug Fixes
- Hardcoded Versions Resolved: Audited the entire codebase and replaced statically-typed
v1.8.3strings with dynamic pointers topackage.json. This ensures that all components, including the Android/iOS PWA 'Site Manifest' and the fallback recoveryErrorBoundaryscreen, correctly display precise active build identifiers. - Changelog Logic Rewrite: Fixed an issue where the "What's New" UI component failed to process SemVer
+buildmetadata correctly. The modal will perfectly identify active hotfixes instead of continuously pushing users to download older tags.