Skip to content

v2.6.0

Compare
Choose a tag to compare
@sahaib sahaib released this 20 Oct 20:05
· 14 commits to main since this release
856933c

Release v2.6.0

New Features

  1. User Activity Tracking

    • Implemented session-based user activity logging
    • Added tracking for summary generation, text-to-speech usage, summary copying, and exporting
  2. Text-to-Speech (TTS) Improvements

    • Added voice selection option for TTS
    • Implemented audio preloading for faster playback
  3. Enhanced Error Handling

    • Improved error messages with user-friendly display
  4. UI Enhancements

    • Added export functionality for summaries
  5. Backend Integration

    • Integrated with new backend endpoints for user activity and TTS
  6. Security Improvements

    • Implemented token-based authentication for API requests
    • Added token refresh mechanism

Bug Fixes

  • Fixed issues with summary formatting across different AI models
  • Resolved inconsistencies in bullet point and numbered list rendering

Performance Improvements

  • Implemented debounce function for certain user actions to reduce unnecessary API calls
  • Optimized summary generation process