Merge branch 'releases/1.6'

This commit is contained in:
Daniel Eklöf 2021-01-14 11:18:47 +01:00
commit 40a9e68b1e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 5 additions and 11 deletions

View file

@ -1,13 +1,12 @@
# Changelog # Changelog
* [Unreleased](#Unreleased) * [1.6.1](#1-6-1)
* [1.6.0](#1-6-0) * [1.6.0](#1-6-0)
* [1.5.0](#1-5-0) * [1.5.0](#1-5-0)
## Unreleased ## 1.6.1
### Added
### Changed ### Changed
* i3: workspaces with numerical names are sorted separately from * i3: workspaces with numerical names are sorted separately from
@ -15,8 +14,6 @@
(https://codeberg.org/dnkl/yambar/issues/30). (https://codeberg.org/dnkl/yambar/issues/30).
### Deprecated
### Removed
### Fixed ### Fixed
* mpd: `elapsed` tag not working (regression, introduced in 1.6.0). * mpd: `elapsed` tag not working (regression, introduced in 1.6.0).
@ -25,9 +22,6 @@
values (https://codeberg.org/dnkl/yambar/issues/25). values (https://codeberg.org/dnkl/yambar/issues/25).
### Security
## 1.6.0 ## 1.6.0
### Added ### Added

View file

@ -1,5 +1,5 @@
pkgname=yambar pkgname=yambar
pkgver=1.6.0 pkgver=1.6.1
pkgrel=1 pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for X and Wayland" pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')

View file

@ -1,5 +1,5 @@
pkgname=yambar-wayland pkgname=yambar-wayland
pkgver=1.6.0 pkgver=1.6.1
pkgrel=1 pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for Wayland" pkgdesc="Simplistic and highly configurable status panel for Wayland"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')

View file

@ -1,5 +1,5 @@
project('yambar', 'c', project('yambar', 'c',
version: '1.6.0', version: '1.6.1',
license: 'MIT', license: 'MIT',
meson_version: '>=0.53.0', meson_version: '>=0.53.0',
default_options: ['c_std=c18', default_options: ['c_std=c18',