Release Notes
Last updated: 3/21/2026
v0.1.9 [ 03/21/2026 ] (Current)
- Headers Tab: Added headers tab to the request to add custom headers.
- Body type Form Data: Added form data type to the request body.
- Body type Form URL Encoded: Added form URL encoded type to the request body.
- Body type Raw: Added raw type to the request body.
- Allow send files: Added the ability to send files like images/videos/pdf/etc in the request body.
v0.1.8 [ 03/13/2026 ]
- Adding Authorization Tab: Added authorization tab to the request.
- No Auth: No authentication.
- Adding Bearer Token: Added bearer token to the request.
- Adding Basic Auth: Added basic auth to the request.
- Adding API Key: Added API key to the request.
- Colors for HTTP methods in Create Request Modal: Colors for the different HTTP methods in Create Request Modal. Thanks to @diegoTech14 for this contribution.
v0.1.6 [ 03/07/2026 ]
- Adding Folder functionality: Added folder functionality to organize requests.
- Folder in folder: Allow create a folder inside other folder.
- Adding Request History: Added request history to keep the response of the requests.
- Drag and Drop: Added drag and drop functionality to reorder requests.
- Change request name: Change name of the requests to make it easier to identify them.
- Resize sidebar: Resize sidebar to make it easier to use.
v0.1.5 [ 02/08/2026 ]
- Optimizations: Optimizations in the application on load settings.
- Params: Added params to request functionality with key and value.
- Fix build body JSON: Fix build body JSON to make easier to create json body for request.
v0.1.4 [ 01/15/2026 ]
- Settings page: Added page of settings with Appearance section.
- Themes: Added new themes (Dark, Light, System)
- Settings SQLite table: Table to store settings in local.
- Copy to clipboard: Added copy to clipboard functionality to copy the response.
v0.1.3 [ 01/12/2026 ]
- JsonBody: Added area to create json body for request.
- Post Method: Added post method to request with body and response with status code.
v0.1.2 [ 01/09/2026 ]
- Get Method: Added get method to request with response.
- Workspace page: Added workspace page to manage projects.
- Create request: Added create request for a project functionality.
v0.1.1 [ 01/08/2026 ]
- Home page: Added home page and List of project component.
- Create project: Added create project functionality.
v0.1.0 [ 01/07/2026 ]
- Init app: Added initial project structure and basic components.