-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |