mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
Merge branch 'releases/1.18'
This commit is contained in:
commit
4cd65f0e70
2 changed files with 7 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.18.1](#1-18-1)
|
||||||
* [1.18.0](#1-18-0)
|
* [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)
|
||||||
|
|
@ -53,7 +53,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.18.1
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* OSC-99: support for the `s` parameter. Supported keywords are
|
* OSC-99: support for the `s` parameter. Supported keywords are
|
||||||
|
|
@ -69,8 +70,6 @@
|
||||||
press ([#1787][1787]).
|
press ([#1787][1787]).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Regression: OSC-111 not handling alpha changes correctly, causing
|
* Regression: OSC-111 not handling alpha changes correctly, causing
|
||||||
|
|
@ -79,9 +78,11 @@
|
||||||
[1801]: https://codeberg.org/dnkl/foot/issues/1801
|
[1801]: https://codeberg.org/dnkl/foot/issues/1801
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Craig Barnes
|
||||||
|
* Shogo Yamazaki
|
||||||
|
|
||||||
|
|
||||||
## 1.18.0
|
## 1.18.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.18.0',
|
version: '1.18.1',
|
||||||
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