From f270f1c008a7bfd4cbacff25bbd6ded2a5e22954 Mon Sep 17 00:00:00 2001 From: Joe Hillenbrand Date: Mon, 20 Sep 2021 13:53:04 -0700 Subject: Release 1.2.3 --- CHANGELOG.md | 8 ++++++++ PKGBUILD | 2 +- README.md | 2 +- VERSION | 2 +- sysz | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8df0a..024dc56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.3] - 2021-09-20 +### Fixed +- use `#!/usr/bin/env bash` +- `-s` option is for state + +### Added +- `--state=` support + ## [1.2.2] - 2021-09-17 ### Fixed - root check diff --git a/PKGBUILD b/PKGBUILD index eaabd2b..ffcd3c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Joe Hillenbrand (joehillen) pkgname=sysz -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=0 pkgdesc="fzf terminal UI for systemctl" arch=("any") diff --git a/README.md b/README.md index df0ed67..8c98df1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A [fzf](https://github.com/junegunn/fzf) terminal UI for systemctl # Features -VERSION: 1.2.2 +VERSION: 1.2.3 - See and filter both system and user units simultaneously - Supports all units types diff --git a/VERSION b/VERSION index 23aa839..0495c4a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2 +1.2.3 diff --git a/sysz b/sysz index a1db9e7..c385d2d 100755 --- a/sysz +++ b/sysz @@ -3,7 +3,7 @@ set -f # disable globbing shopt -s lastpipe -SYSZ_VERSION=1.2.2 +SYSZ_VERSION=1.2.3 SYSZ_HISTORY=${SYSZ_HISTORY:-${XDG_CACHE_HOME:-~/.cache}/sysz/history} -- cgit v1.2.3