mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-22 12:25:38 +02:00
Merge branch 'releases/1.6'
This commit is contained in:
commit
85680ad5a8
4 changed files with 6 additions and 8 deletions
|
@ -1,10 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
* [Unreleased](#unreleased)
|
||||
* [1.6.0](#1-6-0)
|
||||
* [1.5.0](#1-5-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.6.0
|
||||
|
||||
### Added
|
||||
|
||||
* alsa: `percent` tag. This is an integer tag that represents the
|
||||
|
@ -23,8 +24,6 @@
|
|||
* i3: `mode` tag: the name of the currently active mode
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* YAML parsing error messages being replaced with a generic _“unknown
|
||||
|
@ -39,7 +38,6 @@
|
|||
disconnected (https://codeberg.org/dnkl/yambar/issues/20)
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
* [JorwLNKwpH](https://codeberg.org/JorwLNKwpH)
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
|||
pkgname=yambar
|
||||
pkgver=1.5.0
|
||||
pkgver=1.6.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.5.0
|
||||
pkgver=1.6.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.5.0',
|
||||
version: '1.6.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: ['c_std=c18',
|
||||
|
|
Loading…
Add table
Reference in a new issue