mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
Merge branch 'releases/1.5'
This commit is contained in:
commit
6f28c16023
3 changed files with 18 additions and 11 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#Unreleased)
|
||||
* [1.5.3](#1-5-3)
|
||||
* [1.5.2](#1-5-2)
|
||||
* [1.5.1](#1-5-1)
|
||||
* [1.5.0](#1-5-0)
|
||||
|
|
@ -63,10 +64,24 @@
|
|||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Support for **pipe-\*** actions in mouse bindings. It was previously
|
||||
not possible to add a command to these actions when used in mouse
|
||||
bindings, making them useless
|
||||
(https://codeberg.org/dnkl/foot/issues/183).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.5.3
|
||||
|
||||
### Fixed
|
||||
|
||||
* Crash when libxkbcommon cannot find a suitable libX11 _compose_
|
||||
file. Note that foot will run, but without support for dead keys.
|
||||
(https://codeberg.org/dnkl/foot/issues/170).
|
||||
* Restore window size when window is un-tiled.
|
||||
* Restored window size when window is un-tiled.
|
||||
* XCursor shape in CSD corners when window is tiled.
|
||||
* Error handling when processing keyboard input (maybe
|
||||
https://codeberg.org/dnkl/foot/issues/171).
|
||||
|
|
@ -77,14 +92,6 @@
|
|||
window (https://codeberg.org/dnkl/foot/issues/179).
|
||||
* Character dropped from selection when "right-click-hold"-extending a
|
||||
selection (https://codeberg.org/dnkl/foot/issues/180).
|
||||
* Support for **pipe-\*** actions in mouse bindings. It was previously
|
||||
not possible to add a command to these actions when used in mouse
|
||||
bindings, making them useless
|
||||
(https://codeberg.org/dnkl/foot/issues/183).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.5.2
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.5.2
|
||||
pkgver=1.5.3
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.5.2',
|
||||
version: '1.5.3',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue