# Anytype v0.56.8-beta - Product: Anytype (https://whatsnew.fyi/product/anytype) - Vendor: Any Association - Date: 2026-08-26 - Version: v0.56.8-beta - Original notes: https://github.com/anyproto/anytype-ts/releases/tag/v0.56.8-beta - Permalink: https://whatsnew.fyi/product/anytype/releases/v0.56.8-beta - Labels: Pre-release; Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Channel matches in global search - **added** — Channels chip in global search - **added** — Vault search icon - **added** — Pin "Created in" to the top of Properties on every layout - **added** — "Created in" origin navigation for media and bookmark objects - **added** — Global search shortcut and quick search panel - **fixed** — Show chat navigation arrows when there is somewhere to go back to - **fixed** — Locate object by message id when the context renders as a chat page - **fixed** — Read the origin locator from the store, not the caller's record - **fixed** — Pair createdInContextRef with createdInContext - **fixed** — Keep the space sidebar resizable after a vault transition - **changed** — Use an up-right arrow for the "Created in" affordance Changes from v0.56.7-beta to v0.56.8-beta (beta track) **Summary:** 1 tasks, 22 commits, 3 merged PRs ##### Medium Priority - **JS-9863**: Search: Channel matches in global search, Channels chip, vault search icon (7 commits) ##### Other Commits - `2b71bd4` chore: bump version to 0.56.8-beta, middleware to 0.51.0-rc6 - `a12ccbb` Merge pull request #2355 from anyproto/feature/created-in-context-navigation - `041a87c` Revert "fix(router): keep the blank placeholder out of history" - `2d6d772` fix(header): show chat navigation arrows when there is somewhere to go back to - `a76ee90` fix(router): keep the blank placeholder out of history - `deb24f5` fix(subscription): pair createdInContextRef with createdInContext - `573998a` fix(object): locate by message id when the context renders as a chat page - `7cf377b` fix(object): read the origin locator from the store, not the caller's record - `90baa8b` Merge remote-tracking branch 'origin/develop' into feature/created-in-context-navigation - `6a0a2d0` feat(object): pin "Created in" to the top of Properties on every layout - `a8ccb56` fix(object): use an up-right arrow for the "Created in" affordance - `24aa690` Merge pull request #2354 from anyproto/feature/global-search-quick-panel - `9172453` fix(sidebar): keep the space sidebar resizable after a vault transition - `91a4e89` feat(object): "Created in" origin navigation for media and bookmark objects - `f7527e3` Global search shortcut + quick search panel