Merge branch 'releases/1.8'

This commit is contained in:
Daniel Eklöf 2022-02-05 18:02:29 +01:00
commit 1fc6e77926
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 18 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Changelog
* [Unreleased](#unreleased)
* [1.8.0](#1-8-0)
* [1.7.0](#1-7-0)
* [1.6.2](#1-6-2)
* [1.6.1](#1-6-1)
@ -8,7 +8,8 @@
* [1.5.0](#1-5-0)
## Unreleased
## 1.8.0
### Added
* ramp: can now have custom min and max values
@ -33,8 +34,6 @@
disabled/unplugged (https://codeberg.org/dnkl/yambar/issues/106).
### Deprecated
### Removed
### Fixed
* `left-margin` and `right-margin` from being rejected as invalid
@ -54,10 +53,21 @@
* kib/kb, mib/mb and gib/gb formatters were inverted.
### Security
### Contributors
* [sochotnicky](https://codeberg.org/sochotnicky)
* Alexandre Acebedo
* anb
* Baptiste Daroussin
* Catterwocky
* horus645
* Jan Beich
* mz
* natemaia
* nogerine
* Soc Virnyl S. Estela
* Vincent Fischer
## 1.7.0

View file

@ -1,5 +1,5 @@
pkgname=yambar
pkgver=1.7.0
pkgver=1.8.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.7.0
pkgver=1.8.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.7.0',
version: '1.8.0',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: ['c_std=c18',