All release notes

v1.125.3

2 features, 3 fixes

Remove unused dataGeneratedAt prop from DashboardPage

  • Removed the dataGeneratedAt prop from the DashboardPage component as it was no longer needed.

Update asset references and improve thread selection logic

  • Updated script link in index.html to reference the new asset version.
  • Changed service worker cache name to 'harvous-cache-v1-125-1' for better asset management.
  • Removed outdated asset files to streamline the project.
  • Enhanced the useThreadSelection hook to prioritize currentThread initialization and prevent overwriting saved thread data until fully initialized.

Update asset references and service worker cache name

  • Updated script and preload links in index.html to reference new asset versions.
  • Changed service worker cache name to 'harvous-cache-v1-125-0' to reflect the latest version.
  • Removed outdated asset files including astro-transitions, clerk, router, query, tiptap, and index scripts and styles.

Add 404 Not Found page and update routing

  • Introduced a NotFoundPage component to handle undefined routes gracefully.
  • Updated the router configuration to include a catch-all route for 404 errors, ensuring users receive appropriate feedback when navigating to non-existent pages.
  • Modified the useProfile hook to reflect changes in XP data structure, renaming properties for clarity.

Add new section for items visited more than one week ago

  • Introduced a new section key and label for items that were last visited more than one week ago, enhancing content organization.
  • Updated the logic in `getLastVisitedSectionKey` to categorize items based on this new timeframe, improving user navigation and clarity in the application.