mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
Merge branch 'master' into scrollback-position-indicator
This commit is contained in:
commit
02fef60160
3 changed files with 13 additions and 6 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,7 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [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.1](#1-4-1)
|
||||||
* [1.4.0](#1-4-0)
|
* [1.4.0](#1-4-0)
|
||||||
* [1.3.0](#1-3-0)
|
* [1.3.0](#1-3-0)
|
||||||
|
|
@ -12,6 +13,15 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
|
### Deprecated
|
||||||
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
|
||||||
|
## 1.4.3
|
||||||
|
### Added
|
||||||
|
|
||||||
* Section to [README.md](README.md) describing how to programmatically
|
* Section to [README.md](README.md) describing how to programmatically
|
||||||
identify foot.
|
identify foot.
|
||||||
|
|
@ -46,8 +56,6 @@
|
||||||
**scrollback-indicator-format** options in `footrc`.
|
**scrollback-indicator-format** options in `footrc`.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Crash in scrollback search.
|
* Crash in scrollback search.
|
||||||
|
|
@ -57,7 +65,6 @@
|
||||||
* Crash when starting a selection inside the margins.
|
* Crash when starting a selection inside the margins.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [birger](https://codeberg.org/birger)
|
* [birger](https://codeberg.org/birger)
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.4.2
|
pkgver=1.4.3
|
||||||
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.4.2',
|
version: '1.4.3',
|
||||||
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