Skip to content

Commit

Permalink
version 1.44.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Jan 1, 2025
1 parent e516208 commit be79be8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 38 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### v1.44.4 - 2025-01-01
<a name="v1.44.4"></a>
- fix panic in preview on syntax coloring (when a sublime syntax isn't compatible with the regex engine) - Fix #967

### v1.44.3 - 2024-12-26
<a name="v1.44.3"></a>
- removed default bindings on left and right keys. You may add them back by adding this to your verbs.hjson:
Expand Down
72 changes: 36 additions & 36 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.44.4-dev"
version = "1.44.4"
authors = ["dystroy <[email protected]>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
Expand Down Expand Up @@ -57,7 +57,7 @@ serde = { version = "1.0", features = ["derive"] }
smallvec = "1.11" # version 2 is still alpha
splitty = "1.0.2"
strict = "0.1.4"
syntect = { package = "syntect-5-no-panic", version = "5.2", default-features = false, features = ["default-fancy"] } # see issues #485, #956, #967
syntect = { package = "syntect-5-no-panic", version = "5.2", default-features = false, features = ["default-fancy"] } # see https://github.com/Canop/broot/pull/968
tempfile = "3.2"
termimad = "0.31"
terminal-clipboard = { version = "0.4.1", optional = true }
Expand Down

0 comments on commit be79be8

Please sign in to comment.