Skip to content

Commit 85aa66e

Browse files
changelog v0.1.54
1 parent 159c16f commit 85aa66e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [0.1.54] - 2024-07-09
8+
### Fixed
9+
- vtt parsing now handles normal vtt and word level time stamps
10+
- https://github.com/NotJoeMartinez/yt-fts/pull/159
11+
12+
### Changed
13+
- Embeddings now include segment metadata
14+
- https://github.com/NotJoeMartinez/yt-fts/pull/158
15+
716
## [0.1.53] - 2024-07-06
817
### Changed
918
- changed model LLM model to gpt-4o

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yt-fts"
7-
version = "0.1.53"
7+
version = "0.1.54"
88
description = "Search all of a YouTube channel from the command line"
99
readme = "README.md"
1010
requires-python = ">=3.8"

yt_fts/yt_fts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
show_message
2727
)
2828

29-
YT_FTS_VERSION = "0.1.53"
29+
YT_FTS_VERSION = "0.1.54"
3030
console = Console()
3131

3232

0 commit comments

Comments
 (0)