mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04: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
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.8.2](#1-8-2)
|
||||||
* [1.8.1](#1-8-1)
|
* [1.8.1](#1-8-1)
|
||||||
* [1.8.0](#1-8-0)
|
* [1.8.0](#1-8-0)
|
||||||
* [1.7.2](#1-7-2)
|
* [1.7.2](#1-7-2)
|
||||||
|
|
@ -28,7 +28,8 @@
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.8.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* `locked-title=no|yes` to `foot.ini`
|
* `locked-title=no|yes` to `foot.ini`
|
||||||
|
|
@ -46,7 +47,6 @@
|
||||||
_enables_ scrolling (https://codeberg.org/dnkl/foot/issues/631).
|
_enables_ scrolling (https://codeberg.org/dnkl/foot/issues/631).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
* The `tweak.allow-overflowing-double-width-glyphs` and
|
* The `tweak.allow-overflowing-double-width-glyphs` and
|
||||||
|
|
@ -74,7 +74,6 @@
|
||||||
(https://codeberg.org/dnkl/foot/issues/633).
|
(https://codeberg.org/dnkl/foot/issues/633).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [clktmr](https://codeberg.org/clktmr)
|
* [clktmr](https://codeberg.org/clktmr)
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.8.1
|
pkgver=1.8.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.8.1',
|
version: '1.8.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