diff --git a/content/02.whats-new/01.v0-23.md b/content/02.whats-new/01.v0-23.md index 20b73ce..3c591b0 100644 --- a/content/02.whats-new/01.v0-23.md +++ b/content/02.whats-new/01.v0-23.md @@ -63,6 +63,12 @@ Day-to-day operation gets first-class commands: - **`bm cloud prune`** — targeted cleanup that deletes cloud files matching this machine's `.bmignore`, without a full mirror sync. See [Prune newly ignored cloud files](/cloud/cloud-sync#prune-newly-ignored-cloud-files) - **Optional Redis read cache** — standalone MCP servers can cache reads via `pip install "basic-memory[redis]"` and `redis_url`. See [Optional Redis read cache](/reference/configuration#optional-redis-read-cache) +## v0.23.2 patch + +Released August 25, 2026 ([release notes](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.23.2)): + +- **No more case-duplicate folders** — when a note is written or moved into a directory that differs from an existing folder only by case (`schemas` vs. an existing `Schemas/`), it now lands in the existing folder instead of silently creating a sibling. Nested paths resolve per segment, unknown folders are still created as given, and resolution works identically for local and cloud projects. + ## v0.23.1 patch Released August 25, 2026 ([release notes](https://github.com/basicmachines-co/basic-memory/releases/tag/v0.23.1)), a fast-follow patch focused on PostgreSQL search: