forked from external/yambar
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
|
||||
|
||||
* [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
|
||||
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue