All release notes

v1.147.0

2 features

Add spaces route for improved space management

  • Introduced a new spaces route in server/app.ts to enhance space-related functionality.
  • Updated member invitation handling in server/routes/spaces.ts to use 'invitedEmail' for clarity.
  • Improved data structure for pending invitations to streamline member management.

Record last visited thread and note paths

  • Implemented tracking of last visited thread and note pages to update visit counts in the database.
  • Added logic to conditionally post visit data based on the current pathname, enhancing user engagement metrics.
  • Utilized useRef to manage the last visited path state, ensuring efficient updates without unnecessary re-renders.