-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: `[email protected]` | ||
|
||
### Changed | ||
|
||
- Remove `cat` command | ||
- Show `cat` in preview for parametrized units: `[email protected]` | ||
|
||
### Fixed | ||
|
||
- Show `start` command if unit is "failed" | ||
- Show `enable` command is unit is "static" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Joe Hillenbrand (joehillen) <[email protected]> | ||
|
||
pkgname=sysz | ||
pkgver=1.3.1 | ||
pkgver=1.4.0 | ||
pkgrel=0 | ||
pkgdesc="fzf terminal UI for systemctl" | ||
arch=("any") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.3.1 | ||
1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters