Changelog

Latest updates

A running summary of what is new, improved, and fixed in Vektor. Releases use date-based version numbers and may include multiple builds on busy days.

Browse documentation

Latest
v2026-08-22 – v2026-08-22.5
  • Improved Reworked the activity page layout, and pinning no longer reloads the page.
  • Improved Refined the sidebar spacing, background, and color tint.
  • Fixed Corrected the installed app layout again, and overlays keep their viewport when the mobile keyboard opens.
  • Fixed Uploads stream through the sanitization step instead of buffering.
  • Fixed Link metadata is fetched through the guarded client.
  • Fixed Filled in the missing translations around pinned documents.

v2026-08-21 – v2026-08-21.4
  • New Share links give read-only access to a single document or a whole tree.
  • New Existing share links can be reviewed and revoked in the space settings.
  • New Categories can carry a custom icon.
  • New Added Spanish and Japanese translations.
  • Improved Redesigned the share dialog, and inline code marks can be applied in the editor.
  • Improved Search scoring is noticeably faster on large spaces.
  • Fixed Uploads from the editor no longer fail intermittently.
  • Fixed Translated strings are picked up reliably.
  • Fixed The share dialog offers the links of the page you are on, and no dead ones.
  • Fixed The share cookie is issued securely, and a share link is treated as the credential it is.
  • Fixed A rejected request tells you whether the document is private or the token is wrong.
  • Fixed Member count no longer drops to zero after saving space settings.
  • Fixed The mention suggestion list is wide enough to read the names in it.

v2026-08-20 – v2026-08-20.2
  • New Import an existing Confluence or XWiki space export into a Vektor space.
  • New Instance admins can register and review users from the spaces overview.
  • New The CLI reads its settings from a config file instead of flags alone.
  • New Tables have buttons to add a row or a column.
  • New A single document can be shared straight from the space settings.
  • Improved Redesigned the category edit dialog.
  • Improved The data directory and the mail TLS settings can be set through environment variables.
  • Improved Workflows can only reach a narrow set of binaries.
  • Fixed Document routes resolve consistently, and links inside documents are sanitized.
  • Fixed Corrected CalDAV calendar and event handling.
  • Fixed Filled in missing translations.
  • Fixed The importers write styles and space content correctly.
  • Fixed Extension packages are cached correctly.
  • Fixed Space creation limits are bounded to sensible values.
  • Fixed A trailing node at the end of the editor no longer counts as an edit.

v2026-08-18 – v2026-08-18.2
  • New Personal access tokens can be created and revoked in user preferences.
  • New Admin controls for instance-wide groups, and deleting a space from the spaces overview.
  • Improved Dropped the first space dialog in favour of the spaces overview.
  • Improved Steadier realtime sockets, collaboration sessions, and replica caching.
  • Fixed Comments are visible again.
  • Fixed Revision numbers are allocated atomically, so concurrent saves cannot collide.
  • Fixed Workflow inputs are parsed correctly.
  • Fixed Rate limits apply per caller instead of globally.

v2026-08-17 – v2026-08-17.5
  • New Search now reaches across every space you have access to, with polished filters.
  • New Search results show file previews, and the lightbox steps through them with the arrow keys.
  • New A short tutorial introduces documents the first time you open one.
  • New The API enforces configurable rate limits, with a killswitch to turn them off.
  • Improved Redesigned the share dialog.
  • Improved Search shows clearer loading and empty states.
  • Improved The navigation tree shows the locked path leading to a document you can reach.
  • Improved List items can be changed to another type straight from the selection.
  • Improved Editing a property no longer sends a request when the value did not change.
  • Improved Contributor avatars overlap less, dot files are skipped when assets are collected, and the site now serves a robots.txt.
  • Fixed Attachments and comments are authorized through the document they belong to.
  • Fixed Access tokens live in the access table, so a grant cannot outlive its issuer or survive their demotion.
  • Fixed Semantic search no longer returns hits unrelated to the query, and grouped results keep their order.
  • Fixed Property names, including those in filters, are matched case-insensitively.
  • Fixed Repaired the Figma embed, the category badge, and a markup injection through keyboard shortcut hints.

v2026-08-15 – v2026-08-15.2
  • New Redesigned notification emails.
  • Improved Mention notifications are more accurate and handle comments without a body.
  • Improved Extended the extension documentation with the color palette.
  • Fixed Signing in with OAuth returns you to the page you started from.
  • Fixed Document updates are rejected when the request body does not match the document.
  • Fixed Document properties, and the dates and numbers in them, are validated before they are stored.
  • Fixed Only owners can change space membership and group grants.
  • Fixed Improved how category slugs are generated and matched.
  • Fixed Database extension views are no longer rendered with zero height.

v2026-08-14 – v2026-08-14.1
  • New Documents have a built-in table of contents that adapts to narrow screens.
  • New Space creation can be limited to members of selected groups.
  • Improved The chat and completion endpoint reports errors in more detail.
  • Fixed Sharing a single document now grants access in the live editor as well.
  • Fixed Live connections are re-checked when access changes, and read-only documents stay read-only there.
  • Fixed Secrets stay visible to owners only, and comments follow the access of the document they belong to.
  • Fixed Revisions require editor access to write and only show what the reader may see.
  • Fixed Permission changes are authorized against the access they hand out, and clients can no longer set their own group membership.
  • Fixed A space can offboard its creator while keeping a last owner, and their access tokens are revoked.
  • Fixed Deleting a document removes everything attached to it, and all HTML now passes a single sanitization step.
  • Fixed Workflow file inputs are gated, and a workflow result is treated as prose rather than a document.

v2026-08-13
  • New A spaces overview page, with the spaces you use most pinned to the top.
  • Fixed Access tokens created through the CLI now carry your actual role instead of a fixed editor grant.
  • Fixed CalDAV enforces the scope of the access token it was issued with.
  • Fixed Archiving a document withdraws it from viewers, in line with the editor access archiving requires.
  • Fixed Permission is checked before a document ID redirects to its slug.
  • Fixed Outbound requests are routed through a guarded client, and AI provider URLs are validated when they are saved.
  • Fixed Document property updates are applied to a safe map, so an edit cannot reach unintended internal keys.
  • Fixed Corrected slug generation, reserved space slugs, and slug validation when a slug changes.

v2026-08-12 – v2026-08-12.6
  • New New documents can start from a template.
  • New The installed app opens spaces and new documents in their own tabs.
  • New Avatars can optionally be looked up from a Gravatar-compatible service.
  • Improved Server logs can be exported to any OpenTelemetry endpoint.
  • Improved Clearer API error messages and steadier realtime reconnection.
  • Improved Unified the database query layer so spaces resolve across multiple schemas.
  • Fixed Sharing a document no longer lowers the space role of the person you share with.
  • Fixed Publishing a revision now also replaces the live collaboration content.
  • Fixed OAuth group membership syncs correctly.
  • Fixed Gravatar-compatible avatar lookups use the hash format those services expect.
  • Fixed Repaired canvas updates between pages, stale workflow editor sessions, table shortcuts, and dragging out of the command palette.

v2026-08-10 – v2026-08-10.1
  • Improved Reworked the workflow layout so runs and inputs are easier to follow.
  • Improved Folders in the navigation tree now expand with an animation.

v2026-08-09
  • New Quick Search sits at the top of the sidebar and opens the command palette.
  • New The command palette can hand your query to full text search across every document.
  • Improved Restructured the sidebar: Home is now Activity, and Find moved into the palette.

v2026-08-07 – v2026-08-07.4
  • New Workflows now ask for their inputs in a dialog before a run starts.
  • New Uploads can be cancelled while they are still running.
  • Improved The document tree shows a loading state instead of appearing empty.
  • Fixed Switching in and out of edit mode keeps documents in sync.
  • Fixed Corrected the installed app layout, title bar, and theme colors.

v2026-08-06 – v2026-08-06.3
  • New Extensions can now provide their own views for databases.
  • Improved Unified how the app stores preferences and view state in the browser.
  • Improved Refreshed the installed app icons, manifest, and window layout.
  • Fixed Reconnecting to a document no longer duplicates its content.
  • Fixed Removed the custom scroll handling that caused stray scrolling behaviour.

v2026-08-05
  • Fixed Workflow creation now completes correctly.
  • Fixed Updated the bundled API client and repaired its package loader.

v2026-08-04
  • New The share dialog now shows the people and groups that already have access.

v2026-08-03 – v2026-08-03.2
  • Improved Refined the extension interface for canvases.
  • Fixed Canvas layers no longer tear while rendering.
  • Fixed Tables work again, and pen size selection is more reliable.
  • Fixed AI chat respects provider token limits and handles finish reasons correctly.

v2026-08-02 – v2026-08-02.2
  • New Invite suggestions now include people from the same OAuth group.
  • Improved Server-side document parsing is lighter and no longer depends on Tiptap.
  • Improved Production bundles no longer include development-only dependencies.
  • Improved Workflow schedules now use a smaller cron implementation.

v2026-08-01 – v2026-08-01.11
  • New Added spreadsheets with formatting controls and a document creation shortcut.
  • New Introduced the new Profile panel and a reusable bottom banner.
  • Improved Reduced document lookup work, request waterfalls, and unnecessary client updates.
  • Fixed Improved mobile navigation, typography, notifications, icons, and breadcrumbs.
  • Fixed Resolved database view reactivity, document creation, and empty published document issues.

Looking for an older build or its binaries? Browse every release on GitHub.