pkgsrc-WIP-changes archive

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

resterm: Update to v0.43.2



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Mon Jun 22 21:30:36 2026 +0200
Changeset:	c446be9f5548b23c46c566e9010c6789889fcb61

Modified Files:
	resterm/COMMIT_MSG
	resterm/Makefile
	resterm/distinfo

Log Message:
resterm: Update to v0.43.2

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

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

diffstat:
 resterm/COMMIT_MSG | 28 +++++-----------------------
 resterm/Makefile   |  2 +-
 resterm/distinfo   |  6 +++---
 3 files changed, 9 insertions(+), 27 deletions(-)

diffs:
diff --git a/resterm/COMMIT_MSG b/resterm/COMMIT_MSG
index 915272fdf0..6853eb5415 100644
--- a/resterm/COMMIT_MSG
+++ b/resterm/COMMIT_MSG
@@ -1,26 +1,8 @@
-v0.43.1
+v0.43.2
 
-IntelliSense
-Context-aware completions as you type in the Editor (insert mode), 
-computed entirely from your open file and active environment.
+Fix: autocomplete Esc handler
 
-HTTP methods (including WS / WSS / GRPC) and URL
- schemes (http://, https://, ws://, wss://)
+Esc now closes the autocomplete popup without leaving Insert mode:
 
-@ directives and their options (e.g. @auth bearer, @k8s target=)
-
-Header names + values for well-known headers like Content-Type
-
-{{ variables }} in scope (file/global/request, @const, current environment) 
-and dynamic builtins ($uuid, $timestamp, �)
-
-Environment names for @compare and matching profile names for use= on @apply / @ssh / @k8s
-Popup keys: arrows up/down (or Ctrl+P/Ctrl+N) to move, Tab/Enter to accept, -> or ? for details, 
-Esc to dismiss. Styling via the editor_hint_* theme keys.
-
-Remote OpenAPI import
---from-openapi now accepts an http(s) URL, not just a local file:
-
-resterm --from-openapi https://petstore3.swagger.io/api/v3/openapi.json --http-out petstore.http
-Relative servers URLs resolve against the spec URL, --openapi-resolve-refs follows external $refs 
-over HTTP and the fetch honors the global --insecure and --proxy flags.
+First Esc closes the popup (or the preview panel, if it's open) and keeps you in Insert mode.
+Press Esc again to leave Insert mode, as before.
diff --git a/resterm/Makefile b/resterm/Makefile
index 1960bcd5f7..e632dd4d08 100644
--- a/resterm/Makefile
+++ b/resterm/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	resterm-0.43.1
+DISTNAME=	resterm-0.43.2
 CATEGORIES=	www devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=unkn0wn-root/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/resterm/distinfo b/resterm/distinfo
index 03b2100360..b6928a228f 100644
--- a/resterm/distinfo
+++ b/resterm/distinfo
@@ -762,9 +762,9 @@ 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.43.1.tar.gz) = f7354a3c659b4545c9fdc33183a0b7caedb50b6079e057cfbb4efaea06fcccb9
-SHA512 (resterm-0.43.1.tar.gz) = 51c365e2c7e7e20bb6ea3a4a53411755872952bbf0cb59776f7ad30f043f901ea67fa3fef029330d47be0504634fde241e67800e3784dd76545533d10f8addee
-Size (resterm-0.43.1.tar.gz) = 25553843 bytes
+BLAKE2s (resterm-0.43.2.tar.gz) = 27c4030541b6a27a5caa30e10f77c639c8e561a8cc41445aa0e57f809c14ff3f
+SHA512 (resterm-0.43.2.tar.gz) = 4cadc6bfffc71ba78c2e88e12d40b64703084c8e503ec1138804f3be6fd9975fd98def8d7f5c39bbe621c685ae9f4728738df76641f63e5e29e32e5fe1647d90
+Size (resterm-0.43.2.tar.gz) = 25554037 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