mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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
|
||||
|
||||
* [Unreleased](#Unreleased)
|
||||
* [1.5.1](#1-5-1)
|
||||
* [1.5.0](#1-5-0)
|
||||
* [1.4.4](#1-4-4)
|
||||
* [1.4.3](#1-4-3)
|
||||
|
|
@ -37,6 +38,15 @@
|
|||
decorations. Note that some compositors will render SSDs despite
|
||||
this option being used (https://codeberg.org/dnkl/foot/issues/163).
|
||||
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.5.1
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
@ -46,8 +56,6 @@
|
|||
default. This is in addition to middle-clicking with the mouse.
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Mouse bindings now match even if the actual click count is larger
|
||||
|
|
@ -77,7 +85,6 @@
|
|||
* Paste from primary when clipboard is empty.
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* [craigbarnes](https://codeberg.org/craigbarnes)
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.5.0
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.5.0',
|
||||
version: '1.5.1',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue