mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
Merge branch 'releases/1.4' into master
This commit is contained in:
commit
63a5343dd4
3 changed files with 15 additions and 9 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.4.4](#1-4-4)
|
||||
* [1.4.3](#1-4-3)
|
||||
* [1.4.2](#1-4-2)
|
||||
* [1.4.1](#1-4-1)
|
||||
|
|
@ -18,24 +19,29 @@
|
|||
### Changed
|
||||
|
||||
* Renamed man page for `footrc` from **foot**(5) to **footrc**(5).
|
||||
* Mouse cursor is now always a `left_ptr` when inside the margins, to
|
||||
indicate it is not possible to start a selection.
|
||||
* Scrollback position indicator. This feature is optional and
|
||||
controlled by the **scrollback-indicator-position** and
|
||||
**scrollback-indicator-format** options in `footrc`
|
||||
(https://codeberg.org/dnkl/foot/issues/42).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.4.4
|
||||
### Changed
|
||||
|
||||
* Mouse cursor is now always a `left_ptr` when inside the margins, to
|
||||
indicate it is not possible to start a selection.
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
* Crash when starting a selection inside the margins.
|
||||
* Handle trailing comments in `footrc`
|
||||
* Improved font size consistency across multiple monitors with
|
||||
different DPI (https://codeberg.org/dnkl/foot/issues/47).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
* Handle trailing comments in `footrc`
|
||||
|
||||
|
||||
## 1.4.3
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.4.3
|
||||
pkgver=1.4.4
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.4.3',
|
||||
version: '1.4.4',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue