pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
jjui: update to 0.8.12.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Jul 6 11:11:13 2025 +0200
Changeset: e8700ab8dc4013b80518d342d0bd75693c1aec39
Modified Files:
jjui/Makefile
jjui/distinfo
Log Message:
jjui: update to 0.8.12.
Improvements
Revset
Completions show on the second line as a list now. You can use tab/shift+tab to cycle forward/backward.
Loads and adds revset-aliases defined in your jj config to the list of completions.
Keeps the history. You can use up/down to cycle through revset history. History is only available during the session. (i.e. it's not persisted)
Squash
Got two new modifiers:
You can use e for keeping the source revision empty (--keep-emptied)
You can use i for running the squash operation in interactive mode (--interactive)
Squash key configuration has changed:
[keys.squash]
mode = ["S"]
keep_emptied = ["e"]
interactive = ["i"]
Rebase
Revisions to be moved are marked with move marker, and get updated according to the target. (i.e. branch/source will mark all revisions to be moved according to the target)
Minor
Details: Added absorb option to absorb changes in the selected files.
Help window is updated to have 3-columns now.
Changed auto refresh to proceed only when there's an actual change.
JJ's colour palette is loaded from jj config at start up and applied to change_id, rest, diff renamed, diff modified, diff removed. This is the first step towards implementing colour themes for jjui.
Fixes
Revisions view don't get stuck in loading state when the revset don't return any results.
Selections should be kept as is across auto refreshes.
Fixed various issues about bookmark management where delete bookmark menu items were not shown, and track/untrack items were shown incorrectly under certain circumstances #155 #156
Double width characters should not cause visual glitches #138
Fixed visual glitches when extending graph lines to accommodate graph overlays
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e8700ab8dc4013b80518d342d0bd75693c1aec39
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
jjui/Makefile | 2 +-
jjui/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/jjui/Makefile b/jjui/Makefile
index dd9f2a2b40..ff6de40914 100644
--- a/jjui/Makefile
+++ b/jjui/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= jjui-0.8.11
+DISTNAME= jjui-0.8.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=idursun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/jjui/distinfo b/jjui/distinfo
index c71fed6803..40fd5e52b4 100644
--- a/jjui/distinfo
+++ b/jjui/distinfo
@@ -198,6 +198,6 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 95 bytes
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.8.11.tar.gz) = 6e1bda9a1730039e3a5fef235ca0bbaea198463f4a84510610141b2dcee40a09
-SHA512 (jjui-0.8.11.tar.gz) = 205288b6936ce845befbb19ee20d55c1cbead76b31c664a0a8686e28cda649bf4a794d895937dffa2c3af597056063e96b5f72bf036d9bf5edfefc2f157dfda6
-Size (jjui-0.8.11.tar.gz) = 52152 bytes
+BLAKE2s (jjui-0.8.12.tar.gz) = 816a6e3d24d85e0f11ae9c7b49b4683bf0a517de4a4b1d5c986b3d88464e1ba7
+SHA512 (jjui-0.8.12.tar.gz) = c81b3bbe22ce5e07a88b640b6071ffdb73aaaa90bbdb2acb5b3d6ae403edfa1c2b1e1efa3ab09104013e724c6dbb5bc02272e250e5c24193f840c1debf5703fc
+Size (jjui-0.8.12.tar.gz) = 59646 bytes
Home |
Main Index |
Thread Index |
Old Index