From 4628a59ab031dd8b65d1778fd01696e438d5545d Mon Sep 17 00:00:00 2001 From: Kyohei Uto Date: Sun, 7 Apr 2024 15:00:05 +0900 Subject: v2.13.0 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- README.md | 22 +++++++++++++++++++--- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb2cd3..08434c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,15 @@ ## Unreleased +## v2.13.0 (2024-04-07) + ### Added -- `ignore_case` option to do case-insensitie search by `/`. +- `ignore_case` option to the do case-insensitie search by `/`. +- Symbolic link destinations are now displayed when the cursor is hovered over them. ### Changed - Symlink items linked to directory now appears in the directory section, not the file section. +- MSRV is now v1.74.1 ### fixed - `z` command can now receive multiple arguments: `z dot files` works as in your terminal. diff --git a/Cargo.toml b/Cargo.toml index 87d9034..3772f0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "felix" -version = "2.12.1" +version = "2.13.0" authors = ["Kyohei Uto "] edition = "2021" description = "tui file manager with vim-like key mapping" diff --git a/README.md b/README.md index ec08da4..29932a0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,22 @@ For more detailed document, visit https://kyoheiu.dev/felix. ## New release +## v2.13.0 (2024-04-07) + +### Added + +- `ignore_case` option to the do case-insensitie search by `/`. +- Symbolic link destinations are now displayed when the cursor is hovered over them. + +### Changed + +- Symlink items linked to directory now appears in the directory section, not the file section. +- MSRV is now v1.74.1 + +### fixed + +- `z` command can now receive multiple arguments: `z dot files` works as in your terminal. + ## v2.12.1 (2024-02-04) ### Fixed @@ -70,16 +86,16 @@ report any problems._ | package | installation command | notes | | ---------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| crates.io | `cargo install felix` | Minimum Supported rustc Version: **1.67.1** | +| crates.io | `cargo install felix` | Minimum Supported rustc Version: **1.74.1** | | Arch Linux | `pacman -S felix-rs` | The binary name is `felix` if you install via pacman. Alias `fx='felix'` if you want, as this document (and other installations) uses `fx`. | | NetBSD | `pkgin install felix` | | ### From this repository - Make sure that `gcc` is installed. -- MSRV(Minimum Supported rustc Version): **1.67.1** +- MSRV(Minimum Supported rustc Version): **1.74.1** -Update Rust if rustc < 1.67.1: +Update Rust if rustc < 1.74.1: ``` rustup update -- cgit v1.2.3