Merge branch 'releases/1.15'

This commit is contained in:
Daniel Eklöf 2023-07-21 09:00:39 +02:00
commit d68d5faa05
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 10 additions and 7 deletions

View file

@ -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

View file

@ -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: [