Skip to content

Commit

Permalink
net/slumber: update to 0.15.0
Browse files Browse the repository at this point in the history
[0.15.0] - 2024-03-24
Added
    Add horizontal scrolling to response body (#111)
        Use shift+left and shift+right
    Add app version to help modal
    Add "Copy as cURL" action to recipe menu (#123)
    Add hotkeys to select different panes
    Add pane for rendered request
    Show response size in Response pane (#129)

Changed
    Run prompts while rendering request URL/body to be copied
    Improve UI design of profile pane
    Show raw bytes for binary responses

Fixed
    Reset response body query when changing recipes (#133)
  • Loading branch information
0323pin committed Mar 25, 2024
1 parent 23e0a60 commit b9de0a4
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 467 deletions.
4 changes: 2 additions & 2 deletions net/slumber/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2024/03/19 13:30:26 pin Exp $
# $NetBSD: Makefile,v 1.7 2024/03/25 13:15:57 pin Exp $

DISTNAME= slumber-0.14.0
DISTNAME= slumber-0.15.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=LucasPickering/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit b9de0a4

Please sign in to comment.