diff --git a/CHANGELOG.md b/CHANGELOG.md index c30cc534..a1549a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.18.0](#1-18-0) * [1.17.2](#1-17-2) * [1.17.1](#1-17-1) * [1.17.0](#1-17-0) @@ -52,7 +52,8 @@ * [1.2.0](#1-2-0) -## Unreleased +## 1.18.0 + ### Added * `cursor.blink-rate` option, allowing you to configure the rate the @@ -136,7 +137,6 @@ `desktop-notifications.inhibit-when-focused`. -### Removed ### Fixed * Crash when zooming in or out, with `dpi-aware=yes`, and the @@ -170,9 +170,15 @@ [1742]: https://codeberg.org/dnkl/foot/issues/1742 -### Security ### Contributors +* abs3nt +* Artturin +* Craig Barnes +* Jan Beich +* Mariusz Bialonczyk +* Nicolas Kolling Ribas + ## 1.17.2 diff --git a/meson.build b/meson.build index 868d8e36..a99d1a48 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.17.2', + version: '1.18.0', license: 'MIT', meson_version: '>=0.59.0', default_options: [