3.7.12
Quire Desktop 3.7.12
Release Date: December 2, 2025
🐛 Bug Fixes
Fixed: Hard Navigation After Successful Soft Navigation
Problem: After clicking a notification toast, the app would sometimes perform a redundant "hard load" (full page reload) even though soft navigation had already successfully brought you to the task. This caused a jarring page refresh.
Root Cause: The soft navigation timeout fallback was using a narrow URL equivalence check that didn't recognize when you were already viewing the target task.
Solution: Enhanced the navigation timeout logic to check both workspace (/w/) and personal (/u/) task URL patterns before falling back to hard load. If you're already at the target task, the hard load is now correctly skipped.