From 735264bb3d673c943e2e8c4898dba0609f49b3f4 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 20 Oct 2024 18:14:17 +0200 Subject: Implement Sorting, jumping multiple entries - Select a column with `j` and `l` - Sort selected column with `s` (toggles regular and reversed order) - Jump list up/down by 5 entries Vim-style using `C-d` and `C-u` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0217ca5..1ae10fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bibiman" -version = "0.4.0" +version = "0.4.2" authors = ["lukeflo "] license = "GPL-3.0-or-later" edition = "2021" -- cgit v1.2.3