mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
Merge branch 'releases/1.22'
This commit is contained in:
commit
9799c4ddcd
2 changed files with 12 additions and 6 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.22.0](#1-22-0)
|
||||||
* [1.21.0](#1-21-0)
|
* [1.21.0](#1-21-0)
|
||||||
* [1.20.2](#1-20-2)
|
* [1.20.2](#1-20-2)
|
||||||
* [1.20.1](#1-20-1)
|
* [1.20.1](#1-20-1)
|
||||||
|
|
@ -59,7 +59,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.22.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Support for toplevel edge constraints. When the compositor indicates
|
* Support for toplevel edge constraints. When the compositor indicates
|
||||||
|
|
@ -102,8 +103,6 @@
|
||||||
[2016]: https://codeberg.org/dnkl/foot/issues/2016
|
[2016]: https://codeberg.org/dnkl/foot/issues/2016
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Regression: assertion in `url-mode.c` when activating a second URL
|
* Regression: assertion in `url-mode.c` when activating a second URL
|
||||||
|
|
@ -119,9 +118,16 @@
|
||||||
[2027]: https://codeberg.org/dnkl/foot/issues/2027
|
[2027]: https://codeberg.org/dnkl/foot/issues/2027
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Alex Xu (Hello71)
|
||||||
|
* datsudo
|
||||||
|
* Dominique Martinet
|
||||||
|
* Fazzi
|
||||||
|
* llyyr
|
||||||
|
* Łukasz Wojniłowicz
|
||||||
|
* Sam McCall
|
||||||
|
|
||||||
|
|
||||||
## 1.21.0
|
## 1.21.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.21.0',
|
version: '1.22.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