Skip to content

Commit

Permalink
Release v0.2.3 (closes #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed May 30, 2019
1 parent 880c6cd commit eee519c
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 31 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.2.3] - 2019-05-30
### Changed

- `battery` dependency version was updated to `0.7.3` (fixes [#7](https://github.com/svartalf/rust-battop/issues/7))

## [0.2.2] - 2019-05-21
### Changed

Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "battop"
version = "0.2.2"
version = "0.2.3"
authors = ["svartalf <self@svartalf.info>"]
edition = "2018"
description = "Interactive batteries viewer"
Expand Down
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
`battop` is an interactive viewer, similar to `top`, `htop` and other *top utilities,
but about batteries installed in your notebook.

## Example

![Screenshot](https://raw.githubusercontent.com/svartalf/rust-battop/master/assets/screenshot.png)

## Compatibility
## Features

`battop` supports all *nix systems and Windows support is in plans!
* Cross-platform (Linux, MacOS, FreeBSD and DragonflyBSD are supported and Windows is [on the way](https://github.com/svartalf/rust-battop/issues/5))
* Supports multiple batteries in case your notebook have them
* Backed by a [battery](https://crates.io/crates/battery) crate
* It is free

## Installation

Expand All @@ -38,6 +39,14 @@ $ cargo build --release

Prebuilt binaries for Linux, FreeBSD and MacOS can be downloaded from the [GitHub releases page](https://github.com/svartalf/rust-battop/releases).

## Usage

Simply running the `battop` command in your terminal should do the thing.

Left and right arrows can be used to switch between different system batteries (if available).

Run the `battop -h` command to see the additional available options.

## License

`battop` is double-released under the Apache License, Version 2.0 or the MIT License.
Expand Down

0 comments on commit eee519c

Please sign in to comment.