pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

resterm: update to 0.7.3.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Nov 16 22:27:55 2025 +0100
Changeset:	2c572b9e1d18ba80f53f0d330a1d8fc0623e73fb

Modified Files:
	resterm/Makefile
	resterm/distinfo

Log Message:
resterm: update to 0.7.3.

0.7.3

    Visual change - added headers icons.

0.7.2

You can now use "--env-file" to explicitly pass environment variables from ".env", ".env.", and ".env" files. If you already have a .env file and want to reuse already defined environment variables, just pass the .env file to resterm!

0.7.1

Customizable Keyboard Bindings + Smarter Help Overlay

    Bindings config: You can now fully remap Resterm’s keyboard workflow by creating bindings.toml (or .json) under ${RESTERM_CONFIG_DIR}. Every action-pane focus, splits, compare, send shortcuts, etc. has a documented action_id so you can bind keys or chords that fits your needs. You can find an sample in _examples/bindings.toml.
    Live help sheet: The in-app help overlay has been reworked and no longer lists fixed shortcuts. It reads your binding file and shows the actual keys you configured.

0.7.0

    Compare responses across multiple environments
    Run a single request against dev, stage, prod, etc., and resterm will execute each in its native env (with the right globals, secrets, OAuth tokens) and show a diff so you can flip between environments

0.6.4

Make available space more flex - add pane minimization toggles and zoom handling

    add shortcuts g+1/g+2/g+3 for minimizing sidebar, editor, and response panes plus g+z/g+Z for zooming the focused pane
    update layout/render logic to honor collapsed or zoomed states without affecting response content placement
    add status/help annotations so minimized and zoomed panes are mentioned in the UI
    block pane resizing while collapsed or zoomed

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2c572b9e1d18ba80f53f0d330a1d8fc0623e73fb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 resterm/Makefile | 2 +-
 resterm/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/resterm/Makefile b/resterm/Makefile
index d099378ee4..46b475ba18 100644
--- a/resterm/Makefile
+++ b/resterm/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	resterm-0.6.3
+DISTNAME=	resterm-0.7.3
 CATEGORIES=	www devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=unkn0wn-root/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/resterm/distinfo b/resterm/distinfo
index 758c9fb4f2..03ee0e19c7 100644
--- a/resterm/distinfo
+++ b/resterm/distinfo
@@ -486,6 +486,6 @@ Size (nhooyr.io_websocket_@v_v1.8.7.mod) = 427 bytes
 BLAKE2s (nhooyr.io_websocket_@v_v1.8.7.zip) = f4ed468617b351c6663eaae8b75c1e32c4b53b2c6d3b964c0cc1a65070784c0f
 SHA512 (nhooyr.io_websocket_@v_v1.8.7.zip) = bf99fcf8e3797080ea6c486dab6f677d00b22865cce152c98d350f429d75c25ffce1266c3ed0429172879e1725d770e651174d18b4438aa8fd40b2357d3bca31
 Size (nhooyr.io_websocket_@v_v1.8.7.zip) = 74216 bytes
-BLAKE2s (resterm-0.6.3.tar.gz) = 015b0b1f547c96af5fb75ce24c9a4e70cd37d2db197fffdf13f49fb497c8c5c4
-SHA512 (resterm-0.6.3.tar.gz) = ea9724d0022134da384068b1df832b7fc9b5e13d8abf27511519ce7e6a3d54933c2afc89ffda6dc7b745a9859b01ac86d8bbe0d3713e87fad0ed5d4d4e0e47ec
-Size (resterm-0.6.3.tar.gz) = 3478939 bytes
+BLAKE2s (resterm-0.7.3.tar.gz) = f1a2a896db0c7e8ad5213530a549d7f062698bb57aa30c87c77007832c469d39
+SHA512 (resterm-0.7.3.tar.gz) = 63d275a8feb3a06aeb425627b1a7af55f43d74176aa80b1f6f1b5811d73146a26c9d9ab92cfd13b316edb1e77e466398dce826f1aa3509559eaf4f7fa6682db6
+Size (resterm-0.7.3.tar.gz) = 4653809 bytes


Home | Main Index | Thread Index | Old Index