Skip to content

Releases: avi1989/restwave

0.9.7

30 Sep 13:10

Choose a tag to compare

Changelog

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

[0.9.7] - 2025-09-30

🚀 Features

  • Autoformat json response

0.9.6

29 Sep 05:37
4afc530

Choose a tag to compare

Changelog

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

[0.9.6] - 2025-09-28

0.9.5

27 Sep 07:39

Choose a tag to compare

Changelog

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

[0.9.5] - 2025-09-27

⚙️ Miscellaneous Tasks

  • Added self contained executable for osx

0.9.4

25 Sep 04:28
1488f5f

Choose a tag to compare

Changelog

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

[0.9.4] - 2025-09-25

🚀 Features

  • implemented request history
  • made history request specific
  • persist history across renames and moves

0.9.3

15 Sep 17:28

Choose a tag to compare

Changelog

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

[0.9.3] - 2025-09-15

🚀 Features

  • Implemented About

0.9.2

15 Sep 16:47

Choose a tag to compare

Changelog

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

[0.9.2] - 2025-09-15

⚙️ Miscellaneous Tasks

  • Added caching to speed up release

0.9.1

15 Sep 16:38

Choose a tag to compare

Changelog

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

[0.9.1] - 2025-09-15

0.9.0

15 Sep 10:20

Choose a tag to compare

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