Skip to content

App v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 19:53
· 0 commits to 4973e9c597e659dd1b38d582c9d8b1c2f7cb600a since this release

Full installation instructions can be found here.

What's Changed

  • major feat: post-processing, Dexie.js Migration, TanStack Query Integration, Enhanced UI/UX with Sound Notifications by @braden-w in #427
    • Transformation Pipeline
      • Introduced complete transformation pipeline for recording post-processing
      • Added multi-provider AI support (Groq, Anthropic, OpenAI)
      • Implemented find-and-replace functionality with regex support
      • Created resizable dialog panes for step editing, testing, and history tracking
    • Database Improvements
      • Migrated to Dexie.js from IndexedDB for better performance
      • Added transformation runs support
      • Implemented robust database migration system
    • Performance & Caching
      • Integrated TanStack Query for efficient state management
      • Added custom mutation hooks for lifecycle management
      • Optimized bulk operations and cache handling
    • Enhanced UI/UX
      • Added sortable and filterable data tables with pagination
      • Implemented card-based layouts with smooth transitions
      • Added sound notification system
      • Improved dialog system with unsaved changes protection
        by @braden-w in #427
  • feat: merge recordings back into one table in IndexedDb by @braden-w in #417
  • feat: move createMutations to lazy pattern with lazy use prefix, use context, better checkboxes by @braden-w in #430
  • feat: better transformation management ui, select post-processing dropdown by @braden-w in #431
  • feat: include latest transformationRun in recordings view by @braden-w in #432

Full Changelog: v5.3.0...v6.0.0