From 78ae2096e66a6a2b436d7a6a3dcd9826adc45669 Mon Sep 17 00:00:00 2001 From: Luis Novo Date: Sat, 14 Feb 2026 21:06:00 -0300 Subject: [PATCH] chore: bump version to 1.7.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ CLAUDE.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563bd3e..7b974ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.1] - 2026-02-14 + +### Added +- French (fr-FR) language support (#581) +- CI test workflow and improved i18n validation (#580) +- Expose embed `command_id` in note API responses (#545) + +### Fixed +- ElevenLabs TTS credential passthrough via Esperanto update (#578) +- Handle empty/whitespace source content without retry loop (#576) +- Increase transformation `max_tokens` and update Esperanto dep (#568) +- Turn the embedding field into optional (#557) + +### Docs +- Fix docker container names in local setup guides (#577) + +### Dependencies +- Bump langchain-core from 1.2.7 to 1.2.11 (#564) +- Bump cryptography from 46.0.3 to 46.0.5 (#563) + ## [1.7.0] - 2026-02-10 ### Added diff --git a/CLAUDE.md b/CLAUDE.md index 39c3bc3..bed67c4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -218,4 +218,4 @@ See dedicated CLAUDE.md files for detailed guidance: --- -**Last Updated**: January 2026 | **Project Version**: 1.2.4+ +**Last Updated**: February 2026 | **Project Version**: 1.7.1 diff --git a/pyproject.toml b/pyproject.toml index 553780c..cb83a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "open-notebook" -version = "1.7.0" +version = "1.7.1" description = "An open source implementation of a research assistant, inspired by Google Notebook LM" authors = [ {name = "Luis Novo", email = "lfnovo@gmail.com"} diff --git a/uv.lock b/uv.lock index d269800..1bb6675 100644 --- a/uv.lock +++ b/uv.lock @@ -2095,7 +2095,7 @@ wheels = [ [[package]] name = "open-notebook" -version = "1.7.0" +version = "1.7.1" source = { editable = "." } dependencies = [ { name = "ai-prompter" },