mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 03:35:41 +02:00
Merge branch 'releases/1.9'
This commit is contained in:
commit
a599e7264f
4 changed files with 15 additions and 8 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.9.0](#1-9-0)
|
||||
* [1.8.0](#1-8-0)
|
||||
* [1.7.0](#1-7-0)
|
||||
* [1.6.2](#1-6-2)
|
||||
|
@ -9,7 +9,7 @@
|
|||
* [1.5.0](#1-5-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.9.0
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -125,8 +125,6 @@
|
|||
[207]: https://codeberg.org/dnkl/yambar/issues/207
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* i3: fixed “missing workspace indicator” (_err: modules/i3.c:94:
|
||||
|
@ -160,10 +158,19 @@
|
|||
[229]: https://codeberg.org/dnkl/yambar/issues/229
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* Baptiste Daroussin
|
||||
* Horus
|
||||
* Johannes
|
||||
* Leonardo Gibrowski Faé
|
||||
* Leonardo Neumann
|
||||
* Midgard
|
||||
* Ogromny
|
||||
* Peter Rice
|
||||
* Timur Celik
|
||||
* Willem van de Krol
|
||||
* hiog
|
||||
|
||||
|
||||
## 1.8.0
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
|||
pkgname=yambar
|
||||
pkgver=1.8.0.r77.ge9a6994
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=yambar-wayland
|
||||
pkgver=1.8.0.r111.g690bd63
|
||||
pkgver=1.9.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.8.0',
|
||||
version: '1.9.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.59.0',
|
||||
default_options: ['c_std=c18',
|
||||
|
|
Loading…
Add table
Reference in a new issue