Merge branch 'releases/1.10'

This commit is contained in:
Daniel Eklöf 2023-07-14 09:04:18 +02:00
commit 4ba193ad0f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 16 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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')

View file

@ -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',