pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/jjui
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 22 16:00:16 UTC 2026
Modified Files:
pkgsrc/devel/jjui: Makefile distinfo
Log Message:
jjui: update to 0.10.2.
Leaf package.
Quick release to continue the release early, release often streak.
Features
Custom diff and preview content — You can now use diff.show() and ui.preview.show() in your Lua actions to display custom command output in the diff and preview panels. (#593)
Bug Fixes
Rebase source + insert between — Rebase now correctly uses -s (source) instead of -r when combining source mode with insert-between. (#598)
Missing actions in status bar — Actions with the same name in different scopes (e.g. revset.edit and revisions.edit) are no longer hidden from the status bar. (#595)
Misaligned lines across terminals — Terminals handle Unicode width calculation differently — Ghostty enables grapheme clustering by default while Kitty does not. We now detect the terminal's
width mode and calculate widths accordingly, fixing rendering in both. (#592)
Operation action overrides — Some built-in actions during operations couldn't be overridden in config.lua. For example, revisions.details.diff, revisions.evolog.diff, and revisions.rebase.*
actions can now be properly overridden. (#586, #598)
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/jjui/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/jjui/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/jjui/Makefile
diff -u pkgsrc/devel/jjui/Makefile:1.23 pkgsrc/devel/jjui/Makefile:1.24
--- pkgsrc/devel/jjui/Makefile:1.23 Sun Mar 15 12:51:57 2026
+++ pkgsrc/devel/jjui/Makefile Sun Mar 22 16:00:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/03/15 12:51:57 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/03/22 16:00:16 wiz Exp $
-DISTNAME= jjui-0.10.1
+DISTNAME= jjui-0.10.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=idursun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/jjui/distinfo
diff -u pkgsrc/devel/jjui/distinfo:1.15 pkgsrc/devel/jjui/distinfo:1.16
--- pkgsrc/devel/jjui/distinfo:1.15 Sun Mar 15 12:51:57 2026
+++ pkgsrc/devel/jjui/distinfo Sun Mar 22 16:00:16 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2026/03/15 12:51:57 wiz Exp $
+$NetBSD: distinfo,v 1.16 2026/03/22 16:00:16 wiz Exp $
BLAKE2s (charm.land_bubbles_v2_@v_v2.0.0.mod) = 4c774af175aad1a825c6d7fa33f1547acf7a75751218e0eb8157852f4956b96f
SHA512 (charm.land_bubbles_v2_@v_v2.0.0.mod) = 82a4640e58d2a0c6b54130517d461fa1b76266e31635f2f9d3b039520a3529e05326a4df758e33962b859ebad38ac20b0213b1fb256ce7ab6339a6eb621e3dde
@@ -171,6 +171,6 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) =
BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
-BLAKE2s (jjui-0.10.1.tar.gz) = 87dc8183f6a5d7ae1e21e7c9f7fbb06b89c41886500cc391f97e34c2f719a4e6
-SHA512 (jjui-0.10.1.tar.gz) = 8ff2657f068a452a9e55f8e0d98d9413e1bba353e7c2bdb0a701f03f99b2d223fea85a8d0a725f30681c2cf38b101f0f341fb4dfdc76618ce02914b7c3058128
-Size (jjui-0.10.1.tar.gz) = 225804 bytes
+BLAKE2s (jjui-0.10.2.tar.gz) = 380d04b17f8488641248d4fb1cb10fdae52e3160f041a7905b34ea30c86ad5fa
+SHA512 (jjui-0.10.2.tar.gz) = 41ecae52e510415a59f5d71420a809c7e8e1be1c49261d0b67936d45bacfe26919e6a1fb5b906c3da7b7fe9ec9fa5a6ee83f641aefd12316de3517ab61480924
+Size (jjui-0.10.2.tar.gz) = 226670 bytes
Home |
Main Index |
Thread Index |
Old Index