pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/resterm



Module Name:    pkgsrc
Committed By:   drixter
Date:           Thu Jul  2 08:06:33 UTC 2026

Modified Files:
        pkgsrc/www/resterm: Makefile distinfo

Log Message:
resterm: Update 0.44.5

Resize keys are now orientation aware
* g+h / g+l - adjust the editor/response width in side-by-side layout (and the sidebar width when the navigator is focused - same as before).
* g+j / g+k - adjust the editor/response height in stacked layout.
Chords that don't apply to the current layout are simply ignored so you can't accidentally reset your panes.
Note: g+j / g+k now collapse/expand navigator branches only while the navigator is focused.
Custom bindings.toml files keep working as-is.

Smoother latency indicator
  The latency animation in the header now eases into the placeholder instead of blinking out and the sparkline keeps a fixed width while it fills up.

Small stuff
  The command bar now hints the resize keys (g h/j/k/l) and drops the ^O Open entry to make room (Ctrl+O still works).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/resterm/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/resterm/distinfo

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

Modified files:

Index: pkgsrc/www/resterm/Makefile
diff -u pkgsrc/www/resterm/Makefile:1.6 pkgsrc/www/resterm/Makefile:1.7
--- pkgsrc/www/resterm/Makefile:1.6     Mon Jun 29 19:10:18 2026
+++ pkgsrc/www/resterm/Makefile Thu Jul  2 08:06:33 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2026/06/29 19:10:18 drixter Exp $
+# $NetBSD: Makefile,v 1.7 2026/07/02 08:06:33 drixter Exp $
 
-DISTNAME=      resterm-0.44.4
+DISTNAME=      resterm-0.44.5
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=unkn0wn-root/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/www/resterm/distinfo
diff -u pkgsrc/www/resterm/distinfo:1.5 pkgsrc/www/resterm/distinfo:1.6
--- pkgsrc/www/resterm/distinfo:1.5     Mon Jun 29 19:10:18 2026
+++ pkgsrc/www/resterm/distinfo Thu Jul  2 08:06:33 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2026/06/29 19:10:18 drixter Exp $
+$NetBSD: distinfo,v 1.6 2026/07/02 08:06:33 drixter Exp $
 
 BLAKE2s (github.com__make_now_just_heredoc_@v_v1.0.0.mod) = 6ac20d45dc73571467fbfa4fb284b576f5877808bb8938b2c883fc48fca05429
 SHA512 (github.com__make_now_just_heredoc_@v_v1.0.0.mod) = 283a7606aaa0d7463b9744a13a6c2064ca5d815077622a5d36e43be704c17403d80e6a5e106f544baaacf922b14d106843d99c1af174808960cc27a3fc26db91
@@ -762,9 +762,9 @@ Size (nhooyr.io_websocket_@v_v1.8.7.mod)
 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.44.4.tar.gz) = 013bfe6cd5d4466971c1f012223fa93a0fa5fc8ea3146455c5724fae3f0041bd
-SHA512 (resterm-0.44.4.tar.gz) = 4f2010db6562c24d5b48ceb4bc4c7b506936fdad575aac9b7cfcccc44b39cf0e51179c3663598ceb52a39ccf548cb3b5914dce286b297c14e61332002b06702b
-Size (resterm-0.44.4.tar.gz) = 25499731 bytes
+BLAKE2s (resterm-0.44.5.tar.gz) = 169855fe1a57aab20689ce48cc49c531a9257fc4361a29d1337ecf6a4e3f02e4
+SHA512 (resterm-0.44.5.tar.gz) = 4448a528be48d974586abfb365a4e947eaf35f721b173dcb2865c0b976ee1a4be5a41b934eca269571db27a5e11da3c304e019fad2d4c3771503f326cbd057c7
+Size (resterm-0.44.5.tar.gz) = 25776237 bytes
 BLAKE2s (sigs.k8s.io_json_@v_v0.0.0-20250730193827-2d320260d730.mod) = 0b1238d89c77686f02002092d6c14b461423ce7c2fa906f554deffefd727014d
 SHA512 (sigs.k8s.io_json_@v_v0.0.0-20250730193827-2d320260d730.mod) = ca8b000bb3d6dce184fd01445782fa95557ec7ff6328dcd225dc26a14fc1d2d69baacaebe9d8703c867c8902f846950f9aefcc80af4530735f4b4432b77e4490
 Size (sigs.k8s.io_json_@v_v0.0.0-20250730193827-2d320260d730.mod) = 33 bytes



Home | Main Index | Thread Index | Old Index