aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEvgeny Kurnevsky <kurnevsky@gmail.com>2023-08-24 08:58:39 +0300
committerBozhidar Batsov <bozhidar@batsov.dev>2023-09-19 07:38:21 +0300
commitd24b8173223fd0e10ecd4b5e0cfa676dfc3b90c4 (patch)
tree71e0faec0ac57d79737c1b578b576a30a018b922 /CHANGELOG.md
parent971cd5c4f25ff1f84ab7e8337ffc7f89f67a1b52 (diff)
fd: explicitly disable colors
Currently fd uses auto mode which inserts colors when used over tramp.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 733c45f..d062b0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,10 @@
* [#1831](https://github.com/bbatsov/projectile/issues/1831): Enable the project.el integration only when `projectile-mode` is active.
* [#1847](https://github.com/bbatsov/projectile/issues/1847): Use literal directory name casing when toggling between impl and test.
+### Bug fixed
+
+* Fix `fd` inserting color control sequences when used over tramp.
+
## 2.7.0 (2022-11-22)
### New features