mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
Merge branch 'releases/1.7'
This commit is contained in:
commit
4044b6fa99
3 changed files with 14 additions and 5 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,6 +1,7 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.7.2](#1-7-2)
|
||||
* [1.7.1](#1-7-1)
|
||||
* [1.7.0](#1-7-0)
|
||||
* [1.6.4](#1-6-4)
|
||||
|
|
@ -26,6 +27,17 @@
|
|||
|
||||
|
||||
## Unreleased
|
||||
### Added
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
||||
## 1.7.2
|
||||
|
||||
### Added
|
||||
|
||||
* URxvt OSC-11 extension to set background alpha
|
||||
|
|
@ -49,8 +61,6 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/449).
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Reverted _"Consumed modifiers are no longer sent to the client
|
||||
|
|
@ -68,7 +78,6 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/441).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* [cglogic](https://codeberg.org/cglogic)
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=('foot-git' 'foot-terminfo-git')
|
||||
pkgver=1.7.1
|
||||
pkgver=1.7.2
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/foot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('foot', 'c',
|
||||
version: '1.7.1',
|
||||
version: '1.7.2',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue