diff --git a/CHANGELOG.md b/CHANGELOG.md index f5301e5..cf0b774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog -* [Unreleased](#unreleased) +* [1.6.0](#1-6-0) * [1.5.0](#1-5-0) -## Unreleased +## 1.6.0 + ### Added * alsa: `percent` tag. This is an integer tag that represents the @@ -23,8 +24,6 @@ * i3: `mode` tag: the name of the currently active mode -### Deprecated -### Removed ### Fixed * YAML parsing error messages being replaced with a generic _“unknown @@ -39,7 +38,6 @@ disconnected (https://codeberg.org/dnkl/yambar/issues/20) -### Security ### Contributors * [JorwLNKwpH](https://codeberg.org/JorwLNKwpH) diff --git a/PKGBUILD b/PKGBUILD index e8229fa..0b9b02c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=yambar -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X and Wayland" arch=('x86_64' 'aarch64') diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index 65c5864..9da0d18 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,5 +1,5 @@ pkgname=yambar-wayland -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64' 'aarch64') diff --git a/meson.build b/meson.build index 2209469..dd6b910 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('yambar', 'c', - version: '1.5.0', + version: '1.6.0', license: 'MIT', meson_version: '>=0.53.0', default_options: ['c_std=c18',