Skip to content

Releases: anyproto/anytype-ts

v0.57.1-beta

Choose a tag to compare

@github-actions github-actions released this 22 Sep 18:06
51101ab

Changes from v0.56.11-beta to v0.57.1-beta (beta track)

Summary: 0 tasks, 10 commits, 3 merged PRs

Other Commits

  • 51101ab 0.57.1-beta
  • 8a7bff7 0.57.0
  • 4551e15 Release notes for 0.57.0 (#2386)
  • de6de0c Merge pull request #2384 from nrydanov/fix/participant-without-status
  • d276557 0.56.12-alpha
  • 45b0d90 Merge pull request #2385 from anyproto/fix/open-file-temp-path-and-deps
  • 72039d5 chore: bump middleware to 0.51.3
  • fd982a1 chore(deps): take the last Electron 41 and the shipped security fixes
  • e02c3be fix(download): open files from a deterministic temp path
  • dcb7683 fix(store): do not map a participant without status to a join request

v0.57.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 15:16
8a7bff7

Changes from v0.56.5 to v0.57.0

Summary: 15 tasks, 229 commits, 41 merged PRs

High Priority

  • GO-7495: Refactor auth flow: return the account synchronously, drop the AccountShow event
  • JS-9871: Login by phrase fires 4 AccountSelect requests and repeats the whole boot
  • JS-9869: Chat: link marks survive paste-over-selection and strand on unrelated words
  • JS-9868: Recording a Space-containing global search shortcut silently breaks it (3 commits)

Medium Priority

  • JS-9877: Broken image placeholder offers no way to open or download the file
  • JS-9876: Table of contents highlights the neighbouring heading after clicking an item
  • JS-9875: Global search panel: no Messages filter, app drops out of the Dock, empty panel on fast reopen
  • JS-9873: Add AnyBlock v2 export format (Preview)
  • JS-9874: Avoid highlight metadata in mention and picker searches (2 commits)
  • JS-9872: Cold sync: show account start-up status instead of three dots (2 commits)
  • JS-9867: Add preferYamux network setting (prefer TCP) to AccountSelect/AccountCreate (4 commits)
  • JS-9865: Cross-space search: dedupe people, 1-1 Channel rows, clearer drill action (25 commits)
  • JS-9864: Vault: show Create Channel inline under the last channel when the list is short (2 commits)
  • JS-9863: Search: Channel matches in global search, Channels chip, vault search icon (7 commits)
  • JS-9862: Search: in-space cross-chat message search + global cross-space search (107 commits)

Other Commits

  • 8a7bff7 0.57.0
  • 4551e15 Release notes for 0.57.0 (#2386)
  • de6de0c Merge pull request #2384 from nrydanov/fix/participant-without-status
  • d276557 0.56.12-alpha
  • 45b0d90 Merge pull request #2385 from anyproto/fix/open-file-temp-path-and-deps
  • 72039d5 chore: bump middleware to 0.51.3
  • fd982a1 chore(deps): take the last Electron 41 and the shipped security fixes
  • e02c3be fix(download): open files from a deterministic temp path
  • dcb7683 fix(store): do not map a participant without status to a join request
  • 306e1f5 chore: bump version to 0.56.11-beta, middleware to 0.51.2
  • 0a0ea40 chore: bump version to 0.56.10-beta, middleware to 0.51.1
  • 76c5598 fix(blockImage): let a broken image reach its file object
  • c2fed09 fix(tableOfContents): highlight the heading the click scrolled to
  • e3bdd4b fix(vault): hold the recovery spinner off the collapsed rail's top edge
  • 0c98ab6 fix(quickSearch): do not reopen the panel popup into a pending close
  • e721c22 fix(quickSearch): keep the Dock icon and the menu bar when the panel opens
  • 2499cb6 fix(search): offer the Messages filter in the spaceless quick search panel
  • c4ed876 Merge pull request #2379 from anyproto/local-link-approval
  • 8ddac1d fix(download): forward the whole request, and let opened files close their row
  • 62d0e4e feat(download): reuse the copy already on disk, verified by checksum
  • f76f504 feat(download): open only what the system can view, reveal the rest
  • 2a1aa0b feat(download): open files through the gateway too
  • 03bab8e feat(download): own file download progress in the sidebar
  • f69f45a feat(localApi): send the helper a per-launch secret on stdin
  • a75eace feat(linkApproval): space-scoped grants for pairing and API keys
  • bf4b27a feat(linkApproval): restructure the prompt around one identity line
  • 2ca5987 fix(linkApproval): import the design system the window uses
  • d9d6c5e fix: stop tracking the node_modules symlink
  • e97bb80 fix(linkApproval): load the window from the dev server and pull its payload
  • 55927fb docs: note the approval window, main-process manager and proto prerequisites
  • 0979578 feat(localLink): approve pairing requests before the code is minted
  • 2fcba50 feat(linkApproval): main-process approval queue state machine
  • 21168d9 docs: local-link pairing approval desktop design
  • 1ede11e Merge pull request #2378 from anyproto/importv2-client-integration
  • 06a70d9 fix(import): state the direct path in the BYOK disclosure
  • ec798f4 fix(import): make the AI disclosure accurate about where data goes
  • 5e244f7 feat(import): hide embedding models, rename the recommended row
  • 6382fbd feat(import): AI provider dropdown, Notion token guide, format back link
  • 2b349f4 feat(import): import v2 client integration and target channel picker
  • 8fb33df feat(export): add detailed results and clarify file data options
  • d6fd870 feat(export): add AnyBlock v2 export format behind a Preview label

... and 29 more commits

v0.56.12-alpha

Choose a tag to compare

@github-actions github-actions released this 22 Sep 10:48
d276557

Changes from v0.56.9-alpha to v0.56.12-alpha (alpha track)

Summary: 6 tasks, 45 commits, 39 merged PRs

High Priority

  • GO-7495: Refactor auth flow: return the account synchronously, drop the AccountShow event

Medium Priority

  • JS-9877: Broken image placeholder offers no way to open or download the file
  • JS-9876: Table of contents highlights the neighbouring heading after clicking an item
  • JS-9875: Global search panel: no Messages filter, app drops out of the Dock, empty panel on fast reopen
  • JS-9873: Add AnyBlock v2 export format (Preview)
  • JS-9874: Avoid highlight metadata in mention and picker searches (2 commits)

Other Commits

  • d276557 0.56.12-alpha
  • 45b0d90 Merge pull request #2385 from anyproto/fix/open-file-temp-path-and-deps
  • 72039d5 chore: bump middleware to 0.51.3
  • fd982a1 chore(deps): take the last Electron 41 and the shipped security fixes
  • e02c3be fix(download): open files from a deterministic temp path
  • 306e1f5 chore: bump version to 0.56.11-beta, middleware to 0.51.2
  • 0a0ea40 chore: bump version to 0.56.10-beta, middleware to 0.51.1
  • 76c5598 fix(blockImage): let a broken image reach its file object
  • c2fed09 fix(tableOfContents): highlight the heading the click scrolled to
  • e3bdd4b fix(vault): hold the recovery spinner off the collapsed rail's top edge
  • 0c98ab6 fix(quickSearch): do not reopen the panel popup into a pending close
  • e721c22 fix(quickSearch): keep the Dock icon and the menu bar when the panel opens
  • 2499cb6 fix(search): offer the Messages filter in the spaceless quick search panel
  • c4ed876 Merge pull request #2379 from anyproto/local-link-approval
  • 8ddac1d fix(download): forward the whole request, and let opened files close their row
  • 62d0e4e feat(download): reuse the copy already on disk, verified by checksum
  • f76f504 feat(download): open only what the system can view, reveal the rest
  • 2a1aa0b feat(download): open files through the gateway too
  • 03bab8e feat(download): own file download progress in the sidebar
  • f69f45a feat(localApi): send the helper a per-launch secret on stdin
  • a75eace feat(linkApproval): space-scoped grants for pairing and API keys
  • bf4b27a feat(linkApproval): restructure the prompt around one identity line
  • 2ca5987 fix(linkApproval): import the design system the window uses
  • d9d6c5e fix: stop tracking the node_modules symlink
  • e97bb80 fix(linkApproval): load the window from the dev server and pull its payload
  • 55927fb docs: note the approval window, main-process manager and proto prerequisites
  • 0979578 feat(localLink): approve pairing requests before the code is minted
  • 2fcba50 feat(linkApproval): main-process approval queue state machine
  • 21168d9 docs: local-link pairing approval desktop design
  • 1ede11e Merge pull request #2378 from anyproto/importv2-client-integration
  • 06a70d9 fix(import): state the direct path in the BYOK disclosure
  • ec798f4 fix(import): make the AI disclosure accurate about where data goes
  • 5e244f7 feat(import): hide embedding models, rename the recommended row
  • 6382fbd feat(import): AI provider dropdown, Notion token guide, format back link
  • 2b349f4 feat(import): import v2 client integration and target channel picker
  • 8fb33df feat(export): add detailed results and clarify file data options
  • d6fd870 feat(export): add AnyBlock v2 export format behind a Preview label
  • 79a3a33 Merge pull request #2368 from anyproto/go-7495-account-from-createsession-response

v0.56.11-beta

Choose a tag to compare

@github-actions github-actions released this 19 Sep 23:42
306e1f5

Changes from v0.56.10-beta to v0.56.11-beta (beta track)

Summary: 0 tasks, 1 commits

Other Commits

  • 306e1f5 chore: bump version to 0.56.11-beta, middleware to 0.51.2

v0.56.10-beta

Choose a tag to compare

@github-actions github-actions released this 19 Sep 10:02
0a0ea40

Changes from v0.56.8-beta to v0.56.10-beta (beta track)

Summary: 13 tasks, 87 commits, 38 merged PRs

High Priority

  • GO-7495: Refactor auth flow: return the account synchronously, drop the AccountShow event
  • JS-9871: Login by phrase fires 4 AccountSelect requests and repeats the whole boot
  • JS-9869: Chat: link marks survive paste-over-selection and strand on unrelated words
  • JS-9868: Recording a Space-containing global search shortcut silently breaks it (3 commits)

Medium Priority

  • JS-9877: Broken image placeholder offers no way to open or download the file
  • JS-9876: Table of contents highlights the neighbouring heading after clicking an item
  • JS-9875: Global search panel: no Messages filter, app drops out of the Dock, empty panel on fast reopen
  • JS-9873: Add AnyBlock v2 export format (Preview)
  • JS-9874: Avoid highlight metadata in mention and picker searches (2 commits)
  • JS-9872: Cold sync: show account start-up status instead of three dots (2 commits)
  • JS-9867: Add preferYamux network setting (prefer TCP) to AccountSelect/AccountCreate (4 commits)
  • JS-9865: Cross-space search: dedupe people, 1-1 Channel rows, clearer drill action (25 commits)
  • JS-9864: Vault: show Create Channel inline under the last channel when the list is short (2 commits)

Other Commits

  • 0a0ea40 chore: bump version to 0.56.10-beta, middleware to 0.51.1
  • 76c5598 fix(blockImage): let a broken image reach its file object
  • c2fed09 fix(tableOfContents): highlight the heading the click scrolled to
  • e3bdd4b fix(vault): hold the recovery spinner off the collapsed rail's top edge
  • 0c98ab6 fix(quickSearch): do not reopen the panel popup into a pending close
  • e721c22 fix(quickSearch): keep the Dock icon and the menu bar when the panel opens
  • 2499cb6 fix(search): offer the Messages filter in the spaceless quick search panel
  • c4ed876 Merge pull request #2379 from anyproto/local-link-approval
  • 8ddac1d fix(download): forward the whole request, and let opened files close their row
  • 62d0e4e feat(download): reuse the copy already on disk, verified by checksum
  • f76f504 feat(download): open only what the system can view, reveal the rest
  • 2a1aa0b feat(download): open files through the gateway too
  • 03bab8e feat(download): own file download progress in the sidebar
  • f69f45a feat(localApi): send the helper a per-launch secret on stdin
  • a75eace feat(linkApproval): space-scoped grants for pairing and API keys
  • bf4b27a feat(linkApproval): restructure the prompt around one identity line
  • 2ca5987 fix(linkApproval): import the design system the window uses
  • d9d6c5e fix: stop tracking the node_modules symlink
  • e97bb80 fix(linkApproval): load the window from the dev server and pull its payload
  • 55927fb docs: note the approval window, main-process manager and proto prerequisites
  • 0979578 feat(localLink): approve pairing requests before the code is minted
  • 2fcba50 feat(linkApproval): main-process approval queue state machine
  • 21168d9 docs: local-link pairing approval desktop design
  • 1ede11e Merge pull request #2378 from anyproto/importv2-client-integration
  • 06a70d9 fix(import): state the direct path in the BYOK disclosure
  • ec798f4 fix(import): make the AI disclosure accurate about where data goes
  • 5e244f7 feat(import): hide embedding models, rename the recommended row
  • 6382fbd feat(import): AI provider dropdown, Notion token guide, format back link
  • 2b349f4 feat(import): import v2 client integration and target channel picker
  • 8fb33df feat(export): add detailed results and clarify file data options
  • d6fd870 feat(export): add AnyBlock v2 export format behind a Preview label
  • 79a3a33 Merge pull request #2368 from anyproto/go-7495-account-from-createsession-response
  • 7ca1572 0.56.9-alpha
  • 20f34f8 Merge pull request #2367 from anyproto/feature/helper-process-lifeline
  • 3872746 fix(electron): harden helper ownership and settle start() on early exit
  • e53a04e fix(electron): tie the helper process lifetime to the main process
  • 4b25e57 style(recovery): size the peers menu action like the rest of the popup
  • b416792 style(recovery): move the debug link to the foot, quieten the peer counts
  • 37b2a19 chore: pin middleware 0.51.0-rc7, handle the stalled channel state
  • d18c055 feat(recovery): show account start-up status during cold sync
  • 14f068d fix(auth): stop the login screen firing AccountSelect on every render
  • 0ae9116 fix(chat): drop link marks whose text was replaced by a paste

v0.56.9-alpha

Choose a tag to compare

@github-actions github-actions released this 07 Sep 11:43
7ca1572

Changes from v0.56.3-alpha to v0.56.9-alpha (alpha track)

Summary: 14 tasks, 193 commits, 18 merged PRs

Urgent

  • JS-9861: Big regression on copy + paste

High Priority

  • JS-9871: Login by phrase fires 4 AccountSelect requests and repeats the whole boot
  • JS-9869: Chat: link marks survive paste-over-selection and strand on unrelated words
  • JS-9868: Recording a Space-containing global search shortcut silently breaks it (3 commits)
  • JS-9855: Text property in object header does nothing when clicked (2 commits)
  • JS-9859: No sidebar toggles on the empty object state when both left panels are closed (3 commits)

Medium Priority

  • JS-9872: Cold sync: show account start-up status instead of three dots (2 commits)
  • JS-9867: Add preferYamux network setting (prefer TCP) to AccountSelect/AccountCreate (4 commits)
  • JS-9865: Cross-space search: dedupe people, 1-1 Channel rows, clearer drill action (25 commits)
  • JS-9864: Vault: show Create Channel inline under the last channel when the list is short (2 commits)
  • JS-9863: Search: Channel matches in global search, Channels chip, vault search icon (7 commits)
  • JS-9862: Search: in-space cross-chat message search + global cross-space search (107 commits)
  • JS-9856: 'Select a parameter' menu for an empty Query opens in the top-left corner (2 commits)
  • JS-9857: Backspace hits the wrong offset in code blocks containing zero-width characters (2 commits)

Other Commits

  • 7ca1572 0.56.9-alpha
  • 20f34f8 Merge pull request #2367 from anyproto/feature/helper-process-lifeline
  • 3872746 fix(electron): harden helper ownership and settle start() on early exit
  • e53a04e fix(electron): tie the helper process lifetime to the main process
  • 4b25e57 style(recovery): size the peers menu action like the rest of the popup
  • b416792 style(recovery): move the debug link to the foot, quieten the peer counts
  • 37b2a19 chore: pin middleware 0.51.0-rc7, handle the stalled channel state
  • d18c055 feat(recovery): show account start-up status during cold sync
  • 14f068d fix(auth): stop the login screen firing AccountSelect on every render
  • 0ae9116 fix(chat): drop link marks whose text was replaced by a paste
  • 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
  • 5ae9ee6 chore: bump version to 0.56.7-beta
  • d169d3e chore: bump middleware to 0.51.0-rc5
  • e06934b chore: bump version to 0.56.6-beta, middleware to 0.51.0-rc4
  • d0851c4 0.56.5
  • 1d94e90 Merge pull request #2348 from anyproto/js-9861-big-regression-on-copy-paste
  • 19edec7 0.56.4

v0.56.8-beta

Choose a tag to compare

@github-actions github-actions released this 26 Aug 19:11
2b71bd4

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

v0.56.7-beta

Choose a tag to compare

@github-actions github-actions released this 22 Aug 22:29
5ae9ee6

Changes from v0.56.6-beta to v0.56.7-beta (beta track)

Summary: 1 tasks, 39 commits, 1 merged PRs

Medium Priority

  • JS-9862: Search: in-space cross-chat message search + global cross-space search (37 commits)

Other Commits

  • 5ae9ee6 chore: bump version to 0.56.7-beta
  • d169d3e chore: bump middleware to 0.51.0-rc5

v0.56.6-beta

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:08
e06934b

Changes from v0.56.2-beta to v0.56.6-beta (beta track)

Summary: 8 tasks, 90 commits, 8 merged PRs

Urgent

  • JS-9861: Big regression on copy + paste

High Priority

  • JS-9855: Text property in object header does nothing when clicked (2 commits)
  • JS-9859: No sidebar toggles on the empty object state when both left panels are closed (3 commits)
  • JS-9852: Calendar widget: month/year dropdown opens behind the sidebar (2 commits)
  • JS-9853: Text colour change is not saved after the first change on the same selection (3 commits)

Medium Priority

  • JS-9862: Search: in-space cross-chat message search + global cross-space search (70 commits)
  • JS-9856: 'Select a parameter' menu for an empty Query opens in the top-left corner (2 commits)
  • JS-9857: Backspace hits the wrong offset in code blocks containing zero-width characters (2 commits)

Other Commits

  • e06934b chore: bump version to 0.56.6-beta, middleware to 0.51.0-rc4
  • d0851c4 0.56.5
  • 1d94e90 Merge pull request #2348 from anyproto/js-9861-big-regression-on-copy-paste
  • 19edec7 0.56.4
  • 7adf6b0 0.56.3-alpha

v0.56.5

Choose a tag to compare

@github-actions github-actions released this 20 Aug 17:07
d0851c4

Changes from v0.56.4 to v0.56.5

Summary: 1 tasks, 3 commits, 1 merged PRs

Urgent

  • JS-9861: Big regression on copy + paste

Other Commits

  • d0851c4 0.56.5
  • 1d94e90 Merge pull request #2348 from anyproto/js-9861-big-regression-on-copy-paste