pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
resterm: Update to version v0.42.1
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Wed Jun 3 22:00:54 2026 +0200
Changeset: 2d279246c91bed4d260fe1ad3b355bb5879df66c
Modified Files:
resterm/Makefile
resterm/distinfo
Added Files:
resterm/COMMIT_MSG
Log Message:
resterm: Update to version v0.42.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2d279246c91bed4d260fe1ad3b355bb5879df66c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
resterm/COMMIT_MSG | 12 ++++++++++++
resterm/Makefile | 4 ++--
resterm/distinfo | 6 +++---
3 files changed, 17 insertions(+), 5 deletions(-)
diffs:
diff --git a/resterm/COMMIT_MSG b/resterm/COMMIT_MSG
new file mode 100644
index 0000000000..928870876c
--- /dev/null
+++ b/resterm/COMMIT_MSG
@@ -0,0 +1,12 @@
+Git status in the navigator and status bar
+Resterm now reads your repo's Git state and shows it in the UI.
+
+Navigator markers - In a Git workspace, .http/.rest files show a status badge next to their name: M modified, A added, U untracked, D deleted, R renamed, ! conflict.
+Files resterm doesn't track are left out even if they've changed.
+Status bar Git segment - The bottom bar shows the current branch (), change counts for your request files and / ahead/behind markers against the upstream.
+It refreshes when a file is saved or reparsed.
+Editor position - New Ln X/Y Col Z segment in the status bar showing the cursor's line, total lines and column.
+Mode indicator - Removed the background fill behind the view/insert/visual mode indicator.
+New theme keys
+git_branch, git_modified, git_added, git_untracked, git_deleted, git_renamed, git_conflict under [colors] and a [status_bar.editor] segment for the Ln/Col readout (faint by default).
+Git lookups run with a 2s timeout and are skipped when Git isn't available.
diff --git a/resterm/Makefile b/resterm/Makefile
index e770ff1698..a7cb53913b 100644
--- a/resterm/Makefile
+++ b/resterm/Makefile
@@ -1,11 +1,11 @@
# $NetBSD$
-DISTNAME= resterm-0.39.5
+DISTNAME= resterm-0.42.1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=unkn0wn-root/}
GITHUB_TAG= v${PKGVERSION_NOREV}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= drixter%e-utp.net@localhost
HOMEPAGE= https://github.com/unkn0wn-root/resterm/
COMMENT= Terminal client for HTTP/GraphQL/gRPC
LICENSE= apache-2.0
diff --git a/resterm/distinfo b/resterm/distinfo
index 4130bfb7cb..6ca4d6027b 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.39.5.tar.gz) = 2d999870a88312f8306b79463f7777a8c07e7604b9825c6da07902c6cefbd11c
-SHA512 (resterm-0.39.5.tar.gz) = e1ce19786f1a41173ccab54a760e4a84381bc3a3cd1913c41cc41063c0ccb5221f7e079f1ecad4c29f5a9a8cd5a78c72bbc25ba9fce0fb324518bc6a12ac58e8
-Size (resterm-0.39.5.tar.gz) = 25945208 bytes
+BLAKE2s (resterm-0.42.1.tar.gz) = 247f6990c3f0ba3616fd73140a9ebf7f3105c5fcf5973cd11bca18f6a892a3be
+SHA512 (resterm-0.42.1.tar.gz) = 4bef8c85660b69efb6f2cec56005bf2932182b6053a11e60b6b68d7ce723ef1071d9ccc67d54f21066d1cc039559440753251a3fe91a25e82b58d26a29940735
+Size (resterm-0.42.1.tar.gz) = 25542172 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