summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Eklöf2021-06-23 11:56:34 +0200
committerDaniel Eklöf2021-06-23 11:56:34 +0200
commit4472bf2aefec03c9d81cb5f8cb7d561b70c2a1c3 (patch)
tree4dcfdc770f27e9ab4abb48e2120c53492bb74cb8 /CHANGELOG.md
parent7309cd16f59c86b7ae7f1b57d6f268c5fe8d7901 (diff)
downloadaur-4472bf2aefec03c9d81cb5f8cb7d561b70c2a1c3.tar.gz
Update to 1.6.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f740b1b09739..8a39e0786daf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
# Changelog
+* [1.6.0](#1-6-0)
* [1.5.4](#1-5-4)
* [1.5.3](#1-5-3)
* [1.5.2](#1-5-2)
@@ -9,6 +10,35 @@
* [1.4.1](#1-4-1)
+## 1.6.0
+
+### Added
+
+* Text shaping support (https://codeberg.org/dnkl/fuzzel/issues/20).
+* Option for vertical padding between prompt and match list.
+
+
+### Changed
+
+* fcft >= 2.4.0 is now required.
+* In dmenu mode, fuzzel now prints the keyboard input as is, if it
+ does not match any of the items
+ (https://codeberg.org/dnkl/fuzzel/issues/23).
+* The `.desktop` filename is now also matched against
+ (https://codeberg.org/dnkl/fuzzel/issues/25).
+
+
+### Fixed
+
+* Set initial subpixel mode correctly when there is only one monitor.
+* Crash when `~/.cache/fuzzel` contained invalid/corrupt entries.
+
+
+### Contributors
+
+* [loserMcloser](https://codeberg.org/loserMcloser)
+
+
## 1.5.4
### Fixed