Releases: quickcall-dev/quickcall-supertrace
Releases · quickcall-dev/quickcall-supertrace
v0.2.13
Compare
Sorry, something went wrong.
No results found
v0.2.12
Compare
Sorry, something went wrong.
No results found
What's Changed
Full Changelog : v0.2.11...v0.2.12
v0.2.11
Compare
Sorry, something went wrong.
No results found
What's Changed
feat: real-time context window tracking & session status bar by @sagarsrc in #92
Full Changelog : v0.2.10...v0.2.11
v0.2.10
Compare
Sorry, something went wrong.
No results found
Full Changelog : v0.2.9...v0.2.10
v0.2.8
Compare
Sorry, something went wrong.
No results found
Debug version with logging to trace sidebar version update issue
v0.2.7
Compare
Sorry, something went wrong.
No results found
What's Changed
Bug Fixes
Fix sidebar version not updating after auto-update restart
Share version state via React context so both sidebar and notification update simultaneously
Related
v0.2.6
Compare
Sorry, something went wrong.
No results found
What's Changed
Bug Fixes
Fix sidebar version not updating after auto-update restart - sidebar now uses API version instead of build-time constant
Related
Fixes remaining issue from #73
v0.2.3 - Fix update notification state
Compare
Sorry, something went wrong.
No results found
Bug Fix
Fix version state not updating after auto-update restart (#73 )
v0.2.2
Compare
Sorry, something went wrong.
No results found
Test release for auto-update notification
v0.2.1 - Auto-update notifications
Compare
Sorry, something went wrong.
No results found
What's New
Auto-update notifications 🔔
SuperTrace now checks for updates and shows a notification when a new version is available.
Features:
Checks PyPI for latest version on app load and every 30 minutes
Shows compact notification in bottom-left when update available
One-click "Update" button triggers upgrade and auto-restart
Supports pip, uvx, and source installations
Dismiss notification (persists in localStorage)
Backend:
GET /api/version - Check current and latest version
POST /api/version/update - Trigger update and restart
Note: To see the notification, you need to be on an older version when a newer one is released.