Skip to content

Commit

Permalink
Update CHANGELOG and README for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthewizard committed Mar 30, 2019
1 parent ef080c0 commit 78a416e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 78a416e

Please sign in to comment.