Releases: sudoleg/YouTubeGPT
Releases · sudoleg/YouTubeGPT
v3.3.0
01 Feb 11:09
Compare
Sorry, something went wrong.
No results found
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 )
v3.2.1
22 Dec 20:03
Compare
Sorry, something went wrong.
No results found
3.2.1 (2025-12-22)
Bug Fixes
remove duplicate name assignment in ChatOllama initialization (0395161 )
v3.2.0
22 Dec 08:35
Compare
Sorry, something went wrong.
No results found
Introducing Ollama support in 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 )
v3.1.0
18 Nov 09:34
Compare
Sorry, something went wrong.
No results found
3.1.0 (2025-11-18)
Features
v3.0.0
14 Jun 19:24
Compare
Sorry, something went wrong.
No results found
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 )
v2.6.0
27 Feb 15:04
Compare
Sorry, something went wrong.
No results found
Introduce feature for exporting 🚀
Now you can not only save summaries and answers into the library, but also export them as Markdown files!
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
v2.5.0
04 Nov 07:33
Compare
Sorry, something went wrong.
No results found
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 )
v2.4.0
01 Nov 19:14
Compare
Sorry, something went wrong.
No results found
Introduce library 🚀
Now you can save summaries and answers to your questions to a library, which is available on a separate page in the app!
2.4.0 (2024-11-01)
Features
v2.3.1
05 Sep 15:17
Compare
Sorry, something went wrong.
No results found
2.3.1 (2024-09-05)
Performance Improvements
introduce an env var to store models available to a user (df85861 )
v2.3.0
04 Sep 09:29
Compare
Sorry, something went wrong.
No results found
2.3.0 (2024-09-04)
Features
enable (advanced) transcription using whisper (1d679f7 )