From b4c491afac6c43afb83141c642f425569947238c Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 28 May 2026 08:19:59 +0800 Subject: [PATCH] Add changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb14fab..0ba1e102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): ### Added +- Drag and drop ([#4005]) - Bulk create ([#3793]) - Image preview with Überzug++ on Niri ([#3990]) @@ -1729,3 +1730,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/): [#3943]: https://github.com/sxyazi/yazi/pull/3943 [#3989]: https://github.com/sxyazi/yazi/pull/3989 [#3990]: https://github.com/sxyazi/yazi/pull/3990 +[#4005]: https://github.com/sxyazi/yazi/pull/4005