mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-14 04:27:57 -05:00
Merge branch 'releases/1.8'
This commit is contained in:
commit
3309dce68a
3 changed files with 5 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.8.2](#1-8-2)
|
||||
* [1.8.1](#1-8-1)
|
||||
* [1.8.0](#1-8-0)
|
||||
* [1.7.2](#1-7-2)
|
||||
|
|
@ -28,7 +28,8 @@
|
|||
* [1.2.0](#1-2-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.8.2
|
||||
|
||||
### Added
|
||||
|
||||
* `locked-title=no|yes` to `foot.ini`
|
||||
|
|
@ -46,7 +47,6 @@
|
|||
_enables_ scrolling (https://codeberg.org/dnkl/foot/issues/631).
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
||||
* The `tweak.allow-overflowing-double-width-glyphs` and
|
||||
|
|
@ -74,7 +74,6 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/633).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* [clktmr](https://codeberg.org/clktmr)
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.8.1
|
||||
pkgver=1.8.2
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.8.1',
|
||||
version: '1.8.2',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue