mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
Merge branch 'releases/1.15'
This commit is contained in:
commit
d68d5faa05
2 changed files with 10 additions and 7 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.15.1](#1-15-1)
|
||||||
* [1.15.0](#1-15-0)
|
* [1.15.0](#1-15-0)
|
||||||
* [1.14.0](#1-14-0)
|
* [1.14.0](#1-14-0)
|
||||||
* [1.13.1](#1-13-1)
|
* [1.13.1](#1-13-1)
|
||||||
|
|
@ -43,8 +43,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.15.1
|
||||||
### Added
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* When window is mapped, use metadata (DPI, scaling factor, subpixel
|
* When window is mapped, use metadata (DPI, scaling factor, subpixel
|
||||||
|
|
@ -68,8 +68,6 @@
|
||||||
[1302]: https://codeberg.org/dnkl/foot/issues/1302
|
[1302]: https://codeberg.org/dnkl/foot/issues/1302
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Use appropriate rounding when applying fractional scales.
|
* Use appropriate rounding when applying fractional scales.
|
||||||
|
|
@ -91,9 +89,14 @@
|
||||||
[1411]: https://codeberg.org/dnkl/foot/pulls/1411
|
[1411]: https://codeberg.org/dnkl/foot/pulls/1411
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Ayush Agarwal
|
||||||
|
* CismonX
|
||||||
|
* Max Gautier
|
||||||
|
* Ronan Pigott
|
||||||
|
* xdavidwu
|
||||||
|
|
||||||
|
|
||||||
## 1.15.0
|
## 1.15.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.15.0',
|
version: '1.15.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