mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
Merge branch 'releases/1.5' into master
This commit is contained in:
commit
27cb17e71e
3 changed files with 12 additions and 5 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [Unreleased](#Unreleased)
|
||||||
|
* [1.5.1](#1-5-1)
|
||||||
* [1.5.0](#1-5-0)
|
* [1.5.0](#1-5-0)
|
||||||
* [1.4.4](#1-4-4)
|
* [1.4.4](#1-4-4)
|
||||||
* [1.4.3](#1-4-3)
|
* [1.4.3](#1-4-3)
|
||||||
|
|
@ -37,6 +38,15 @@
|
||||||
decorations. Note that some compositors will render SSDs despite
|
decorations. Note that some compositors will render SSDs despite
|
||||||
this option being used (https://codeberg.org/dnkl/foot/issues/163).
|
this option being used (https://codeberg.org/dnkl/foot/issues/163).
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
### Deprecated
|
||||||
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
|
||||||
|
## 1.5.1
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
@ -46,8 +56,6 @@
|
||||||
default. This is in addition to middle-clicking with the mouse.
|
default. This is in addition to middle-clicking with the mouse.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Mouse bindings now match even if the actual click count is larger
|
* Mouse bindings now match even if the actual click count is larger
|
||||||
|
|
@ -77,7 +85,6 @@
|
||||||
* Paste from primary when clipboard is empty.
|
* Paste from primary when clipboard is empty.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.5.0
|
pkgver=1.5.1
|
||||||
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.5.0',
|
version: '1.5.1',
|
||||||
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