From 78a416ea4cc1017ed9f8d9852afe0b9f6172aafa Mon Sep 17 00:00:00 2001 From: Owen Walpole Date: Sat, 30 Mar 2019 13:52:42 -0500 Subject: [PATCH] Update CHANGELOG and README for 0.1.1 release --- CHANGELOG.md | 6 ++++++ README.md | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6f6f6..320c280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## [0.1.1] - 2019-03-30 +### Changed +- i3lockr will wait on i3lock if i3lock is called with `--nofork` +- i3lockr will not wait on i3lock if i3lock is not called with `--nofork` + - this fixes things like `i3lockr && systemctl suspend` + ## [0.1.0] - 2019-01-12 ### Added - Initial release diff --git a/README.md b/README.md index 0477030..47866ff 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ With `--invert` With the default options on a 1080p monitor, `i3lockr` takes less than half a second to run! +## Important Notes + +The exit status of `i3lockr` is not reliable! +That means that `i3lockr && systemctl suspend` may not lock the screen if there was an error. + ### Coding Style Obey `rustfmt` and Rust 2018 conventions.