Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/02.whats-new/01.v0-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading