Merge branch 'releases/1.13'

This commit is contained in:
Daniel Eklöf 2022-08-31 19:26:21 +02:00
commit 473c5f4e76
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 15 additions and 6 deletions

View file

@ -1,6 +1,7 @@
# Changelog
* [Unreleased](#unreleased)
* [1.13.1](#1-13-1)
* [1.13.0](#1-13-0)
* [1.12.1](#1-12-1)
* [1.12.0](#1-12-0)
@ -41,6 +42,7 @@
## Unreleased
### Added
* Support for adjusting the thickness of regular underlines ([#1136][1136]).
@ -50,13 +52,24 @@
### Changed
* Window is now dimmed while in Unicode input mode.
* Default color theme from a variant of the Zenburn theme, to a
variant of the Solarized dark theme.
### Deprecated
### Removed
### Fixed
### Security
### Contributors
## 1.13.1
### Changed
* Window is now dimmed while in Unicode input mode.
### Fixed
* Compiling against wayland-protocols < 1.25
@ -73,10 +86,6 @@
[1074]: https://codeberg.org/dnkl/foot/pulls/1074
### Security
### Contributors
## 1.13.0
### Added

View file

@ -1,5 +1,5 @@
project('foot', 'c',
version: '1.13.0',
version: '1.13.1',
license: 'MIT',
meson_version: '>=0.58.0',
default_options: [