Changelog

Track the latest updates and improvements to Voiden.md

v1.1.0-beta.3

1/19/2026

Postman Compatibility, Auth Fixes & Editor Shortcuts

Improves Postman legacy collection imports, fixes authentication issues with variables, and introduces editor productivity shortcuts alongside key UI fixes.

added

  • Added shortcut key (Ctrl + .) to open the drag/context menu (Copy, Cut, Delete, etc.)
  • Added separate actions for inserting blocks: Add block above (Cmd + Shift + ↑) and Add block below (Cmd + Shift + ↓)

changed

  • Replaced the single 'Add block' action with two focused options for adding blocks above or below

fixed

  • Resolved issues with importing Postman legacy collections that do not include variables when generating Voiden files
  • Fixed Authentication Plugin issues where Basic Auth and OAuth1 encryption failed with environment and runtime variables
  • Enabled scrolling on the Changelog and Welcome pages

v1.1.0-beta.2

1/12/2026

GraphQL Expansion, Windows Parity & Performance Gains

Expands protocol support, improves cross-platform parity, and significantly boosts performance for large OpenAPI specifications.

added

  • GraphQL support alongside REST, gRPC, and WSS using the same file-based workflow
  • Support for uninstalling projects and setting a default directory for project creation
  • Editable `.env` files directly within Voiden

changed

  • Optimized rendering performance for large OpenAPI specifications by eliminating inefficient re-renders
  • Improved handling of imperfect or non-strict API specifications
  • Improved text contrast for error messages

fixed

  • Resolved performance lag when opening large OpenAPI files caused by unnecessary UI updates

v1.1.0-beta.1

12/2/2025

Multi-Window Workflows & Protocol Expansion

Introduces multi-window support, CLI automation, and expanded protocol support for real-time and strongly typed APIs.

added

  • Multi-window support to work on multiple files or projects simultaneously
  • CLI support for automating API workflows and integrating with CI pipelines
  • OpenAPI validation to ensure requests match API specifications
  • WebSocket support for testing and documenting WebSocket APIs
  • gRPC support for testing and documenting gRPC APIs

fixed

  • Resolved performance lag when opening large OpenAPI files caused by unnecessary UI updates

changed

  • Optimized rendering performance for large OpenAPI specifications
  • Improved handling of imperfect or non-strict API specifications
  • Improved text contrast for error messages

v1.0.0-beta.20

11/11/2025

CLI Launcher, Git Improvements & Enhanced UX

Major improvements to CLI integration, Git branch management, and overall user experience with better error handling and visual feedback.

added

  • Voiden CLI binary for launching files and folders from terminal
  • One-click CLI installation and uninstall from settings
  • Git branch UI redesign with search, icons, and visual feedback
  • Create new Git branches directly from search input
  • Toast notifications for Git success and failure states

changed

  • Git branch dialog redesigned to match Command Palette UX
  • Improved keyboard navigation and hover feedback
  • Enhanced CLI installation documentation across platforms

fixed

  • Fixed CLI not opening folders when app is already running
  • Fixed Git errors failing silently
  • Improved JSON content-type detection
  • Fixed slash command popup triggering unexpectedly
  • Improved auto-update reliability

v1.0.0-beta.12

11/5/2025

Native Menus, Linked Blocks & Core Editing Improvements

Major upgrades to core editing with native menus, linked blocks, improved block management, and autosave stability.

added

  • Native macOS menu bar with full keyboard shortcut support
  • Hamburger menu for Windows/Linux
  • Linked block references across documents
  • Command palette enhancements and new file creation commands
  • Autosave support for unsaved files across restarts

changed

  • Improved grip menu styling and paste validation
  • Linked blocks now use relative paths for better portability
  • Bottom panel default size increased for better usability

fixed

  • Fixed keyboard shortcuts inside CodeMirror blocks
  • Fixed menu-triggered selection loss
  • Fixed singleton block duplication issues
  • Fixed autosave cleanup on startup

v1.0.0-beta.7

10/31/2025

First Major Beta Release

Voiden becomes production-ready with full API testing, project management, and extensibility.

added

  • Project management support
  • Advanced request execution pipeline
  • REST, GraphQL, Webhooks, and Postman import support
  • Comprehensive settings panel and auth plugins

fixed

  • Resolved editor copy-paste issues
  • Fixed keyboard shortcut inconsistencies on Windows and Linux

v0.10.7

7/8/2025

macOS Intel Support & Bug Fixes

This release adds native support for Intel-based Macs and resolves several UI and feature-related issues from previous versions.

added

  • Added native support for macOS Intel architecture

fixed

  • Fixed issue with opening links in the in-app browser instead of the default browser.
  • Resolved problems with the 'Duplicate File' option in the file explorer context menu
  • Corrected issues with the 'Request Snapshot' feature in the response panel viewer
  • Resolved the issue of not being able to retry requests when the API is not accessible.

v0.10.6

6/27/2025

Enhanced Navigation & Linux Support

This release introduces productivity-enhancing features like file duplication and request snapshots, along with official support for Linux distributions (.deb and .rpm).

added

  • Displayed app version in the UI footer for easier reference and debugging
  • Added 'Duplicate File' option to the file explorer context menu
  • Introduced 'Request Snapshot' feature in the response panel to capture the full state of a response
  • Released official Linux support with downloadable .deb and .rpm installers

fixed

    v0.10.5

    6/7/2025

    Changelog Viewer & Stability Boost

    Major updates to changelog and bug fixes

    added

    • In-app changelog viewer
    • In-app links to Discord community and GitHub repository

    fixed

    • Resolved sync issues with large markdown documents
    • Resolved issues with invalid markdown documents
    • Fixed errors related to the JSON block and request execution
    • Fixed the tab scroll issue on Windows and Linux
    • Fixed hotkey combinations to behave correctly based on the OS
    • Fixed the response headers table to reliably display key/value pairs in all cases
    • Fixed newline indentation in the JSON block
    • Fixed autofocus on JSON blocks

    v0.9.30

    5/1/2025

    Enhanced Terminal Support & Markdown Engine

    Major improvements to terminal experience and Markdown rendering.

    added

    • Full Voiden Terminal CLI for offline editing and scripting
    • Real-time Markdown preview with enhanced renderer
    • Support for custom markdown extensions in `.void` files

    fixed

    • Resolved sync issues with large markdown documents
    • Improved terminal input responsiveness

    v0.9.25

    12/22/2024

    Extension Support + Plugin Improvements

    The plugin system gets powerful new hooks and UX updates.

    added

    • Extension framework for community-built plugins
    • File attachment support inside blocks
    • Pre-built plugins for Mermaid, Charts, and Swagger rendering

    changed

    • Plugin loading performance improved

    fixed

    • Fixed plugin unmount bugs

    v0.9.20

    12/8/2024

    File Support & Block Import

    Managing reusable components just got easier.

    added

    • Attach external files (PDF, images, JSON) to request or doc blocks
    • Import request blocks across `.void` files
    • Cross-file block references and auto-complete

    changed

    • Block parser refactored for import/export awareness

    v0.9.15

    11/24/2024

    Themes, Shortcuts, and Polish

    Aesthetic and UX updates across the board.

    added

    • New dark/light themes + theme switcher
    • Keyboard shortcuts for block navigation and doc mode toggle

    changed

    • Unified editor styling for better contrast and readability

    fixed

    • Fixed color glitches in dark mode

    v0.9.10

    11/10/2024

    Request Blocks: Levelled Up

    Request blocks get smarter, faster, and more dynamic.

    added

    • Support for chained request blocks (with response referencing)
    • Built-in support for REST, GraphQL, and Webhooks
    • Syntax-aware editor with real-time linting

    fixed

    • Retry bug in request block execution

    v0.9.5

    10/27/2024

    Docs Meet API Calls

    Embed live API calls in docs like never before.

    added

    • Live request blocks embedded inside documentation
    • API response previews with customizable templates

    changed

    • Improved block UI for inline execution

    v0.8.9

    9/29/2024

    Blocks Everywhere

    Voiden gets block-first editing across the entire app.

    added

    • Universal block mode for all editor types
    • New "logic block" for conditional flows and dynamic rendering

    v0.8.5

    9/15/2024

    Preview Everything

    Instant feedback for your content and API calls.

    added

    • Live preview pane for Markdown + response data
    • Toggle between raw and formatted response views

    v0.8.1

    9/1/2024

    Early Foundations

    The groundwork for what’s to come.

    added

    • Basic programmable block support
    • Markdown parser with block injection capability
    • Early Git integration prototype