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 Feb 22 10:55:49 UTC 2026

Modified Files:
        pkgsrc/devel/jjui: Makefile distinfo

Log Message:
jjui: update to 0.9.12.

Fixes & Improvements

    Modal rendering now fills the entire git, bookmarks, and custom command dialogs before drawing rows, eliminating gaps introduced by the new renderer #535
    Fixed a regression where ui.colors.selected = { bg = "black" } no longer highlighted the selected revision by restoring the correct lipgloss → ANSI color conversion #534
    jj git fetch --tracked uses the t shortcut so f remains dedicated to the default fetch, matching the push command’s tracked shortcut #532
    Added a [keys.diff_view] config section so diff scrolling, paging, and closing bindings are customizable #527
    Completion now auto-inserts () when selecting a parameterless function, improving Lua/script authoring speed #530
    Lua’s flash() accepts error and sticky fields, so scripts can show error toasts and control persistence without additional helpers #529

What's Changed

    Auto-append () for parameterless functions in completion by @Dima-369 in #530
    Add customizable keybindings for the diff view ([keys.diff_view]) by @Dima-369 in #527
    fix(ui/git): update key for jj git fetch --tracked by @PrayagS in #532


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/jjui/Makefile
cvs rdiff -u -r1.13 -r1.14 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.19 pkgsrc/devel/jjui/Makefile:1.20
--- pkgsrc/devel/jjui/Makefile:1.19     Mon Feb 16 12:17:34 2026
+++ pkgsrc/devel/jjui/Makefile  Sun Feb 22 10:55:49 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2026/02/16 12:17:34 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/02/22 10:55:49 wiz Exp $
 
-DISTNAME=      jjui-0.9.11
+DISTNAME=      jjui-0.9.12
 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.13 pkgsrc/devel/jjui/distinfo:1.14
--- pkgsrc/devel/jjui/distinfo:1.13     Mon Feb 16 12:17:34 2026
+++ pkgsrc/devel/jjui/distinfo  Sun Feb 22 10:55:49 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2026/02/16 12:17:34 wiz Exp $
+$NetBSD: distinfo,v 1.14 2026/02/22 10:55:49 wiz Exp $
 
 BLAKE2s (github.com__burnt_sushi_toml_@v_v1.5.0.mod) = 26f62b858e9ef333fa0b51b46ce83c2d385ddf010431d6415a115aef9a338b35
 SHA512 (github.com__burnt_sushi_toml_@v_v1.5.0.mod) = fb6b4ae74dfdcc39b915f1b5f84f8e52e830d273d29f9225dc5ed4f26e970d9f61921f6f3588249141a82404c3ba180f735b4f23e700050e76a740fbf541ac78
@@ -207,6 +207,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.9.11.tar.gz) = 7c9676ec748fa0cfecc90b29baa9a1e5d5885154172c59c423eae9bd144d48df
-SHA512 (jjui-0.9.11.tar.gz) = 6b7a777db987b5d3be8309c39fb8f2c61b41a339c00e87eee7d87e0dcb5cc98467cfb0e48a2b893567b79b33f29ddd911e88aaad41ed25e32f3b7ddb0df3a1a9
-Size (jjui-0.9.11.tar.gz) = 180735 bytes
+BLAKE2s (jjui-0.9.12.tar.gz) = ff428ea9d54c6817f003468c1655205b665bafce7c55dc3c1ecfac178ee6f6c8
+SHA512 (jjui-0.9.12.tar.gz) = 51f1a549cfef44556d4cc83441a5033289137e66e12beef47a080748b838c89424bc61920717971f3ad502b8485ae400cf662c835bc14fdf4c8a2adeab66d9bf
+Size (jjui-0.9.12.tar.gz) = 181563 bytes



Home | Main Index | Thread Index | Old Index