mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-10 05:33:51 -04:00
Merge branch 'releases/1.3'
This commit is contained in:
commit
8bea5855b1
3 changed files with 5 additions and 8 deletions
|
|
@ -1,13 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.3.0](#1-3-0)
|
||||||
* [1.2.3](#1-2-3)
|
* [1.2.3](#1-2-3)
|
||||||
* [1.2.2](#1-2-2)
|
* [1.2.2](#1-2-2)
|
||||||
* [1.2.1](#1-2-1)
|
* [1.2.1](#1-2-1)
|
||||||
* [1.2.0](#1-2-0)
|
* [1.2.0](#1-2-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.3.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* User configurable key- and mouse bindings. See `man 5 foot` and the
|
* User configurable key- and mouse bindings. See `man 5 foot` and the
|
||||||
|
|
@ -46,7 +47,6 @@
|
||||||
true` instead of `foot -- sh -c true`.
|
true` instead of `foot -- sh -c true`.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
* Keyboard/pointer handler workarounds for Sway 1.2.
|
* Keyboard/pointer handler workarounds for Sway 1.2.
|
||||||
|
|
@ -72,9 +72,6 @@
|
||||||
* Call `ioctl(TIOCSCTTY)` on the pts fd in the slave process.
|
* Call `ioctl(TIOCSCTTY)` on the pts fd in the slave process.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
|
|
||||||
## 1.2.3
|
## 1.2.3
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.2.3
|
pkgver=1.3.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url=https://codeberg.org/dnkl/foot
|
url=https://codeberg.org/dnkl/foot
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
project('foot', 'c',
|
project('foot', 'c',
|
||||||
version: '1.2.3',
|
version: '1.3.0',
|
||||||
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