Merge branch 'releases/1.10'

This commit is contained in:
Daniel Eklöf 2021-12-08 18:14:44 +01:00
commit 3d7643b181
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 16 additions and 8 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
project('foot', 'c',
version: '1.10.2',
version: '1.10.3',
license: 'MIT',
meson_version: '>=0.54.0',
default_options: [