mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
Merge branch 'releases/1.5'
This commit is contained in:
commit
c1c42f047e
3 changed files with 31 additions and 15 deletions
42
CHANGELOG.md
42
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [Unreleased](#Unreleased)
|
||||||
|
* [1.5.4](#1-5-4)
|
||||||
* [1.5.3](#1-5-3)
|
* [1.5.3](#1-5-3)
|
||||||
* [1.5.2](#1-5-2)
|
* [1.5.2](#1-5-2)
|
||||||
* [1.5.1](#1-5-1)
|
* [1.5.1](#1-5-1)
|
||||||
|
|
@ -82,14 +83,6 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
||||||
|
|
||||||
* Blinking text now uses the foreground color, but dimmed down in its
|
* Blinking text now uses the foreground color, but dimmed down in its
|
||||||
off state, instead of the background color.
|
off state, instead of the background color.
|
||||||
* Num Lock by default overrides the keypad mode. See
|
|
||||||
**foot.ini**(5)::KEYPAD, or
|
|
||||||
[README.md](README.md#user-content-keypad) for details
|
|
||||||
(https://codeberg.org/dnkl/foot/issues/194).
|
|
||||||
* Single-width characters with double-width glyphs are now allowed to
|
|
||||||
overflow into neighboring cells by default. Set
|
|
||||||
**tweak.allow-overflowing-double-width-glyphs** to ‘no’ to disable
|
|
||||||
this.
|
|
||||||
* Sixel default maximum size is now 10000x10000 instead of the current
|
* Sixel default maximum size is now 10000x10000 instead of the current
|
||||||
window size.
|
window size.
|
||||||
* Graphical glitches/flashes when resizing the window while running a
|
* Graphical glitches/flashes when resizing the window while running a
|
||||||
|
|
@ -100,11 +93,38 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
||||||
controls the default state of `CSI Ps SP q`
|
controls the default state of `CSI Ps SP q`
|
||||||
(https://codeberg.org/dnkl/foot/issues/218).
|
(https://codeberg.org/dnkl/foot/issues/218).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
* Crash when pasting non-textual clipboard content
|
||||||
|
(https://codeberg.org/dnkl/foot/issues/230).
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
* [kennylevinsen](https://codeberg.org/kennylevinsen)
|
||||||
|
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||||
|
|
||||||
|
|
||||||
|
## 1.5.4
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
|
||||||
|
* Num Lock by default overrides the keypad mode. See
|
||||||
|
**foot.ini**(5)::KEYPAD, or
|
||||||
|
[README.md](README.md#user-content-keypad) for details
|
||||||
|
(https://codeberg.org/dnkl/foot/issues/194).
|
||||||
|
* Single-width characters with double-width glyphs are now allowed to
|
||||||
|
overflow into neighboring cells by default. Set
|
||||||
|
**tweak.allow-overflowing-double-width-glyphs** to ‘no’ to disable
|
||||||
|
this.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
* Resize very slow when window is hidden
|
* Resize very slow when window is hidden
|
||||||
(https://codeberg.org/dnkl/foot/issues/190).
|
(https://codeberg.org/dnkl/foot/issues/190).
|
||||||
* Key mappings for key combinations with `shift`+`tab`
|
* Key mappings for key combinations with `shift`+`tab`
|
||||||
|
|
@ -113,15 +133,11 @@ means foot can be PGO:d in e.g. sandboxed build scripts. See
|
||||||
* `footclient` `-m` (`--maximized`) flag being ignored.
|
* `footclient` `-m` (`--maximized`) flag being ignored.
|
||||||
* Crash with explicitly sized sixels with a height less than 6 pixels.
|
* Crash with explicitly sized sixels with a height less than 6 pixels.
|
||||||
* Key mappings for `esc` with modifiers.
|
* Key mappings for `esc` with modifiers.
|
||||||
* Crash when pasting non-textual clipboard content
|
|
||||||
(https://codeberg.org/dnkl/foot/issues/230).
|
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||||
* [kennylevinsen](https://codeberg.org/kennylevinsen)
|
|
||||||
|
|
||||||
|
|
||||||
## 1.5.3
|
## 1.5.3
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.5.3
|
pkgver=1.5.4
|
||||||
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.5.3',
|
version: '1.5.4',
|
||||||
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