mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'releases/1.4'
This commit is contained in:
commit
198c79439c
3 changed files with 5 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.4.2](#1.4.2)
|
||||
* [1.4.3](#1-4-3)
|
||||
* [1.4.2](#1-4-2)
|
||||
* [1.4.1](#1-4-1)
|
||||
* [1.4.0](#1-4-0)
|
||||
* [1.3.0](#1-3-0)
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
* [1.2.1](#1-2-1)
|
||||
* [1.2.0](#1-2-0)
|
||||
|
||||
## Unreleased
|
||||
## 1.4.3
|
||||
### Added
|
||||
|
||||
* Section to [README.md](README.md) describing how to programmatically
|
||||
|
|
@ -41,8 +41,6 @@
|
|||
dragging the mouse.
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Crash in scrollback search.
|
||||
|
|
@ -51,7 +49,6 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/49).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* [birger](https://codeberg.org/birger)
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.4.2
|
||||
pkgver=1.4.3
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.4.2',
|
||||
version: '1.4.3',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue