summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-02-14 19:41:14 +0100
committerCanop <cano.petrole@gmail.com>2021-02-14 19:41:14 +0100
commitda67eb50e36fd55be27a1e6865c38b2eb03ff1b1 (patch)
tree4bd03a0b67c393c06a6a56d24e87fdb1976e9914
parent53dd8cdc7be7f74d1b3cad1f3ddab22107d9d135 (diff)
version 1.2.4v1.2.4
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 270b03d..3ad2e4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
-### next
-- :line_down_no_cycle and :line_up_nocycle. They may be mapped instead of :line_up and :line_down when you
-don't want to cycle (ie arrive on top when you go down past the end of the tree/list) - Fix #344
+<a name="v1.2.4"></a>
+### v1.2.4 - 2021-02-14
+- :line_down_no_cycle and :line_up_nocycle. They may be mapped instead of :line_up and :line_down when you don't want to cycle (ie arrive on top when you go down past the end of the tree/list) - Fix #344
+- fix selected line number rendering in text preview
<a name="v1.2.3"></a>
### v1.2.3 - 2021-02-06
diff --git a/Cargo.lock b/Cargo.lock
index 89be486..c580e18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -109,7 +109,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "1.2.4-dev"
+version = "1.2.4"
dependencies = [
"ansi_colours",
"base64",
diff --git a/Cargo.toml b/Cargo.toml
index 999b4d6..c14fa1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.2.4-dev"
+version = "1.2.4"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"