Skip to content

Latest commit

 

History

History
606 lines (298 loc) · 36.8 KB

File metadata and controls

606 lines (298 loc) · 36.8 KB

Changelog

0.38.2 (2026-03-12)

Bug Fixes

  • add auth guards to prevent anonymous access to write endpoints in non-public mode (#907) (cf6e867)
  • add tests that check some of the issues are already fixed (#905) (b53c8da)

0.38.1 (2026-03-06)

Bug Fixes

0.38.0 (2026-03-06)

Features

  • 3-mode selfhosted refactoring (--gpu, --cpu, --hosted) + audio token auth fallback (#896) (a682846)

Bug Fixes

  • improve hatchet workflow reliability (#900) (c155f66)

0.37.0 (2026-03-03)

Features

  • enable daily co in selfhosted + only schedule tasks when necessary (#883) (045eae8)

Bug Fixes

0.35.1 (2026-02-25)

Bug Fixes

  • enable sentry on frontend (#876) (bc6bb63)
  • switch structured output to tool-call with reflection retry (#879) (5d54758)

0.35.0 (2026-02-23)

Features

  • Add Single User authentication to Selfhosted (#870) (c8db373)

0.34.0 (2026-02-20)

Features

  • add Caddy reverse proxy with auto HTTPS for LAN access and auto-derive WebSocket URL (#863) (7f2a401)
  • add change_seq to transcripts for ingestion support (#868) (d4cc6be)
  • local llm support + standalone-script doc/draft (#856) (b468427)
  • remove network_mode host for standalone WebRTC (#864) (9dbf155)
  • standalone frontend uses production build instead of dev server (#862) (5bca925)

Bug Fixes

  • auto-rebuild standalone images and blank Hatchet vars (3d13e5d)
  • check compose version output, not just exit code (e57c618)
  • check for Docker BuildKit (buildx) before building images (14a8b58)
  • check for Docker Compose plugin before running standalone setup (36a8dae)
  • live flow real-time updates during processing (#861) (972a52d)
  • remove max_tokens cap to support thinking models (Kimi-K2.5) (#869) (527a069)
  • standalone on ubuntu (#865) (a8ad237)
  • standalone server networking and setup diagnostics (695f3c4)

0.33.0 (2026-02-05)

Features

Bug Fixes

0.32.2 (2026-02-03)

Bug Fixes

  • increase TIMEOUT_MEDIUM from 2m to 5m for LLM tasks (#843) (4acde4b)
  • make caddy optional (#841) (a2ed7d6)
  • use Daily API recording.duration as master source for transcript duration (#844) (8707c66)

0.32.1 (2026-01-30)

Bug Fixes

  • daily multitrack pipeline finalze dependency fix (23eb137)
  • match httpx pad with hatchet audio timeout (c05d1f0)

0.32.0 (2026-01-30)

Features

0.31.0 (2026-01-23)

Features

0.30.0 (2026-01-23)

Features

0.29.0 (2026-01-21)

Features

  • set hatchet as default for multitracks (#822) (c723752)

0.28.1 (2026-01-21)

Bug Fixes

0.28.0 (2026-01-20)

Features

0.27.0 (2025-12-26)

Features

Bug Fixes

  • webhook parity, pipeline rename, waveform constant fix (#806) (5f7b1ff)

0.26.0 (2025-12-23)

Features

0.25.0 (2025-12-22)

Features

Bug Fixes

0.24.0 (2025-12-18)

Features

Bug Fixes

0.23.2 (2025-12-11)

Bug Fixes

0.23.1 (2025-12-11)

Bug Fixes

  • populate room_name in transcript GET endpoint (#783) (0eba147)

0.23.0 (2025-12-10)

Features

Bug Fixes

  • celery inspect bug sidestep in restart script (#766) (ec17ed7)
  • deploy frontend to coolify (#779) (91650ec)
  • hide rooms settings instead of disabling (#763) (3ad78be)
  • return participant emails from transcript endpoint (#769) (d3a5cd1)

0.22.4 (2025-12-02)

Bug Fixes

0.22.3 (2025-12-02)

Bug Fixes

0.22.2 (2025-12-02)

Bug Fixes

0.22.1 (2025-11-27)

Bug Fixes

0.22.0 (2025-11-26)

Features

0.21.0 (2025-11-26)

Features

  • add transcript format parameter to GET endpoint (#709) (f6ca075)

0.20.0 (2025-11-25)

Features

0.19.0 (2025-11-25)

Features

Bug Fixes

0.18.0 (2025-11-14)

Features

Bug Fixes

0.17.0 (2025-11-13)

Features

0.16.0 (2025-10-24)

Features

0.15.0 (2025-10-20)

Features

0.14.0 (2025-10-08)

Features

  • Add calendar event data to transcript webhook payload (#689) (5f6910e)
  • container build for www / github (#672) (969bd84)
  • docker-compose for production frontend (#664) (5bf64b5)

Bug Fixes

0.13.1 (2025-09-22)

Bug Fixes

  • TypeError on not all arguments converted during string formatting in logger (#667) (565a629)

0.13.0 (2025-09-19)

Features

Bug Fixes

0.12.1 (2025-09-17)

Bug Fixes

  • production blocked because having existing meeting with room_id null (#657) (870e860)

0.12.0 (2025-09-17)

Features

Bug Fixes

  • ignore player hotkeys for text inputs (#646) (fa049e8)

0.11.0 (2025-09-16)

Features

  • remove profanity filter that was there for conference (#652) (b42f7cf)

Bug Fixes

  • zulip and consent handler on the file pipeline (#645) (5f143fe)
  • zulip stream and topic selection in share dialog (#644) (c546e69)

0.10.0 (2025-09-11)

Features

  • replace nextjs-config with environment variables (#632) (369ecdf)

Bug Fixes

0.9.0 (2025-09-06)

Features

Bug Fixes

0.8.2 (2025-08-29)

Bug Fixes

0.8.1 (2025-08-29)

Bug Fixes

  • make webhook secret/url allowing null (#590) (84a3812)

0.8.0 (2025-08-29)

Features

  • cleanup: add automatic data retention for public instances (#574) (6f0c7c1)
  • rooms: add webhook for transcript completion (#578) (88ed7cf)

Bug Fixes

  • file pipeline status reporting and websocket updates (#589) (9dfd769)
  • Igor/evaluation (#575) (124ce03)
  • optimize parakeet transcription batching algorithm (#577) (7030e0f)

0.7.3 (2025-08-22)

Bug Fixes

  • cleaned repo, and get git-leaks clean (359280d)
  • restore previous behavior on live pipeline + audio downscaler (#561) (9265d20)

0.7.2 (2025-08-21)

Bug Fixes

  • docker image not loading libgomp.so.1 for torch (#560) (773fccd)
  • include shared rooms to search (#558) (499eced)

0.7.1 (2025-08-21)

Bug Fixes

0.7.0 (2025-08-21)

Features

Bug Fixes

0.6.1 (2025-08-06)

Bug Fixes

0.6.0 (2025-08-05)

⚠ BREAKING CHANGES

  • Configuration keys have changed. Update your .env file:
    • TRANSCRIPT_MODAL_API_KEY → TRANSCRIPT_API_KEY
    • LLM_MODAL_API_KEY → (removed, use TRANSCRIPT_API_KEY)
    • Add DIARIZATION_API_KEY and TRANSLATE_API_KEY if using those services

Features

  • implement service-specific Modal API keys with auto processor pattern (#528) (650befb)
  • use llamaindex everywhere (#525) (3141d17)

Miscellaneous Chores

0.5.0 (2025-07-31)

Features

  • new summary using phi-4 and llama-index (#519) (1bf9ce0)

Bug Fixes

  • remove unused settings and utils files (#522) (2af4790)

0.4.0 (2025-07-25)

Features

Bug Fixes

0.3.2 (2025-07-22)

Bug Fixes

0.3.1 (2025-07-22)

Bug Fixes

  • remove fief out of the source code (#502) (890dd15)
  • remove primary color for room action menu (#504) (2e33f89)

0.3.0 (2025-07-21)

Features

0.2.1 (2025-07-18)

Bug Fixes

  • separate browsing page into different components, limit to 10 by default (#498) (c752da6)

0.2.0 (2025-07-17)

Features

  • improve transcript listing with room_id (#496) (d2b5de5)

Bug Fixes

  • don't attempt to load waveform/mp3 if audio was deleted (#495) (f4578a7)

0.1.1 (2025-07-17)

Bug Fixes

  • postgres database not connecting in worker (#492) (123d09f)
  • process meetings with utc (#493) (f3c85e1)
  • punkt -> punkt_tab + pre-download nltk packages to prevent runtime not working (#489) (c22487b)
  • rename averaged_perceptron_tagger to averaged_perceptron_tagger_eng (#491) (a7b7846)