Skip to content

Latest commit

 

History

History
148 lines (73 loc) · 7.54 KB

File metadata and controls

148 lines (73 loc) · 7.54 KB

Changelog

3.3.0 (2026-01-31)

Features

  • config: add environment variable support for settings (064080e)
  • gpt-5.2, fixes #481 (e84a20d)

Bug Fixes

  • deps: update dependency langchain-chroma to v1.1.0 (4512ef2)
  • deps: update dependency langchain-chroma to v1.1.0 (7aba6cb)
  • deps: update dependency peewee to v3.19.0 (2ab6a9a)
  • deps: update dependency peewee to v3.19.0 (fff2855)
  • deps: update dependency pytubefix to v10 (b358020)
  • deps: update dependency pytubefix to v10 (659baa8)
  • deps: update dependency streamlit to v1.53.1 (0892d8c)
  • deps: update dependency streamlit to v1.53.1 (f741a07)
  • deps: update dependency youtube-transcript-api to v1.2.4 (#509) (9a734f8)

3.2.1 (2025-12-22)

Bug Fixes

  • remove duplicate name assignment in ChatOllama initialization (0395161)

3.2.0 (2025-12-21)

Features

  • add ollama provider support (9bb0f15)

Bug Fixes

  • add model name to ChatOllama initialization (775722e)
  • correct API key check in display_model_settings_sidebar function (4bfb46c)
  • don't display available models if no API key is set (15c5b9e)
  • update context length retrieval for Ollama models and improve token counting logic in transcript summary (523c7ec)
  • update mock_llm to include model name and restore transcript length exception test (74a1074)

3.1.0 (2025-11-18)

Features

  • enable support for gpt-5 models, closes #420 (1f9ac69)

3.0.0 (2025-06-14)

⚠ BREAKING CHANGES

  • deps: update Chroma DB version

Bug Fixes

  • handle KeyError in token encoding mapping with fallback (8c6111f)

Miscellaneous Chores

  • deps: update Chroma DB version (f7a75b1)

2.6.0 (2025-02-27)

Features

  • export: ref #267, add custom export functionality for answers related to specific video (4ff407e)
  • library: #267, enable downloading of library entries as markdown files (2b0883e)
  • ref #267, enable export of all library entries for a specific channel/video (5eb97c9)

Bug Fixes

2.5.0 (2024-11-03)

Features

  • library: enable filtering of answers by video (ecd30e5)
  • library: enable filtering of summaries by channel (e00f81e)

Bug Fixes

  • summary: invalid method call (d2ea52d)

Performance Improvements

  • remove redundant method usages (ee8e163)

2.4.0 (2024-11-01)

Features

2.3.1 (2024-09-05)

Performance Improvements

  • introduce an env var to store models available to a user (df85861)

2.3.0 (2024-09-04)

Features

  • enable (advanced) transcription using whisper (1d679f7)

2.2.1 (2024-08-13)

Bug Fixes

  • helpers: provide default value for model param in func for token counting (af395ba)

2.2.0 (2024-07-20)

Features

  • add gpt4o-mini, closes #86 (558bd3c)
  • display only the models that are available to the user (c02c245)

2.1.0 (2024-06-30)

Features

  • chat: add options for embedding models, closes #67 (657729e)

Bug Fixes

  • ensure that the users query is embedded using the same model as the transcript (cbe81b8)