summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Eklöf2021-10-09 12:52:20 +0200
committerDaniel Eklöf2021-10-09 12:52:20 +0200
commitec2c9ef197538e17005712de14807cdba43fcc9a (patch)
tree54356ad74dc7f2a0e58706cc2eb4703d979ed5ab /CHANGELOG.md
parent40b28e2c88680636367c82b664e465e8a0d007fd (diff)
downloadaur-ec2c9ef197538e17005712de14807cdba43fcc9a.tar.gz
Update to 1.6.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e52490c0947c..3c1755e681cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
# Changelog
+* [1.6.4](#1-6-4)
* [1.6.3](#1-6-3)
* [1.6.2](#1-6-2)
* [1.6.1](#1-6-1)
@@ -13,6 +14,30 @@
* [1.4.1](#1-4-1)
+## 1.6.4
+
+### Added
+
+* Support for [nanosvg](https://github.com/memononen/nanosvg) as an
+ alternative SVG backend. Nanosvg is bundled with fuzzel and has
+ **no** additional dependencies. This means you can now have SVGs
+ without depending on Cairo.
+
+
+### Changed
+
+* Meson option `-Denable-png` replaced with `-Dpng-backend=none|libpng`.
+* Meson option `-Denable-svg` replaced with `-Dsvg-backend=none|librsvg|nanosvg`.
+
+
+### Fixed
+
+* Graphical corruption triggered by the “gerbview” SVG icon, from
+ KiCAD (https://codeberg.org/dnkl/fuzzel/issues/47).
+* SVG icons containing multiple icons not being limited to the main
+ icon (https://codeberg.org/dnkl/fuzzel/issues/48).
+
+
## 1.6.3
### Added