mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-20 11:35:42 +02:00
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
|
||||
|
||||
* [Unreleased](#Unreleased)
|
||||
* [1.6.1](#1-6-1)
|
||||
* [1.6.0](#1-6-0)
|
||||
* [1.5.0](#1-5-0)
|
||||
|
||||
|
||||
## Unreleased
|
||||
## 1.6.1
|
||||
|
||||
### Added
|
||||
### Changed
|
||||
|
||||
* i3: workspaces with numerical names are sorted separately from
|
||||
|
@ -15,8 +14,6 @@
|
|||
(https://codeberg.org/dnkl/yambar/issues/30).
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
||||
* mpd: `elapsed` tag not working (regression, introduced in 1.6.0).
|
||||
|
@ -25,9 +22,6 @@
|
|||
values (https://codeberg.org/dnkl/yambar/issues/25).
|
||||
|
||||
|
||||
### Security
|
||||
|
||||
|
||||
## 1.6.0
|
||||
|
||||
### Added
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
|||
pkgname=yambar
|
||||
pkgver=1.6.0
|
||||
pkgver=1.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=yambar-wayland
|
||||
pkgver=1.6.0
|
||||
pkgver=1.6.1
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for Wayland"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('yambar', 'c',
|
||||
version: '1.6.0',
|
||||
version: '1.6.1',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: ['c_std=c18',
|
||||
|
|
Loading…
Add table
Reference in a new issue