summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-11-12 21:14:44 +0100
committerCanop <cano.petrole@gmail.com>2023-11-12 21:14:44 +0100
commit0827a98eabf86bdb0364e69f76198c15c8da7c07 (patch)
tree7b3f3d6541c106a2cfc3e532b379f171ed4f30b1
parent4216e992b10a4964b8739eb0df87f9df45f5f141 (diff)
version 1.28.0v1.28.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--resources/default-conf/conf.hjson5
4 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 085837b..250e514 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
-### next
-- left and right keys mapped to verbs can be used when the input isn't empty, if they would have no effect to the input
+### v1.28.0 - 2023-11-12
+<a name="v1.28.0"></a>
+- left and right keys bound to verbs can be used when the input isn't empty, if they would have no effect to the input
- default_flags now accept long parameters, including --cmd - Fix #790
- gitignore: fix relative patterns with several tokens - Fix #782
-### v1.27.0 - 2023-1029
+### v1.27.0 - 2023-10-29
<a name="v1.27.0"></a>
- the `apply_to` verb filter accepts new values: `text_file` and `binary_file`. Broot users editing files in their terminal (vi, emacs, etc.) should configure broot to open their text editor on `enter`: see https://dystroy.org/broot/tricks/#change-standard-file-opening
- small breaking change: `:stage_all_files` now stages also symlinks - Fix #606
diff --git a/Cargo.lock b/Cargo.lock
index cdd77cf..da8cb34 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,7 +217,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "broot"
-version = "1.27.1-dev"
+version = "1.28.0"
dependencies = [
"ahash 0.8.6",
"ansi_colours",
diff --git a/Cargo.toml b/Cargo.toml
index ebec562..3a5606c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.27.1-dev"
+version = "1.28.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
diff --git a/resources/default-conf/conf.hjson b/resources/default-conf/conf.hjson
index c6aa48b..0019158 100644
--- a/resources/default-conf/conf.hjson
+++ b/resources/default-conf/conf.hjson
@@ -18,9 +18,10 @@
###############################################################
# Default flags
# You can set up flags you want broot to start with by
-# default, for example `default_flags="ihp"` if you usually want
+# default, for example `default_flags="-ihp"` if you usually want
# to see hidden and gitignored files and the permissions (then
-# if you don't want the hidden files you can launch `br -H`)
+# if you don't want the hidden files at a specific launch,
+# you can launch broot with `br -H`).
# A popular flag is the `g` one which displays git related info.
#
# default_flags: