mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
Merge branch 'releases/1.8'
This commit is contained in:
commit
1fc6e77926
4 changed files with 18 additions and 8 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.8.0](#1-8-0)
|
||||||
* [1.7.0](#1-7-0)
|
* [1.7.0](#1-7-0)
|
||||||
* [1.6.2](#1-6-2)
|
* [1.6.2](#1-6-2)
|
||||||
* [1.6.1](#1-6-1)
|
* [1.6.1](#1-6-1)
|
||||||
|
@ -8,7 +8,8 @@
|
||||||
* [1.5.0](#1-5-0)
|
* [1.5.0](#1-5-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.8.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* ramp: can now have custom min and max values
|
* ramp: can now have custom min and max values
|
||||||
|
@ -33,8 +34,6 @@
|
||||||
disabled/unplugged (https://codeberg.org/dnkl/yambar/issues/106).
|
disabled/unplugged (https://codeberg.org/dnkl/yambar/issues/106).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* `left-margin` and `right-margin` from being rejected as invalid
|
* `left-margin` and `right-margin` from being rejected as invalid
|
||||||
|
@ -54,10 +53,21 @@
|
||||||
* kib/kb, mib/mb and gib/gb formatters were inverted.
|
* kib/kb, mib/mb and gib/gb formatters were inverted.
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [sochotnicky](https://codeberg.org/sochotnicky)
|
* [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
|
## 1.7.0
|
||||||
|
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar
|
pkgname=yambar
|
||||||
pkgver=1.7.0
|
pkgver=1.8.0
|
||||||
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')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar-wayland
|
pkgname=yambar-wayland
|
||||||
pkgver=1.7.0
|
pkgver=1.8.0
|
||||||
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')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('yambar', 'c',
|
project('yambar', 'c',
|
||||||
version: '1.7.0',
|
version: '1.8.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.53.0',
|
meson_version: '>=0.53.0',
|
||||||
default_options: ['c_std=c18',
|
default_options: ['c_std=c18',
|
||||||
|
|
Loading…
Add table
Reference in a new issue