summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Hillenbrand <joehillen@gmail.com>2021-09-22 13:22:25 -0700
committerJoe Hillenbrand <joehillen@gmail.com>2021-09-22 13:25:24 -0700
commit4ab5d57096202031763bb6b2ac54232b1e0d7546 (patch)
tree75e65e74d9007b2ec57468dca7068feb67381dda
parent3c35b3416215e922ce5f2165d988432f044c6f0c (diff)
Release 1.4.01.4.0
-rw-r--r--CHANGELOG.md38
-rw-r--r--PKGBUILD2
-rw-r--r--README.md2
-rw-r--r--VERSION2
-rwxr-xr-xsysz2
5 files changed, 42 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55d9369..824da70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,38 @@
# Changelog
+
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.4.0] - 2021-09-21
+
+### Added
+
+- Major Refactor
+- Better ctrl-s and ctrl-r handling
+- Better handling of fzf exit codes
+- Wider preview window on command prompt
+
+### Fixed
+
+- Remove duplicates
+
+### Removed
+
+- `--reverse`. User can set this using `FZF_DEFAULT_OPTS`.
+
## [1.3.1] - 2021-09-21
+
### Fixed
+
- Require fzf >= 0.27.1
- Unbind ctrl-v in state and daemon-reload prompts
## [1.3.0] - 2021-09-20
+
### Added
+
- `cat` command
- `mask` command
- `unmask` command
@@ -20,45 +42,61 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `?` to show keybindings
### Fixed
+
- Do not run `status` after `show`
## [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
## [1.2.1] - 2021-09-17
+
### Fixed
+
- Bug in "follow" action
## [1.2.0] - 2021-09-17
+
### Added
+
- Version flag `-v`
- "show" action
### Changed
+
- Verbose flag to `-V`
### Fixed
+
- "follow" action
- root user doesn't have a --user instance
## [1.1.0] - 2021-09-02
+
### Added
+
- Keybinding `CTRL-v` to cat the current unit in preview window
- Support parametrized units: `unit@.service`
### Changed
+
- Remove `cat` command
- Show `cat` in preview for parametrized units: `unit@.service`
### Fixed
+
- Show `start` command if unit is "failed"
- Show `enable` command is unit is "static"
diff --git a/PKGBUILD b/PKGBUILD
index 0bc8dd8..b4cc743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joe Hillenbrand (joehillen) <joehillen@gmail.com>
pkgname=sysz
-pkgver=1.3.1
+pkgver=1.4.0
pkgrel=0
pkgdesc="fzf terminal UI for systemctl"
arch=("any")
diff --git a/README.md b/README.md
index 0d50381..7462451 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.3.1
+VERSION: 1.4.0
- See and filter both system and user units simultaneously.
- Supports all unit types.
diff --git a/VERSION b/VERSION
index 3a3cd8c..88c5fb8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.1
+1.4.0
diff --git a/sysz b/sysz
index b966d90..b9d4614 100755
--- a/sysz
+++ b/sysz
@@ -5,7 +5,7 @@ shopt -s lastpipe
shopt -s extglob
PROG=$(basename "$0")
-SYSZ_VERSION=1.3.1
+SYSZ_VERSION=1.4.0
SYSZ_HISTORY=${SYSZ_HISTORY:-${XDG_CACHE_HOME:-~/.cache}/sysz/history}
declare -a STATES