summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Eklöf2021-02-26 10:08:35 +0100
committerDaniel Eklöf2021-02-26 10:08:35 +0100
commit118c6fd15f957254967e6906d983cd09412d4abc (patch)
tree0dc6ad6641099c002e36ed30007363bf7359a25f /CHANGELOG.md
downloadaur-118c6fd15f957254967e6906d983cd09412d4abc.tar.gz
Init at 1.5.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md73
1 files changed, 73 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000000..fc0cf366df95
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,73 @@
+# Changelog
+
+* [1.5.1](#1-5-1)
+* [1.5.0](#1-5-0)
+* [1.4.2](#1-4-2)
+* [1.4.1](#1-4-1)
+
+
+## 1.5.1
+
+### Fixed
+
+* Regression: border not being rendered when `--border-radius=0`, or
+ if fuzzel was built without cairo
+ (https://codeberg.org/dnkl/fuzzel/issues/15).
+
+
+## 1.5.0
+
+### Added
+
+* meson option `-Denable-svg=[auto|enabled|disabled]`. When disabled,
+ _librsvg_ is no longer a dependency and SVG icons are
+ disabled. Default: `auto`.
+* meson option `-Denable-png=[auto|enabled|disabled]`. When disabled,
+ _libpng_ is no longer a dependency and PNG icons are
+ disabled. Default: `auto`.
+* meson option `-Denable-cairo=[auto|enabled|disabled]`. When
+ disabled, fuzzel will not be able to draw rounded corners, nor
+ support SVGs (regardless of what `-Denable-svg` is set to)
+ (https://codeberg.org/dnkl/fuzzel/issues/10).
+* `-I,--no-icons` command line option; disables all icons
+ (https://codeberg.org/dnkl/fuzzel/issues/12)
+* FreeBSD port.
+* `-x,--horizontal-pad` and `-y,--vertical-pad` command line options
+ (https://codeberg.org/dnkl/fuzzel/issues/12).
+* `--line-height` and `-letter-spacing` command line options
+ (https://codeberg.org/dnkl/fuzzel/issues/12).
+
+
+### Changed
+
+* PNGs are now loaded and rendered with _libpng_ instead of _cairo_.
+
+
+### Fixed
+
+* Wrong colors when not fully opaque.
+* Rendering of SVGs containing multiple icons.
+* Font being incorrectly scaled on rotated monitors.
+* PPI being calculated incorrectly.
+* Crash on keyboard input when repeat rate was zero (i.e. no repeat).
+
+
+### Contributors
+
+* [magenbluten](https://codeberg.org/magenbluten)
+* jbeich
+
+
+## 1.4.2
+
+### Fixed
+
+* Subpixel antialiasing was not applied correctly on opaque
+ backgrounds.
+
+
+## 1.4.1
+
+### Fixed
+
+* Incorrect extension for man pages.