Skip to content

Releases: studiowebux/restcli

0.0.41

Choose a tag to compare

@studiowebux studiowebux released this 01 Feb 03:58

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

Choose a tag to compare

@studiowebux studiowebux released this 01 Feb 03:41

Full Changelog: 0.0.39...0.0.40

Fix:

  • Interactive modal was broken

0.0.39

Choose a tag to compare

@studiowebux studiowebux released this 27 Jan 05:56

Full Changelog: 0.0.35...0.0.39

Fix:

  • Remove debugs

0.0.38

Choose a tag to compare

@studiowebux studiowebux released this 23 Jan 05:49
f1b07e9

What's Changed

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 (@category is 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

Choose a tag to compare

@studiowebux studiowebux released this 08 Jan 00:13
9e2fcc6

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

Choose a tag to compare

@studiowebux studiowebux released this 26 Dec 21:35
ad2a6e2

What's Changed

Full Changelog: 0.0.35...0.0.36

0.0.35

Choose a tag to compare

@studiowebux studiowebux released this 23 Dec 16:24
cf13276

What's Changed

New Contributors

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

Choose a tag to compare

@studiowebux studiowebux released this 19 Dec 23:01

Full Changelog: 0.0.31...0.0.34

New Features:

  • Added @category
  • Request Chaining
  • Mock Server
  • har2http converter
  • 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

Choose a tag to compare

@studiowebux studiowebux released this 18 Dec 03:39

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

Choose a tag to compare

@studiowebux studiowebux released this 17 Dec 00:24

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