diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a16da7d..52abbaba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog * [Unreleased](#unreleased) +* [1.10.3](#1-10-3) * [1.10.2](#1-10-2) * [1.10.1](#1-10-1) * [1.10.0](#1-10-0) @@ -41,6 +42,20 @@ * `[mouse-bindings].selection-override-modifiers` option, specifying which modifiers to hold to override mouse grabs by client applications and force selection instead. + + +### Changed +### Deprecated +### Removed +### Fixed +### Security +### Contributors + + +## 1.10.3 + +### Added + * Kitty keyboard protocol: - [Report event types](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#report-events) (mode `0b10`) @@ -53,9 +68,6 @@ (mode `0b10000`) -### Changed -### Deprecated -### Removed ### Fixed * Crash when bitmap fonts are scaled down to very small font sizes @@ -63,10 +75,6 @@ * Crash when overwriting/erasing an OSC-8 URL. -### Security -### Contributors - - ## 1.10.2 ### Added diff --git a/meson.build b/meson.build index 4f74bed6..9faaf44b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('foot', 'c', - version: '1.10.2', + version: '1.10.3', license: 'MIT', meson_version: '>=0.54.0', default_options: [