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 Oct 26 23:00:09 UTC 2025

Modified Files:
        pkgsrc/devel/jjui: Makefile distinfo

Log Message:
jjui: update to 0.9.5.

This release contains some minor improvements and bug fixes.

    Help window is now searchable. #334
    changed preview to run in the background while getting the diff contents to improve UI responsiveness. #336
    fix: async command executor used to append --color always to the end of the command to get colourful output but this broke some commands that expect arguments. This change moves the --color 
always to the beginning of the command. #339
    Added pgup and pgdown bindings to the revisions view so that you can jump down/up without having to press j/k multiple times. #347
    improved handling of bookmarks that contain -- characters in their name. jj returns these bookmarks with quotes which jjui didn't handle well. #346
    JJUI_CONFIG_DIR is changed to match the documentation where it will load the configuration from $JJUI_CONFIG_DIR/config.toml rather than $JJUI_CONFIG_DIR/jjui/config.toml #343
    ace jump didn't highlight change ids in some template configuration. It should highlight change ids and commit ids correctly now.

What's Changed

    feat: add search functionality to help menu by @baggiiiie in #334


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/jjui/Makefile
cvs rdiff -u -r1.6 -r1.7 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.10 pkgsrc/devel/jjui/Makefile:1.11
--- pkgsrc/devel/jjui/Makefile:1.10     Thu Oct 16 17:59:49 2025
+++ pkgsrc/devel/jjui/Makefile  Sun Oct 26 23:00:09 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/10/16 17:59:49 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2025/10/26 23:00:09 wiz Exp $
 
-DISTNAME=      jjui-0.9.4
-PKGREVISION=   1
+DISTNAME=      jjui-0.9.5
 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.6 pkgsrc/devel/jjui/distinfo:1.7
--- pkgsrc/devel/jjui/distinfo:1.6      Sun Oct 12 16:50:43 2025
+++ pkgsrc/devel/jjui/distinfo  Sun Oct 26 23:00:09 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2025/10/12 16:50:43 wiz Exp $
+$NetBSD: distinfo,v 1.7 2025/10/26 23:00:09 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
@@ -192,6 +192,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.4.tar.gz) = 9cd8d4fb80e61242502fcf4af2795290642f4d3192a230005341e9aff0df9410
-SHA512 (jjui-0.9.4.tar.gz) = 01ff9a7fc00ac2e8826dad653a5f0dcd5879ecf87c144d89a924c77528da1a12c2a1c87823c046805a2f835787839b6c712aa332d82df3c4f6b909e1dd346309
-Size (jjui-0.9.4.tar.gz) = 101048 bytes
+BLAKE2s (jjui-0.9.5.tar.gz) = 7366ab115b9fb5f5c939afe821a4ab0bba580798065b1fbba946d89a9a73fbaf
+SHA512 (jjui-0.9.5.tar.gz) = 8e5fd5fa6456118cf4c183a948f50633170b66c0cc69f1381557b8d419bbbf2157b6af4107bd30bcc66b935ee8c086ad23fa3b639d42ebb2b3f9d16e2b9d0daa
+Size (jjui-0.9.5.tar.gz) = 104019 bytes



Home | Main Index | Thread Index | Old Index