From 1bf62b089b67cfff7e5d405f116a4565181e63d6 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 6 Jun 2026 14:33:07 +0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8db42d..ea999c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): - Deprecate `backward --far` and `forward --far` in favor of `backward wide` and `forward wide`, respectively ([#4012]) +### Improved + +- Eliminate hacks in image and UI conflict resolution ([#4022]) + ## [v26.5.6] ### Added @@ -1737,3 +1741,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#3990]: https://github.com/sxyazi/yazi/pull/3990 [#4005]: https://github.com/sxyazi/yazi/pull/4005 [#4012]: https://github.com/sxyazi/yazi/pull/4012 +[#4022]: https://github.com/sxyazi/yazi/pull/4022