From 1272632f3b0b6e5e21675374426732d0b5b4a25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 2 Aug 2024 14:27:57 +0200 Subject: [PATCH 1/2] changelog: prepare for 1.18.0 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 From b5e692ef8ba1627605b351349505f049b4f76b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 2 Aug 2024 14:28:16 +0200 Subject: [PATCH 2/2] meson: bump version to 1.18.0 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [