Skip to content

Releases: Dembrane/echo

v1.7.3

25 Jul 18:17
263b18d

Choose a tag to compare

fix finish hook (skip if already finished) (#246)

v1.7.2

25 Jul 17:57
eced5ee

Choose a tag to compare

fix finish_conversation_hook (#245)

v1.7.1

25 Jul 17:54
9d80175

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

25 Jul 14:40
335bc78

Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.7.0

v1.6.4

24 Jun 18:44
6576239

Choose a tag to compare

What's Changed

  • ECHO-316 translation fix on portal finish tab for report subscription by @ussaama in #192
  • ECHO-322 Hide "share" button on desktop by @ussaama in #193
  • ECHO-233 Add plausible analytics for docs by @ussaama in #194
  • ECHO-325 ECHO-307 Centralize analytics and links, track sales click to Jules' Cal.com by @ussaama in #197
  • ECHO-321 Finish button loading and error handling in participant portal by @ussaama in #196

Full Changelog: v1.6.3...v1.6.4

v1.6.3

17 Jun 12:59

Choose a tag to compare

What's Changed

  • ECHO-313 Refactor reply_utils.py, SpikeMessage component and update reply templates for improved prompts by @ussaama in #188
  • ECHO-233 Refactor base URL constants in App and config files to hostname by @ussaama in #189
  • Add Content-Type and X-Accel-Buffering headers in get_reply_for_conversation by @ussaama in #190

Full Changelog: v1.6.2...v1.6.3

v1.6.2

17 Jun 07:57
819b12f

Choose a tag to compare

What's Changed

  • ECHO-233 Update Content Security Policy in vercel.json to include plausible.io url by @ussaama in #187

Full Changelog: v1.6.1...v1.6.2

v1.6.1

16 Jun 17:19
2897a3b

Choose a tag to compare

What's Changed

  • Enhance wake lock management in useWakeLock hook by @ussaama in #181
  • ECHO-295-train-dutch-pyannote-model by @ArindamRoy23 in #182
  • ECHO-308 Conversation deletion case handle by @ussaama in #180
  • ECHO-283 update settings for python and typescript configs by @spashii in #186
  • ECHO-233 Add plausible-tracker integration and configuration updates by @ussaama in #185

Full Changelog: v1.6.0...v1.6.1

v1.6.0

06 Jun 00:45
8511db8

Choose a tag to compare

🚀 New Features

  • Transcription System Overhaul (#157, #168, #171) https://github.com/Dembrane/runpod-whisper/
    • Multi-language transcription support with RunPod integration
    • Language detection and automatic translation capabilities
    • English transcription routing through LiteLLM (configurable)
    • Custom RunPod deployment for Whisper transcription
    • Enhanced error handling and 30-second polling intervals
  • Audio Health Monitoring & Diarization https://github.com/Dembrane/diarization_runpod
    • Added comprehensive conversation health monitoring system (#174, #175, #173)
    • Integrated API for noise, crosstalk, and silence analysis
    • New fields: crosstalk_instances, noise_ratio, silence_ratio, diarization
    • Real-time health indicators for audio quality assessment
    • Connection health monitoring with SSE (Server-Sent Events) integration
  • Enhanced Get Reply System (#178, #177, #170)
    • Increased conversation token limits for longer, more detailed replies
    • Added reply mode selection: "Summarize", "Brainstorm Ideas", "Custom"
    • Auto-cleanup of unnecessary tags and whitespace from AI responses
    • Mode selection disabled when Dembrane Echo is turned off
  • Participant Experience Improvements (#170)
    • New microphone test component with device selection
    • Real-time audio feedback before recording
    • Lazy loading for route components (faster initial load)
    • Enhanced conversation upload functionality

🔧 Infrastructure & Configuration

  • New Environment Variables:
    • ENABLE_RUNPOD_DIARIZATION, DISABLE_MULTILINGUAL_DIARIZATION
    • RUNPOD_DIARIZATION_API_KEY, RUNPOD_DIARIZATION_BASE_URL, RUNPOD_DIARIZATION_TIMEOUT
    • ENABLE_ENGLISH_TRANSCRIPTION_WITH_LITELLM
  • Dependencies Added: langdetect==1.0.9
  • Load Testing Suite: K6-based load testing for RunPod API (#166)
  • Dashboard Analytics: New "test" dashboard with comprehensive metrics panels (#164)

🐛 Bug Fixes

  • Fixed conversation count accuracy across project lists (#165)
  • Improved error handling for RunPod job status checks
  • Enhanced logging and exception handling for transcription workflows
  • Fixed UI inconsistencies in conversation components

🌐 Localization Updates

  • Extensive translation updates for EN, DE, ES, FR, NL (#167, #170, #175, #173)
  • New translations for audio health tips, connection status, and reply modes
  • Updated language selection description for portal-only usage

📁 File Management

  • Added "Public" folder for organizing files (#172)
  • New permissions for directus_files collection with folder-based access
  • Enhanced file visibility for public images and videos

What's Changed

Full Changelog: v1.5.8...v1.6.0

v1.5.8

20 May 12:53
f82612c

Choose a tag to compare

ECHO-245 Add deep chunks configuration to ConversationAccordion compo…