mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -05:00
Merge branch 'releases/1.17'
This commit is contained in:
commit
61c8d6ec8c
2 changed files with 21 additions and 6 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.17.0](#1-17-0)
|
||||||
* [1.16.2](#1-16-2)
|
* [1.16.2](#1-16-2)
|
||||||
* [1.16.1](#1-16-1)
|
* [1.16.1](#1-16-1)
|
||||||
* [1.16.0](#1-16-0)
|
* [1.16.0](#1-16-0)
|
||||||
|
|
@ -49,7 +49,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.17.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for opening an existing PTY, e.g. a VM console.
|
- Support for opening an existing PTY, e.g. a VM console.
|
||||||
|
|
@ -76,6 +77,7 @@
|
||||||
[1564]: https://codeberg.org/dnkl/foot/pulls/1564
|
[1564]: https://codeberg.org/dnkl/foot/pulls/1564
|
||||||
[`DECBKM`]: https://vt100.net/docs/vt510-rm/DECBKM.html
|
[`DECBKM`]: https://vt100.net/docs/vt510-rm/DECBKM.html
|
||||||
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* config: ARGB color values now default to opaque, rather than
|
* config: ARGB color values now default to opaque, rather than
|
||||||
|
|
@ -132,8 +134,6 @@
|
||||||
[chafa-192]: https://github.com/hpjansson/chafa/issues/192
|
[chafa-192]: https://github.com/hpjansson/chafa/issues/192
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* config: improved validation of color values.
|
* config: improved validation of color values.
|
||||||
|
|
@ -172,9 +172,24 @@
|
||||||
[1624]: https://codeberg.org/dnkl/foot/issues/1624
|
[1624]: https://codeberg.org/dnkl/foot/issues/1624
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Alyssa Ross
|
||||||
|
* Andrew J. Hesford
|
||||||
|
* Artturin
|
||||||
|
* Craig Barnes
|
||||||
|
* delthas
|
||||||
|
* eugenrh
|
||||||
|
* Fazzi
|
||||||
|
* Gregory Anders
|
||||||
|
* Jan Palus
|
||||||
|
* Leonardo Hernández Hernández
|
||||||
|
* LmbMaxim
|
||||||
|
* Matheus Afonso Martins Moreira
|
||||||
|
* Sivecano
|
||||||
|
* Tim Culverhouse
|
||||||
|
* xnuk
|
||||||
|
|
||||||
|
|
||||||
## 1.16.2
|
## 1.16.2
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.16.2',
|
version: '1.17.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