Release Notes

Last updated: 2/9/2026

v0.1.5 [ 02/08/2026 ] (Current)

  • 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.