mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'releases/1.10'
This commit is contained in:
commit
3d7643b181
2 changed files with 16 additions and 8 deletions
22
CHANGELOG.md
22
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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.10.2',
|
||||
version: '1.10.3',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.54.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue