Merge branch 'releases/1.13'

This commit is contained in:
Daniel Eklöf 2022-08-07 09:38:01 +02:00
commit 8b6e6f1073
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [1.13.0](#1-13-0)
* [1.12.1](#1-12-1) * [1.12.1](#1-12-1)
* [1.12.0](#1-12-0) * [1.12.0](#1-12-0)
* [1.11.0](#1-11-0) * [1.11.0](#1-11-0)
@ -39,7 +39,7 @@
* [1.2.0](#1-2-0) * [1.2.0](#1-2-0)
## Unreleased ## 1.13.0
### Added ### Added
@ -82,8 +82,6 @@
[1105]: https://codeberg.org/dnkl/foot/issues/1105 [1105]: https://codeberg.org/dnkl/foot/issues/1105
### Deprecated
### Removed
### Fixed ### Fixed
* Graphical corruption when viewport is at the top of the scrollback, * Graphical corruption when viewport is at the top of the scrollback,
@ -121,9 +119,14 @@
[1108]: https://codeberg.org/dnkl/foot/issues/1108 [1108]: https://codeberg.org/dnkl/foot/issues/1108
### Security
### Contributors ### Contributors
* Craig Barnes
* Lorenz
* Max Gautier
* Simon Ser
* Stefan Prosiegel
## 1.12.1 ## 1.12.1

View file

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