Skip to content

Commit

Permalink
f17
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Sep 8, 2024
1 parent caf0e2d commit 037cb7c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,16 @@ Here's the full list of changes:

### Fixed

- Fix Basic auth being label as Bearer auth in Recipe Authentication pane
- Use correct binding for `search` action in the placeholder of the response filter textbox
- Previously it was hardcoded to display the default of `/`
- Fix response body filter not applying on new responses
- Support quoted arguments in editor commands
- Fix certain UI values not persisting correctly
- Propagate unconsumed key events from text boxes
- E.g. F5 will now refresh the collection while a text box is in focus
- Redraw TUI when terminal is resized
- Clamp text window scroll state when window is resized or text changes
- Fix extraneous input events when exiting Vim [#351](https://github.com/LucasPickering/slumber/issues/351)
- Improve performance and fix crashes when handling large request/response bodies [#356](https://github.com/LucasPickering/slumber/issues/356)
- Further improvements for large bodies will be coming in the future

## [1.8.1] - 2024-08-11

Expand Down

0 comments on commit 037cb7c

Please sign in to comment.