Skip to content

v1.32.0

Choose a tag to compare

@patrykomiotek patrykomiotek released this 12 Mar 20:00
· 1951 commits to main since this release
69b05a7

1.32.0 (2025-03-12)

Bug Fixes

  • add left margin for manage knowledge pages on mobile (9a4105b)
  • add missing check if default project exist (85b78f3)
  • add Polish translations for project instructions UI (0473ed4)
  • add project ID validation in document upload route (97ed252)
  • add project_id to document creation and type definition (8898b6b)
  • add support for voice message metadata (e662b60)
  • adjust FileInfoPopup positioning and add missing newline in GridView (256b8b9)
  • after build (4491f48)
  • complete Polish translation for file upload status (69529e3)
  • complete Polish translation for file upload status message (5d44610)
  • conditionally apply metadata filter in RAG initialization based on vector store type (3897a16)
  • default to RAG mode in thread API route (c4ba008)
  • enhance file upload and error handling with internationalization and UX improvements (ad3a05d)
  • files card grid overflow (ea05c4f)
  • implement default project ID fetching and update thread handling logic (f2f67ce)
  • improve locale and project ID validation logic (6a17dd8)
  • improve project page error handling and internationalization (ab0c8bb)
  • improve toolbar and file card visibility transitions (07e6eab)
  • infinite scroll (9863067)
  • middleware auth (2e089fa)
  • minor text improvement in upload success message (9c641a8)
  • prevent authentication redirect for public routes (87b741c)
  • remove project_id filtering for user threads (53c18b4)
  • remove project-specific document filtering in UserDocumentsTable (02b172c)
  • restricted type (bb8bf1a)
  • support optional project ID during file upload (f76e401)
  • update project item hover background color in dark mode (03624a1)
  • update sidebar thread and project loading logic (d1df8b6)
  • update Sidebar to include projects in thread button and error rendering conditions (5750e44)

Features

  • add initial file count support for project file upload loading states (4e68572)
  • add localization for project file management and loading states (d6ea972)
  • add organization-based project access control (6d66c6c)
  • add project file upload functionality (25ffd0a)
  • add project files list with delete functionality (2243948)
  • add project instructions management with Redis storage (df42ca4)
  • add project_id relation to UserFile and UserDocument models (d6515e1)
  • enforce project context in RAG and thread creation (c0c4803)
  • enhance EditablePrompt with improved validation and localization (d144ab9)
  • enhance project file upload UI with visual file count and styling improvements (0c5a21f)
  • enhance project files upload with drag-and-drop and improved UX (d3f0676)
  • enhance RAG vector store filtering with thread project context (c5e3a3e)
  • enhance sign-up form with terms of service validation (4d2b0a2)
  • extract file upload logic into custom hook for SimplifiedFileUpload (b128439)
  • filter documents by default project and update file type definitions (fdab9d6)
  • filter out project-specific documents in user documents table (c0c2625)
  • improve drag-and-drop file upload interaction with multi-file drag tracking (cb31c5d)
  • improve file upload and deletion workflow with enhanced error handling and modal support (88e3966)
  • improve ProjectFileUploadTrigger with dynamic file status and UX enhancements (4a864f3)
  • integrate project instructions across conversation and RAG chains (17f3f48)