Skip to content

Releases: quickcall-dev/quickcall-supertrace

v0.2.13

Choose a tag to compare

@github-actions github-actions released this 24 Jan 02:32

Full Changelog: v0.2.12...v0.2.13

v0.2.12

Choose a tag to compare

@github-actions github-actions released this 24 Jan 01:59
5d901c7

What's Changed

Full Changelog: v0.2.11...v0.2.12

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 23 Jan 03:31
f6efe53

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

Choose a tag to compare

@github-actions github-actions released this 22 Jan 07:54

Full Changelog: v0.2.9...v0.2.10

v0.2.8

Choose a tag to compare

@sagarsrc sagarsrc released this 19 Jan 11:20

Debug version with logging to trace sidebar version update issue

v0.2.7

Choose a tag to compare

@sagarsrc sagarsrc released this 19 Jan 11:16

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

Choose a tag to compare

@sagarsrc sagarsrc released this 19 Jan 11:11

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

Choose a tag to compare

@sagarsrc sagarsrc released this 19 Jan 10:03

Bug Fix

  • Fix version state not updating after auto-update restart (#73)

v0.2.2

Choose a tag to compare

@sagarsrc sagarsrc released this 19 Jan 09:30

Test release for auto-update notification

v0.2.1 - Auto-update notifications

Choose a tag to compare

@sagarsrc sagarsrc released this 19 Jan 09:24

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.