From f50da4bed95681d065a2d9a5339142c665746bef Mon Sep 17 00:00:00 2001 From: mgunyho Date: Sat, 15 Oct 2022 18:06:31 +0300 Subject: [PATCH] Add release date for v1.3.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d799d6e..d98eeed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.0 (unreleased) +## 1.3.0 (2022-10-15) - Add option to toggle filter search mode while the app is running, the default shortcut is `Alt-f` (Github #59) - Added option to sort directory listing by creation and modification date in addition to the name. Can be changed with the `--sort` CLI option and with the default shortcut `Alt-s`. (Thanks @joshrdane, Github #64)