Merge branch 'releases/1.11'

This commit is contained in:
Daniel Eklöf 2024-04-17 10:42:35 +02:00
commit f148c68736
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.11.0](#1-11-0)
* [1.10.0](#1-10-0)
* [1.9.0](#1-9-0)
* [1.8.0](#1-8-0)
@ -11,7 +11,8 @@
* [1.5.0](#1-5-0)
## Unreleased
## 1.11.0
### Added
* battery: current smoothing, for improved discharge estimates.
@ -35,8 +36,6 @@
[355]: https://codeberg.org/dnkl/yambar/pulls/355
### Deprecated
### Removed
### Fixed
* Compiler error _fmt may be used uninitialized_ ([#311][311]).
@ -63,9 +62,20 @@
[369]: https://codeberg.org/dnkl/yambar/issues/369
### Security
### 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

View file

@ -1,5 +1,5 @@
pkgname=yambar
pkgver=1.10.0
pkgver=1.11.0
pkgrel=1
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
changelog=CHANGELOG.md

View file

@ -1,5 +1,5 @@
pkgname=yambar-wayland
pkgver=1.10.0
pkgver=1.11.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.10.0',
version: '1.11.0',
license: 'MIT',
meson_version: '>=0.59.0',
default_options: ['c_std=c18',