Files
reflector/CHANGELOG.md

17 KiB

Changelog

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)