forked from external/yambar
Merge branch 'releases/1.6'
This commit is contained in:
commit
40a9e68b1e
4 changed files with 5 additions and 11 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,13 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [1.6.1](#1-6-1)
|
||||||
* [1.6.0](#1-6-0)
|
* [1.6.0](#1-6-0)
|
||||||
* [1.5.0](#1-5-0)
|
* [1.5.0](#1-5-0)
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 1.6.1
|
||||||
|
|
||||||
### Added
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* i3: workspaces with numerical names are sorted separately from
|
* i3: workspaces with numerical names are sorted separately from
|
||||||
|
@ -15,8 +14,6 @@
|
||||||
(https://codeberg.org/dnkl/yambar/issues/30).
|
(https://codeberg.org/dnkl/yambar/issues/30).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* mpd: `elapsed` tag not working (regression, introduced in 1.6.0).
|
* mpd: `elapsed` tag not working (regression, introduced in 1.6.0).
|
||||||
|
@ -25,9 +22,6 @@
|
||||||
values (https://codeberg.org/dnkl/yambar/issues/25).
|
values (https://codeberg.org/dnkl/yambar/issues/25).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
|
|
||||||
## 1.6.0
|
## 1.6.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar
|
pkgname=yambar
|
||||||
pkgver=1.6.0
|
pkgver=1.6.1
|
||||||
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.6.0
|
pkgver=1.6.1
|
||||||
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.6.0',
|
version: '1.6.1',
|
||||||
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