Download + Version Archive
Every release includes what changed and a direct download action in one place.
Latest Release
v0.4.0
Released 2026-04-21
- Environments, Environments, Environments
- Collection tabs with authorization inheritance
- Header key suggestions while typing
Prefixed auth tokens
Added support for prefixing auth tokens (e.g. 'Token <token>')
Environment import/export and variable resolution improvements
Added environment import/export support and improved variable resolution behavior so request fields resolve values more consistently from selected environments.
Fix request tab rename edge case
Fixes an issue where stale request tab names could persist when copying a new name into an existing tab.
Environment UX: selector, context menu and workspace moves
Expanded environment workflows with an environment selector and context menu actions, including deletion and moving environments between workspaces.
Fix root collection dropzone height
Corrected root collection dropzone sizing to improve drag-and-drop behavior in workspace and collection views.
Collection tabs and authorization inheritance
Introduced collection tabs and added authorization inheritance from collections to requests to reduce duplicate auth configuration.
Fix moving collections between workspaces
Resolved issues when moving collections between workspaces to improve structure editing reliability.
Windows packaging fix for release artifacts
Updated release packaging to avoid double-zipping Windows build artifacts in CI output.
Header key suggestions
Added suggestions for common HTTP header keys while typing in the headers editor.
Archive
v0.3.0
Released 2026-04-01
- Authorization support: Basic, Bearer, API Key
- Workspaces to contain, group, and isolate collections
- Support for multiple file uploads in multipart forms
- Write logs to disk (moonladder.log) and deployment fixes
Write logs to file
Application now writes runtime logs to moonladder.log (in addition to console output), improving diagnostics for local runs and releases.
Authorization: Basic, Bearer and API Key
Adds authorization support for Basic auth, Bearer tokens, and API keys in requests. Note: Hoppscotch import support was removed in this change.
URL space trimming
Trim leading and trailing spaces in URLs
Fix sidebar treeview scrolling
Sidebar treeview scrolling when the content height exceeds the view height
Multipart form and schema migration improvements
Support for multiple file uploads within the same form field was added. Tests and fixes for schema migration were included to improve collection import reliability.
Bug fixes: column indices and Windows binary POST path
Fixes column index usage for query/header/form cells and corrects the filepath handling for binary POST data on Windows.
Textareas, selection and scrolling polish
Multiple UI polishing changes: unified text selection colors, clipped TextArea behavior, and consistent scrolling across textareas.
Pretty response by default
Make the prettified body tab the default in the response pane
Percent-encode query parameters
Query parameter values are now percent-encoded before sending, improving correctness when special characters are present.
v0.2.0
Released 2026-03-14
- Automatic crash reporting with Sentry
- Collection exporting
- Import path parameters from Postman and Insomnia
- Improved cross-platform packaging and icons.
- Fixed several memory leaks
Crash reporting and better release diagnostics
Added Sentry-based crash reporting and improved release diagnostics with uploaded debug symbols for CI artifacts.
Collections import/export improvements
Added collection export support and improved collection imports, including path parameter handling for Postman and Insomnia formats.
Memory safety and stability fixes
Fixed several memory leak issues by reducing temporary allocator misuse and tightening resource handling in runtime code paths.
Collection reliability and UX polish
Improved collection schema versioning and migration coverage, fixed duplication crashes, and polished request/collection editing flows.
v0.1.0
Released 2026-03-07
- First alpha release
v0.1.0 released
Release the first alpha version of the software with basic features. Feedback is welcome to help improve the product in future releases.