forked from external/yambar
Merge branch 'releases/1.10'
This commit is contained in:
commit
4ba193ad0f
4 changed files with 16 additions and 8 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.10.0](#1-10-0)
|
||||
* [1.9.0](#1-9-0)
|
||||
* [1.8.0](#1-8-0)
|
||||
* [1.7.0](#1-7-0)
|
||||
|
@ -10,7 +10,8 @@
|
|||
* [1.5.0](#1-5-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.10.0
|
||||
|
||||
### Added
|
||||
|
||||
* Field width tag format option ([#246][246])
|
||||
|
@ -41,8 +42,6 @@
|
|||
[281]: https://codeberg.org/dnkl/yambar/pulls/281
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* Build failures for certain combinations of enabled and disabled
|
||||
|
@ -71,10 +70,19 @@
|
|||
[305]: https://codeberg.org/dnkl/yambar/issues/305
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* Leonardo Gibrowski Faé (Horus)
|
||||
* Armin Fisslthaler
|
||||
* Ben Brown
|
||||
* David Bimmler
|
||||
* Leonardo Hernández Hernández
|
||||
* Ogromny
|
||||
* Oleg Hahm
|
||||
* Stanislav Ochotnický
|
||||
* tiosgz
|
||||
* Yutaro Ohno
|
||||
|
||||
|
||||
## 1.9.0
|
||||
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
|||
pkgname=yambar
|
||||
pkgver=1.9.0
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||
changelog=CHANGELOG.md
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=yambar-wayland
|
||||
pkgver=1.9.0
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('yambar', 'c',
|
||||
version: '1.9.0',
|
||||
version: '1.10.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.59.0',
|
||||
default_options: ['c_std=c18',
|
||||
|
|
Loading…
Add table
Reference in a new issue