0.9.0
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