Releases: seed-hypermedia/seed
Releases · seed-hypermedia/seed
Release list
2026.7.3
✨ Features
- New desktop Account & Vault settings: manage accounts, devices, notifications, email, and vault
- New site settings, including an email subscribers list for site owners
- Redesigned join and sign-in flow on the web
- Explore: Profile tab, network discovery, and shareable URLs for every view
- Desktop network selector: choose mainnet, testnet, or a custom network
- Web pages now render documents with the exact same layout as the editor
- Video controls moved into the video block options menu
- Self hosting: the deploy script now self-updates and supports choosing the install location with an
--advancedmode
🐛 Bug Fixes
- Fix accounts that haven't completed onboarding being hidden from the account list and switcher
- Fix the document outline
- Fix comment timestamps navigating to the wrong location
- Fix comment lists not refreshing after posting a comment
- Fix the activity feed occasionally skipping events
- Fix a freeze when opening documents containing circular embeds
- Fix shift-click text selection on links in the editor
- Improve document loading performance on busy sites
- Fix document discovery starving the connection pool and slowing down other requests
- Only warn about older document versions when a link explicitly targets an old version
Full Changelog: 2026.7.2...2026.7.3
2026.7.2
🐛 Bug Fixes
- Fix query blocks showing edit errors when changing their settings
- Fix the desktop app getting stuck on the draft loading placeholder after opening some cached drafts
- Fix image captions inside grids stealing focus or creating unexpected blocks when clicked or edited
- feat: prediction cone for hover actions menu in #850
Full Changelog: 2026.7.1...2026.7.2
2026.7.1
✨ Features
- Tables in the editor — Add full table blocks with rows, columns, and header cells. Tables support round-trip conversion across all document formats, hover strips with insert/delete/toggle-header actions, and keyboard navigation (Enter to move down cells, Shift-Enter for line breaks).
- Move documents on the web — You can now move documents on the web just like on desktop, and document cards update correctly after moving, publishing, or deleting.
- Move unpublished drafts — Unpublished drafts can now be moved to a different location before going live.
- Document version graph inspector — View a visual graph of a document's version history to see how it evolved over time.
- Gray colors in the formatting toolbar — New neutral gray colors are available in both text color and highlight palettes, and you can now remove a color by clicking it again.
- Auto-join hosted agent server — Your desktop app now automatically connects to a hosted agent server when available.
- Robots.txt — Sites now serve a robots.txt file for better search engine control.
- UI refinements — The old version banner is replaced with a toast, the directory panel is now called subdocuments, the share button is now labeled copy link, and other menu labels have been refreshed.
🐛 Bug Fixes
- Restore desktop publishing — Fix a regression that broke publishing, logging, and frontmatter parsing in the desktop app.
- Fix editor unexpectedly exiting edit mode — Clicks outside the document body no longer exit editing mode.
- Fix content not rendering after publish — Published content now renders correctly immediately after publishing.
- Fix hover actions on nested blocks — Hover menus now work correctly on blocks nested inside other blocks.
- Fix delete dialog expanding — The delete confirmation dialog no longer stretches across the entire layout.
- Fix media hover and selection actions — Hover states and selection menus now work for embedded media, images, videos, and files.
- Fix query blocks not updating on first publish — Query blocks now correctly retarget after a document's initial publish.
- Fix publish popover not showing — The publish popover now reliably appears in all contexts.
- Fix document card relocation after moves — Document cards now move to the correct parent location after moving and republishing.
- Fix removing default agent server — You can now remove a previously set default agent server from settings.
- Fix mention triggers for late comments — Mentions now reliably trigger even when comment propagation is delayed, so you won't miss notifications.
Infrastructure
- Deploy reliability — The autoupdater now reconciles running image tags on every check instead of silently skipping when they drift. Docker pull timeouts are increased for large image deployments, and pull failures now surface clear error messages instead of stalling silently.
- P2P network configuration — The P2P network setting is now independent of the image release channel, preventing self-hosted production sites from accidentally joining test networks.
- Agent image versioning — Agent images are now properly versioned for better tracking and rollback capability.
Full Changelog: 2026.6.10...2026.7.1
2026.6.10
✨ Features
- Bring Agents into the main desktop sidebar for easier access
- Agents now have support for web research
- Agent Servers Support more model providers for agents: OpenRouter, DeepSeek, Groq, xAI, Ollama, and custom OpenAI-compatible providers
- Improves default Agent workflow: new agents automatically have their own accounts, respond when mentioned
- Agent triggers can watch multiple accounts for mentions
- Let site owners promote existing site members to writers directly from the collaborators view
- Lots of minor fixes and UI improvements for agents
🐛 Bug Fixes
- Improve block-level comments and citations by using the newer citations API with target block revisions
- Fix user-mention triggers so they no longer miss valid mentions or create duplicate sessions
- Keep agent trigger polling reliable even when one poll or agent session is slow or stuck
- Self hosting: introducing warnings when using testnet or non-stable image channels
Full Changelog: 2026.6.9...2026.6.10
2026.6.9
✨ Features
- Load synced sites faster by prioritizing the page structure and visible content before background blocks
- Simplify document link sharing with a cleaner Copy Link menu, with advanced Canonical, Gateway, and Hypermedia link choices available in settings
- Automatically clean up document cards that point to deleted documents so parent pages stay tidy
- Show the number of people with access directly in document tabs
- Make agent setup smoother by adding model providers during agent creation, curating model dropdowns, auto-creating signing accounts, and opening the new agent after creation
- Replace separate move and republish flows with one destination dialog for choosing where a document should go
🐛 Bug Fixes
- Keep the Publish action visible for editors while editing
- Make embedded document cards open consistently through the same card behavior
- Fix video styling so rounded corners and shadows apply correctly to the actual player
- Keep the desktop titlebar aligned with the locked sidebar width
- Truncate long bookmark labels in the desktop sidebar
- Fix crashes when documents contain malformed blocks, unknown block types, or blocks with children but missing state
- Preserve unknown or forward-incompatible blocks instead of replacing them during editing
- Keep image captions editable when clicked and move focus correctly after pressing Enter
- Hide the query “new document” placeholder when the query banner is shown
- Preserve draft edits during autosave so unsaved changes are not overwritten
Infrastructure
- Improve sync reliability and performance for large sites by reducing stalls, avoiding premature cancellations, and batching persistence work
- Make deploys more predictable by keeping the selected release channel independent from the target environment
- Sign Windows desktop releases to improve install and update trustworthiness
- Improve storage error reporting when cleanup fails
What's Changed
- feat(desktop): simplify copy links and cleanup deleted cards by @horacioh in #797
- fix(ui): apply video chrome to actual players by @horacioh in #804
- fix(desktop): align titlebar with locked sidebar width by @horacioh in #805
- fix(desktop): truncate bookmark labels in sidebar by @horacioh in #806
- feat(desktop): sign Windows builds with DigiCert KeyLocker by @horacioh in #811
- fix(editor): handle unknown block types without crashing (#807) by @ericvicenti in #808
- fix(editor): keep image captions editable on click by @horacioh in #815
- fix(editor): hide query new-doc placeholder under banner by @horacioh in #816
- fix(editor): preserve draft edits during autosave by @horacioh in #818
- feat(desktop): agent setup, model providers, and trigger cleanup by @ericvicenti in #820
- feat(desktop): add unified move and republish dialog by @horacioh in #817
Full Changelog: 2026.6.8...2026.6.9
2026.6.8
🐛 Bug Fixes
Fixes an urgent issue where the "Log Out" button would delete keys for users with legacy local key storage, without adequate warning
Full Changelog: 2026.6.7...2026.6.8
2026.6.7
✨ Features
- You can now create or sign in to a Hypermedia Identity from the desktop app, including using a custom identity domain.
- Add a new desktop welcome flow that helps you join an existing site, sign in, or create your own site.
- You can now restore a document to a previous version from both the web and desktop apps, including its metadata.
- You can now remove bookmarks directly from the desktop sidebar.
- Make it easier to join a site while keeping your account menu and notifications available when you are signed in.
🐛 Bug Fixes
- Fix joining sites on desktop so identity setup opens when you need an account first.
- Keep document actions accessible in the mobile tools row and make the Publish button easier to see.
- Fix creating and publishing home documents, document imports, and other first-time publishes so changes are signed and saved correctly.
- Fix draft pages so new-location drafts do not accidentally load the wrong published document.
- Show comment counts on individual blocks and keep block link/comment actions available only when the block can be referenced.
- Fix editor hover controls so they stay clickable while you are editing.
- Use the first image in a document as the cover for query-block cards when no cover or icon is set.
- Fix collaborator search results so the same account is not shown multiple times and already-added collaborators are filtered correctly.
- Keep dropdown menu buttons visible while their menu is open.
- Fix redirected document pages so they resolve to the correct document immediately and avoid leaking stale redirect data.
- Preserve visible space separators while editing permalinks without publishing trailing dashes.
- Fix notification and account emails so MJML templates finish rendering before emails are previewed or sent.
Full Changelog: 2026.6.6...2026.6.7
2026.6.5
✨ Features
- Improve draft creation so new public and private drafts open reliably and save with the correct document paths.
- Show the first image in a document as its document card icon, making visual documents easier to recognize.
🐛 Bug Fixes
- Fix wide media breaking out of grid layouts.
- Fix private documents showing an incorrect “Not found” page title.
- Keep profile tab links working correctly for registered account documents.
Infrastructure
- Improve security by addressing audit warnings.
Full Changelog: 2026.6.4...2026.6.5
2026.6.4
✨ Features
- Add a consistent delete confirmation dialog for documents across the web and desktop apps, so deleting feels clearer and more reliable.
🐛 Bug Fixes
- Fix query block controls flickering when you hover over them in the editor.
Full Changelog: 2026.6.3...2026.6.4
2026.6.3
✨ Features
- Add an All Documents view for sites, including document paths and shift-click opening for faster navigation
- Add more copy-link choices so you can copy canonical, gateway, or Hypermedia links from resource menus
- Show peer domains in the network dialog
- Add CLI profile support for account-specific workflows
- Add an agent skill for creating Seed-style project documents
- Let the editor plus button open the slash menu without inserting an extra slash
🐛 Bug Fixes
- Fix draft editing and draft preservation when switching versions, editing latest routes, or refocusing the editor
- Improve editor interactions for block hover actions, block selection, media selection, embeds, inline plus positioning, and comment styling
- Fix document redirects, duplicate author display, active sidebar states, header flashing, and navigation consistency across desktop and web
- Fix account selection when opening new desktop windows
- Fix document moves that could behave incorrectly when moving the same document twice
- Fix gateway editing for cross-origin sites
- Fix agent server defaults and empty server-list handling
- Fix Vault delegation requests timing out too quickly
Infrastructure
- Improve database reliability by separating SQLite read and write connections and cleaning up WAL files when closing the pool
Full Changelog: 2026.6.2...2026.6.3