Skip to content

0.9.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 10:20
· 18 commits to master since this release

Changelog

All notable changes to this project will be documented in this file.

[0.9.0] - 2025-09-15

πŸš€ Features

  • Implemented Base Application
  • Implemented TextEditor for Json Body
  • Implemented Response Panel
  • Added Support for SSE
  • Show file list using Treeview
  • Implemented Save Modal
  • Add support for adding new collections and new requests
  • Implemented auto scroll for SSE responses
  • Implemented View to view SSE results grouped by json
  • Reopen opend files and folders on next application load
  • Implmented Resizing of Request and Response Panels
  • Render response in markdown for Grouped Responses
  • Added App logo
  • Implemented AutoIndent for JSON request
  • Settled on Restwave as the Applicatoin Name
  • Implemented Nested Collections
  • Added save and submit hotkey
  • Implemented Settings
  • Added New Request/Collection in Menubar
  • Implemented Format button for json
  • Added Option to Clone Request

πŸ› Bug Fixes

  • Fixed Drag drop
  • Prevent App Crashup on start
  • Set fixed width and height to make it work on Ultrawide screen
  • Clear old request when new HTTP call is invoked
  • Allow response to be selectable
  • Prevent ConfigManager from being loaded multiple times

🚜 Refactor

  • Cleaned up CollectoinList
  • Split ResponsControl into Modular Files
  • Refactored CollectionList

πŸ“š Documentation

  • Added README.md

βš™οΈ Miscellaneous Tasks

  • Added build.bat
  • Updated Logo
  • Added github actions