commit
af59e7fd0f
4 changed files with 23 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [1.7.0] - 2026-02-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "open-notebook"
|
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"
|
description = "An open source implementation of a research assistant, inspired by Google Notebook LM"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Luis Novo", email = "lfnovo@gmail.com"}
|
{name = "Luis Novo", email = "lfnovo@gmail.com"}
|
||||||
|
|
|
||||||
2
uv.lock
2
uv.lock
|
|
@ -2095,7 +2095,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "open-notebook"
|
name = "open-notebook"
|
||||||
version = "1.7.0"
|
version = "1.7.1"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "ai-prompter" },
|
{ name = "ai-prompter" },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue