mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04: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
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [Unreleased](#unreleased)
|
||||||
|
* [1.4.4](#1-4-4)
|
||||||
* [1.4.3](#1-4-3)
|
* [1.4.3](#1-4-3)
|
||||||
* [1.4.2](#1-4-2)
|
* [1.4.2](#1-4-2)
|
||||||
* [1.4.1](#1-4-1)
|
* [1.4.1](#1-4-1)
|
||||||
|
|
@ -18,24 +19,29 @@
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* Renamed man page for `footrc` from **foot**(5) to **footrc**(5).
|
* 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
|
* Scrollback position indicator. This feature is optional and
|
||||||
controlled by the **scrollback-indicator-position** and
|
controlled by the **scrollback-indicator-position** and
|
||||||
**scrollback-indicator-format** options in `footrc`
|
**scrollback-indicator-format** options in `footrc`
|
||||||
(https://codeberg.org/dnkl/foot/issues/42).
|
(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
|
### Fixed
|
||||||
|
|
||||||
* Crash when starting a selection inside the margins.
|
* Crash when starting a selection inside the margins.
|
||||||
* Handle trailing comments in `footrc`
|
|
||||||
* Improved font size consistency across multiple monitors with
|
* Improved font size consistency across multiple monitors with
|
||||||
different DPI (https://codeberg.org/dnkl/foot/issues/47).
|
different DPI (https://codeberg.org/dnkl/foot/issues/47).
|
||||||
|
* Handle trailing comments in `footrc`
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
|
||||||
|
|
||||||
|
|
||||||
## 1.4.3
|
## 1.4.3
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.4.3
|
pkgver=1.4.4
|
||||||
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.3',
|
version: '1.4.4',
|
||||||
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