-
Release 0.11.0 Stable
released this
2026-05-27 23:38:32 +02:00 | 6 commits to master since this release- Each request is now stored as a separate JSON file, making it easy to share and version-control API collections with Git
- Existing data is migrated automatically on first launch; the original file is kept as a backup
- New Backup section in Preferences: export project data to a folder, manually or automatically after every save
- Method prefix (GET, POST, …) is no longer shown in request names: the colored chip already carries that information
- Imported request names from OpenAPI and .http files no longer include the method prefix
- Request names may now contain / and :
Downloads
-
Release 0.10.0 Stable
released this
2026-05-21 21:28:36 +02:00 | 13 commits to master since this release- Import requests from .http files
- Responsive layout: sidebar collapses to an overlay panel on narrow windows
- Narrow mode: single-panel view with Request/Response toggle buttons when sidebar is hidden
- Adaptive request panel: Headers/Body/Scripts tabs stack vertically when the panel is narrow, with a hard minimum width
- Sidebar hamburger menu consolidating all actions (Add Project, Import, Preferences, Keyboard Shortcuts, About)
- Method chips (GET/POST/PUT/DELETE color badges) in sidebar request list
- Fix header bar clipping and window controls placement on narrow windows
- Set minimum window width to prevent layout overflow
Downloads
-
Version 0.9.2 Stable
released this
2026-05-13 21:28:19 +02:00 | 37 commits to master since this release- Fix console.error() in scripts
Downloads
-
Version 0.9.1 Stable
released this
2026-05-12 23:24:04 +02:00 | 39 commits to master since this release- Add WSDL and OpenAPI/Swagger import: parse services and create requests from operations
- Add PyYAML dependency for YAML OpenAPI spec support
- Add the ability to copy environments
- Fix variable indicators for saved requests and deleted environments
- Auto-switch to response body tab after request completes
- Syntax highlighting for XML/JSON content types with +xml/+json suffix
- Update to GNOME Platform 50
Downloads