All release notes

v1.7.14

2 fixes

Set lastVisited on newly created notes and threads

  • New items created after the backfill-last-visited migration didn't have
  • lastVisited set, causing them to sort below old items that had lastVisited
  • from the migration. This fix ensures newly created items appear at the top
  • of the list by setting lastVisited to the creation time.
  • 🤖 Generated with [Claude Code](https://claude.com/claude-code)

Ensure cache-busting for dashboard refresh requests

  • Always use cache: 'no-store' and add a timestamp parameter to refresh
  • requests to prevent browsers from returning stale cached responses.
  • This helps ensure the dashboard always shows fresh data from the server
  • and prevents lastVisited order inconsistencies between initial SSR load
  • and subsequent client-side refreshes.
  • 🤖 Generated with [Claude Code](https://claude.com/claude-code)