Files
reflector/CHANGELOG.md

8.0 KiB

Changelog

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)