mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 12:55:41 +02:00
Merge branch 'releases/1.11'
This commit is contained in:
commit
f148c68736
4 changed files with 18 additions and 8 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.11.0](#1-11-0)
|
||||||
* [1.10.0](#1-10-0)
|
* [1.10.0](#1-10-0)
|
||||||
* [1.9.0](#1-9-0)
|
* [1.9.0](#1-9-0)
|
||||||
* [1.8.0](#1-8-0)
|
* [1.8.0](#1-8-0)
|
||||||
|
@ -11,7 +11,8 @@
|
||||||
* [1.5.0](#1-5-0)
|
* [1.5.0](#1-5-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.11.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* battery: current smoothing, for improved discharge estimates.
|
* battery: current smoothing, for improved discharge estimates.
|
||||||
|
@ -35,8 +36,6 @@
|
||||||
[355]: https://codeberg.org/dnkl/yambar/pulls/355
|
[355]: https://codeberg.org/dnkl/yambar/pulls/355
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Compiler error _‘fmt’ may be used uninitialized_ ([#311][311]).
|
* Compiler error _‘fmt’ may be used uninitialized_ ([#311][311]).
|
||||||
|
@ -63,9 +62,20 @@
|
||||||
[369]: https://codeberg.org/dnkl/yambar/issues/369
|
[369]: https://codeberg.org/dnkl/yambar/issues/369
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
|
* Delgan
|
||||||
|
* Haden Collins
|
||||||
|
* Jordan Isaacs
|
||||||
|
* kotyk
|
||||||
|
* Leonardo Hernández Hernández
|
||||||
|
* oob
|
||||||
|
* rdbo
|
||||||
|
* Sertonix
|
||||||
|
* steovd
|
||||||
|
* Väinö Mäkelä
|
||||||
|
* Yiyu Zhou
|
||||||
|
|
||||||
|
|
||||||
## 1.10.0
|
## 1.10.0
|
||||||
|
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar
|
pkgname=yambar
|
||||||
pkgver=1.10.0
|
pkgver=1.11.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"
|
||||||
changelog=CHANGELOG.md
|
changelog=CHANGELOG.md
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar-wayland
|
pkgname=yambar-wayland
|
||||||
pkgver=1.10.0
|
pkgver=1.11.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.10.0',
|
version: '1.11.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.59.0',
|
||||||
default_options: ['c_std=c18',
|
default_options: ['c_std=c18',
|
||||||
|
|
Loading…
Add table
Reference in a new issue