Merge branch 'releases/1.6'

This commit is contained in:
Daniel Eklöf 2020-12-19 12:24:18 +01:00
commit 85680ad5a8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 6 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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