mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 05:15:41 +02:00
Merge branch 'releases/1.6'
This commit is contained in:
commit
b1932872ce
4 changed files with 6 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#Unreleased)
|
* [1.6.2](#1-6-2)
|
||||||
* [1.6.1](#1-6-1)
|
* [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.2
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -35,8 +35,6 @@
|
||||||
(https://codeberg.org/dnkl/yambar/issues/73).
|
(https://codeberg.org/dnkl/yambar/issues/73).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Crash when merging non-dictionary anchors in the YAML configuration
|
* Crash when merging non-dictionary anchors in the YAML configuration
|
||||||
|
@ -49,12 +47,12 @@
|
||||||
`9` (https://codeberg.org/dnkl/yambar/issues/60).
|
`9` (https://codeberg.org/dnkl/yambar/issues/60).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [novakane](https://codeberg.org/novakane)
|
* [novakane](https://codeberg.org/novakane)
|
||||||
* [mz](https://codeberg.org/mz)
|
* [mz](https://codeberg.org/mz)
|
||||||
|
|
||||||
|
|
||||||
## 1.6.1
|
## 1.6.1
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar
|
pkgname=yambar
|
||||||
pkgver=1.6.1
|
pkgver=1.6.2
|
||||||
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.1
|
pkgver=1.6.2
|
||||||
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.1',
|
version: '1.6.2',
|
||||||
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