mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04: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
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [Unreleased](#unreleased)
|
||||||
|
* [1.10.3](#1-10-3)
|
||||||
* [1.10.2](#1-10-2)
|
* [1.10.2](#1-10-2)
|
||||||
* [1.10.1](#1-10-1)
|
* [1.10.1](#1-10-1)
|
||||||
* [1.10.0](#1-10-0)
|
* [1.10.0](#1-10-0)
|
||||||
|
|
@ -41,6 +42,20 @@
|
||||||
* `[mouse-bindings].selection-override-modifiers` option, specifying
|
* `[mouse-bindings].selection-override-modifiers` option, specifying
|
||||||
which modifiers to hold to override mouse grabs by client
|
which modifiers to hold to override mouse grabs by client
|
||||||
applications and force selection instead.
|
applications and force selection instead.
|
||||||
|
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
### Deprecated
|
||||||
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
|
||||||
|
## 1.10.3
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
* Kitty keyboard protocol:
|
* Kitty keyboard protocol:
|
||||||
- [Report event types](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#report-events)
|
- [Report event types](https://sw.kovidgoyal.net/kitty/keyboard-protocol/#report-events)
|
||||||
(mode `0b10`)
|
(mode `0b10`)
|
||||||
|
|
@ -53,9 +68,6 @@
|
||||||
(mode `0b10000`)
|
(mode `0b10000`)
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Crash when bitmap fonts are scaled down to very small font sizes
|
* Crash when bitmap fonts are scaled down to very small font sizes
|
||||||
|
|
@ -63,10 +75,6 @@
|
||||||
* Crash when overwriting/erasing an OSC-8 URL.
|
* Crash when overwriting/erasing an OSC-8 URL.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.10.2
|
## 1.10.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.10.2',
|
version: '1.10.3',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.54.0',
|
meson_version: '>=0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue