Skip to content

Commit f270f1c

Browse files
committed
Release 1.2.3
1 parent 7ff7ec9 commit f270f1c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.3] - 2021-09-20
8+
### Fixed
9+
- use `#!/usr/bin/env bash`
10+
- `-s` option is for state
11+
12+
### Added
13+
- `--state=` support
14+
715
## [1.2.2] - 2021-09-17
816
### Fixed
917
- root check

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Joe Hillenbrand (joehillen) <[email protected]>
22

33
pkgname=sysz
4-
pkgver=1.2.2
4+
pkgver=1.2.3
55
pkgrel=0
66
pkgdesc="fzf terminal UI for systemctl"
77
arch=("any")

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A [fzf](https://github.com/junegunn/fzf) terminal UI for systemctl
88

99
# Features
1010

11-
VERSION: 1.2.2
11+
VERSION: 1.2.3
1212

1313
- See and filter both system and user units simultaneously
1414
- Supports all units types

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

sysz

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -f # disable globbing
44
shopt -s lastpipe
55

6-
SYSZ_VERSION=1.2.2
6+
SYSZ_VERSION=1.2.3
77

88
SYSZ_HISTORY=${SYSZ_HISTORY:-${XDG_CACHE_HOME:-~/.cache}/sysz/history}
99

0 commit comments

Comments
 (0)