File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
15
## [ 1.2.2] - 2021-09-17
8
16
### Fixed
9
17
- root check
Original file line number Diff line number Diff line change 1
1
# Maintainer: Joe Hillenbrand (joehillen) <[email protected] >
2
2
3
3
pkgname=sysz
4
- pkgver=1.2.2
4
+ pkgver=1.2.3
5
5
pkgrel=0
6
6
pkgdesc=" fzf terminal UI for systemctl"
7
7
arch=(" any" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A [fzf](https://github.com/junegunn/fzf) terminal UI for systemctl
8
8
9
9
# Features
10
10
11
- VERSION: 1.2.2
11
+ VERSION: 1.2.3
12
12
13
13
- See and filter both system and user units simultaneously
14
14
- Supports all units types
Original file line number Diff line number Diff line change 1
- 1.2.2
1
+ 1.2.3
Original file line number Diff line number Diff line change 3
3
set -f # disable globbing
4
4
shopt -s lastpipe
5
5
6
- SYSZ_VERSION=1.2.2
6
+ SYSZ_VERSION=1.2.3
7
7
8
8
SYSZ_HISTORY=${SYSZ_HISTORY:- ${XDG_CACHE_HOME:- ~/ .cache} / sysz/ history}
9
9
You can’t perform that action at this time.
0 commit comments