Releases: studiowebux/restcli
Releases · studiowebux/restcli
Release list
0.0.41
Full Changelog: 0.0.40...0.0.41
QOL:
- Interactive modal and free text, now scrolls and follow cursor
- History modal shows the request body and response body
0.0.40
0.0.39
0.0.38
What's Changed
- Release 0.0.38 by @studiowebux in #5
Full Changelog: 0.0.37...0.0.38
- Refactor to use state machine to manage the modals
- QOL and Bug fixes
- Breaking Change:
@category->@tag(@categoryis deprecated) - Websocket (before Upgrade) show HTTP Errors (if a body is returned by web server)
- Renamed Create file => Create Request in in-app help modal
- Testing All Modals and actions (keybinds)
- create ws file using F
- Fixed profile default path
- Improved the 'b' and 'B' response/request viewer
- Show websocket information when pressing 'I'
- improved some wrap (fixing when I see those)
- pressing 'Z' auto focus the File Panel
Known Issues:
- The first request is sometime very slow... Not sure if it is the endpoint or restcli that causes the issue.
- Tentative to fix and speedup overall request speed
0.0.37
What's Changed
- feat: added 2 new keybinds, open current dir in terminal, toggle view by @studiowebux in #4
Full Changelog: 0.0.36...0.0.37
0.0.36
What's Changed
- qol: major refactor by @studiowebux in #3
- Feat/keybinds by @studiowebux in #2
Full Changelog: 0.0.35...0.0.36
0.0.35
What's Changed
- Feat/websocket by @studiowebux in #1
New Contributors
- @studiowebux made their first contribution in #1
Full Changelog: 0.0.34...0.0.35
TL;DR; Web Socket Support
Features:
- WebSocket connections with live message viewer.
Improvements:
- Complete help system with all keyboard shortcuts.
Documentation:
- Step-by-step guides for all tools and features.
Fixes:
- Better screen space usage and clearer status messages.
0.0.34
Full Changelog: 0.0.31...0.0.34
New Features:
- Added
@category - Request Chaining
- Mock Server
har2httpconverter- Proxy (Partially tested on firefox and using cURL, requires a DNS (e.g dev.local -> 127.0.0.1)
Bugs:
- Fixes Loading file from history and using tab to reset current selected file
- Cancel Request Flow
- Missing Timestamp in requests
QOL:
- Added search in history modal
0.0.31
Full Changelog: 0.0.30...0.0.31
New Features
Inline Filter Editor with Bookmarks
- Press J to filter responses with JMESPath while keeping JSON visible
- Save expressions with Ctrl+S, browse with Up arrow, search with /
- Quick select with 1-9,0, delete with d
- Persistent bookmark storage across sessions
HTTP Method Color Coding
- File list shows color-coded methods: GET (blue), POST (green), PUT/PATCH (yellow), DELETE (red), HEAD/OPTIONS (gray)
Improvements
- Filter moved from modal to inline footer for better workflow
- Focus-aware keybindings: file operations only work when sidebar focused
- Visual feedback for bookmark saves
0.0.30
Full Changelog: 0.0.29...0.0.30
Bugs Fixed
- Interactive multi-value variable selection not working
- Variable options not wrapping in modal
- Interactive variable values not displaying in resolved requests
- Stress test missing from help menu
- History JSON not prettified
Features Added
- Body override modal for one-time request body editing (Shift+E)
- JMESPath filter modal for response querying with toggle support (Shift+J)
- Filtered responses apply to copy and save operations