mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-14 05:33:59 -04:00
Merge branch 'releases/1.4'
This commit is contained in:
commit
e838c0ce24
3 changed files with 5 additions and 10 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.4.2](#1.4.2)
|
||||||
* [1.4.1](#1-4-1)
|
* [1.4.1](#1-4-1)
|
||||||
* [1.4.0](#1-4-0)
|
* [1.4.0](#1-4-0)
|
||||||
* [1.3.0](#1-3-0)
|
* [1.3.0](#1-3-0)
|
||||||
|
|
@ -10,15 +10,13 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.4.2
|
||||||
### Added
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Maximum window title length from 100 to 2048.
|
* Maximum window title length from 100 to 2048.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Crash when overwriting a sixel and the row being overwritten did not
|
* 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.
|
* Assertion failure in debug builds when overwriting a sixel image.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
|
|
||||||
## 1.4.1
|
## 1.4.1
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.4.1
|
pkgver=1.4.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url=https://codeberg.org/dnkl/foot
|
url=https://codeberg.org/dnkl/foot
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.4.1',
|
version: '1.4.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.53.0',
|
meson_version: '>=0.53.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue