mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
Merge branch 'releases/1.23'
This commit is contained in:
commit
8814b5f080
2 changed files with 4 additions and 10 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.23.1](#1-23-1)
|
||||||
* [1.23.0](#1-23-0)
|
* [1.23.0](#1-23-0)
|
||||||
* [1.22.3](#1-22-3)
|
* [1.22.3](#1-22-3)
|
||||||
* [1.22.2](#1-22-2)
|
* [1.22.2](#1-22-2)
|
||||||
|
|
@ -64,8 +64,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.23.1
|
||||||
### Added
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* URL labels are now assigned in reverse order, from bottom to
|
* URL labels are now assigned in reverse order, from bottom to
|
||||||
|
|
@ -79,8 +79,6 @@
|
||||||
[2144]: https://codeberg.org/dnkl/foot/issues/2144
|
[2144]: https://codeberg.org/dnkl/foot/issues/2144
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* 10-bit surfaces sometimes used instead of 16-bit.
|
* 10-bit surfaces sometimes used instead of 16-bit.
|
||||||
|
|
@ -88,10 +86,6 @@
|
||||||
active theme into account.
|
active theme into account.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.23.0
|
## 1.23.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.23.0',
|
version: '1.23.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