aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-20 18:14:17 +0200
committerlukeflo2024-10-20 18:14:17 +0200
commit735264bb3d673c943e2e8c4898dba0609f49b3f4 (patch)
tree675710467f814f611c416b56730a8760c9a15349 /Cargo.toml
parent730055489a660b0cdff950f6c7037fe7a07545ae (diff)
downloadbibiman-735264bb3d673c943e2e8c4898dba0609f49b3f4.tar.gz
bibiman-735264bb3d673c943e2e8c4898dba0609f49b3f4.zip
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`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <lukeflo@some.email.not>"]
license = "GPL-3.0-or-later"
edition = "2021"