Releases: avi1989/restwave
Releases · avi1989/restwave
0.9.7
0.9.6
Changelog
All notable changes to this project will be documented in this file.
[0.9.6] - 2025-09-28
0.9.5
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
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
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
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
Changelog
All notable changes to this project will be documented in this file.
[0.9.1] - 2025-09-15
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