From 42d1543912e2fc7fcffe0769f1bc0b874dfd7b6e Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Sat, 31 Dec 2022 23:32:49 +0200 Subject: [PATCH] v1.5.0 * Check for updates on launch (#1) * Internal Renderer + Additional shells support (#14) * Add support for Left/Right arrow folder navigation when fuzz field is empty --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a96e2bb..171cfbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -538,7 +538,7 @@ dependencies = [ [[package]] name = "ls-interactive" -version = "1.3.0" +version = "1.5.0" dependencies = [ "console", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 730bdd5..b36626e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ls-interactive" description = "Interactive ls command" -version = "1.3.0" +version = "1.5.0" authors = ["Araxeus "] homepage = "https://github.com/Araxeus/ls-interactive" license = "MIT"