forked from external/yambar
Merge branch 'releases/1.7'
This commit is contained in:
commit
dd19f070b3
4 changed files with 6 additions and 8 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
* [Unreleased](#unreleased)
|
* [1.7.0](#1-7-0)
|
||||||
* [1.6.2](#1-6-2)
|
* [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.7.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* i3: `persistent` attribute, allowing persistent workspaces
|
* i3: `persistent` attribute, allowing persistent workspaces
|
||||||
|
@ -46,8 +47,6 @@
|
||||||
(https://codeberg.org/dnkl/yambar/issues/86).
|
(https://codeberg.org/dnkl/yambar/issues/86).
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
### Removed
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* `yambar --backend=wayland` always erroring out with _”yambar was
|
* `yambar --backend=wayland` always erroring out with _”yambar was
|
||||||
|
@ -58,7 +57,6 @@
|
||||||
disconnected (https://codeberg.org/dnkl/yambar/issues/61).
|
disconnected (https://codeberg.org/dnkl/yambar/issues/61).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
|
||||||
### Contributors
|
### Contributors
|
||||||
|
|
||||||
* [paemuri](https://codeberg.org/paemuri)
|
* [paemuri](https://codeberg.org/paemuri)
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=yambar
|
pkgname=yambar
|
||||||
pkgver=1.6.2
|
pkgver=1.7.0
|
||||||
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.2
|
pkgver=1.7.0
|
||||||
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.2',
|
version: '1.7.0',
|
||||||
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