Merge branch 'releases/1.5'

This commit is contained in:
Daniel Eklöf 2020-11-06 20:21:33 +01:00
commit 6f28c16023
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 18 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
project('foot', 'c',
version: '1.5.2',
version: '1.5.3',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: [