mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
Merge branch 'releases/1.18'
This commit is contained in:
commit
bf51d8c19b
2 changed files with 11 additions and 5 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.18.0](#1-18-0)
|
||||||
* [1.17.2](#1-17-2)
|
* [1.17.2](#1-17-2)
|
||||||
* [1.17.1](#1-17-1)
|
* [1.17.1](#1-17-1)
|
||||||
* [1.17.0](#1-17-0)
|
* [1.17.0](#1-17-0)
|
||||||
|
|
@ -52,7 +52,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.18.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* `cursor.blink-rate` option, allowing you to configure the rate the
|
* `cursor.blink-rate` option, allowing you to configure the rate the
|
||||||
|
|
@ -136,7 +137,6 @@
|
||||||
`desktop-notifications.inhibit-when-focused`.
|
`desktop-notifications.inhibit-when-focused`.
|
||||||
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Crash when zooming in or out, with `dpi-aware=yes`, and the
|
* Crash when zooming in or out, with `dpi-aware=yes`, and the
|
||||||
|
|
@ -170,9 +170,15 @@
|
||||||
[1742]: https://codeberg.org/dnkl/foot/issues/1742
|
[1742]: https://codeberg.org/dnkl/foot/issues/1742
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* abs3nt
|
||||||
|
* Artturin
|
||||||
|
* Craig Barnes
|
||||||
|
* Jan Beich
|
||||||
|
* Mariusz Bialonczyk
|
||||||
|
* Nicolas Kolling Ribas
|
||||||
|
|
||||||
|
|
||||||
## 1.17.2
|
## 1.17.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.17.2',
|
version: '1.18.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue