summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hillenbrand <joehillen@gmail.com>2021-09-20 13:53:04 -0700
committerJoe Hillenbrand <joehillen@gmail.com>2021-09-20 13:55:12 -0700
commitf270f1c008a7bfd4cbacff25bbd6ded2a5e22954 (patch)
tree149b1559fa59dc50f454dc515d83263189879c90
parent7ff7ec9fca6a279aae653740679d391b385512b6 (diff)
Release 1.2.31.2.3
-rw-r--r--CHANGELOG.md8
-rw-r--r--PKGBUILD2
-rw-r--r--README.md2
-rw-r--r--VERSION2
-rwxr-xr-xsysz2
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) <joehillen@gmail.com>
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}