summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyoheiu <kyoheiu@outlook.com>2022-04-10 15:09:50 +0900
committerkyoheiu <kyoheiu@outlook.com>2022-04-10 15:09:50 +0900
commit16f379e2c34a6fd0467f3f2092dce5eb9765fb80 (patch)
treed48ec7d98f530bf10e62ee30b9087307108a2482
parent5c76a2b2fbb4edf74f96d599e851284628a44a74 (diff)
v0.5.2v0.5.2
-rw-r--r--README.md3
-rw-r--r--README_crates.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c038ce0..ca77e5e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
[![crates.io](https://img.shields.io/crates/v/felix)](https://crates.io/crates/felix) ![aur:felix-rs](https://img.shields.io/aur/version/felix-rs)
# *felix*
-v0.5.1
+v0.5.2
+- New option for config: Now you can set the max length of the item name to be displayed (if the terminal size is not enough, it will be automatically adjusted). See `config.toml` for details.
A tui file manager with vim-like key mapping, written in Rust.
Works on terminals with 21 columns or more.
diff --git a/README_crates.md b/README_crates.md
index 17ff3d4..db5bdf8 100644
--- a/README_crates.md
+++ b/README_crates.md
@@ -1,5 +1,6 @@
# *felix*
-v0.5.1
+v0.5.2
+- New option for config: Now you can set the max length of the item name to be displayed (if the terminal size is not enough, it will be automatically adjusted). See `config.toml` for details.
A tui file manager with vim-like key mapping, written in Rust.
Works on terminals with 21 columns or more.