Merge branch 'releases/1.4'

This commit is contained in:
Daniel Eklöf 2020-07-23 18:55:14 +02:00
commit e838c0ce24
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 5 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# Changelog
* [Unreleased](#unreleased)
* [1.4.2](#1.4.2)
* [1.4.1](#1-4-1)
* [1.4.0](#1-4-0)
* [1.3.0](#1-3-0)
@ -10,15 +10,13 @@
* [1.2.0](#1-2-0)
## Unreleased
### Added
## 1.4.2
### Changed
* Maximum window title length from 100 to 2048.
### Deprecated
### Removed
### Fixed
* Crash when overwriting a sixel and the row being overwritten did not
@ -26,9 +24,6 @@
* Assertion failure in debug builds when overwriting a sixel image.
### Security
## 1.4.1
### Fixed

View file

@ -1,5 +1,5 @@
pkgname=('foot-git' 'foot-terminfo-git')
pkgver=1.4.1
pkgver=1.4.2
pkgrel=1
arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot

View file

@ -1,5 +1,5 @@
project('foot', 'c',
version: '1.4.1',
version: '1.4.2',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: [