diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d565c..019f91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.2] - 2026-01-15 + +### Performance +- Improved source listing speed by 20-30x (#436, closes #351) + - Added database indexes on `source` field for `source_insight` and `source_embedding` tables + - Use SurrealDB `FETCH` clause for command status instead of N async calls + ## [1.5.1] - 2026-01-15 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index df07a68..e7d47a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "open-notebook" -version = "1.5.1" +version = "1.5.2" 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 359697e..f49af6c 100644 --- a/uv.lock +++ b/uv.lock @@ -2375,7 +2375,7 @@ wheels = [ [[package]] name = "open-notebook" -version = "1.5.1" +version = "1.5.2" source = { editable = "." } dependencies = [ { name = "ai-prompter" },