Skip to content

Commit

Permalink
version 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Jul 11, 2022
1 parent db41705 commit e8a5f76
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### v1.14.2 - 2022-07-11
<a name="v1.14.2"></a>
- Terminal background luma determination now works on all tested unixes, including MacOS - Fix #575
- Allow :focus based verbs to take a pattern - Fix #389

### v1.14.1 - 2022-07-06
<a name="v1.14.1"></a>
Due to a technical problem, background color based skin selection is disabled on non linux systems.
Expand Down
16 changes: 9 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "broot"
version = "1.14.1"
version = "1.14.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
Expand Down Expand Up @@ -59,7 +59,7 @@ syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.20.2"
terminal-clipboard = { version = "0.3.1", optional = true }
terminal-light = { version = "0.8.1", git = "https://github.com/Canop/terminal-light", branch = "mio" }
terminal-light = "1.0.0"
toml = "0.5"
umask = "2.0.0"
unicode-width = "0.1.8"
Expand Down

0 comments on commit e8a5f76

Please sign in to comment.