Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joehillen committed Sep 20, 2021
1 parent 7ff7ec9 commit f270f1c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Joe Hillenbrand (joehillen) <[email protected]>

pkgname=sysz
pkgver=1.2.2
pkgver=1.2.3
pkgrel=0
pkgdesc="fzf terminal UI for systemctl"
arch=("any")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
2 changes: 1 addition & 1 deletion sysz
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit f270f1c

Please sign in to comment.