From 8d6c3c94e753fde5def76fe5276761ff44f50cd5 Mon Sep 17 00:00:00 2001 From: Kitsu Date: Sat, 26 Dec 2020 01:49:01 +0300 Subject: [PATCH] Add changelog --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6662b65 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Unreleased changes + +## Features + +- HiDPI scaling support (79cb8dd) +- Matched chars highlighting (9d36ab0) +- Intuitive scroll (7958fce) +- Better fuzzy search, thanks for fzyr lib (73b002f) +- ctrl+w hotkey removes last word (3524df6) +- Launch binaries (cf16596) +- Configure font size (1a34eb2) + +# 0.1.2 - 2020-12-19 + +## Features + +- Pixmap icons support #12 +- Configurable layout #11 + +## Bug fixes + +- Support absolute paths in Icon desktop entries (7474a12) +- Search for scalable folder for icons as well (125363a) +- Skip placeholders in Exec desktop entries (c548191) + +# 0.1.1 - 2020-12-10 + +## Features + +- Basic icon support #10 +- Startup ordering based on usage statistic (d7d40d4) + +# 0.1.0 - 2020-12-06 + +## Features + +- Dialog aka dmenu mode (abbd722) +- CLI arguments for log/config parameters (f4befb1) + +## Bug fixes + +- Show output even on empty input buffer (6790c4a)