mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04: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
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [Unreleased](#unreleased)
|
||||||
|
* [1.7.2](#1-7-2)
|
||||||
* [1.7.1](#1-7-1)
|
* [1.7.1](#1-7-1)
|
||||||
* [1.7.0](#1-7-0)
|
* [1.7.0](#1-7-0)
|
||||||
* [1.6.4](#1-6-4)
|
* [1.6.4](#1-6-4)
|
||||||
|
|
@ -26,6 +27,17 @@
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
### Added
|
||||||
|
### Changed
|
||||||
|
### Deprecated
|
||||||
|
### Removed
|
||||||
|
### Fixed
|
||||||
|
### Security
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
|
||||||
|
## 1.7.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* URxvt OSC-11 extension to set background alpha
|
* URxvt OSC-11 extension to set background alpha
|
||||||
|
|
@ -49,8 +61,6 @@
|
||||||
(https://codeberg.org/dnkl/foot/issues/449).
|
(https://codeberg.org/dnkl/foot/issues/449).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Reverted _"Consumed modifiers are no longer sent to the client
|
* Reverted _"Consumed modifiers are no longer sent to the client
|
||||||
|
|
@ -68,7 +78,6 @@
|
||||||
(https://codeberg.org/dnkl/foot/issues/441).
|
(https://codeberg.org/dnkl/foot/issues/441).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [cglogic](https://codeberg.org/cglogic)
|
* [cglogic](https://codeberg.org/cglogic)
|
||||||
|
|
|
||||||
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=('foot-git' 'foot-terminfo-git')
|
pkgname=('foot-git' 'foot-terminfo-git')
|
||||||
pkgver=1.7.1
|
pkgver=1.7.2
|
||||||
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.7.1',
|
version: '1.7.2',
|
||||||
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