Skip to content

Commit

Permalink
Release v0.2.4 (closes #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Jun 4, 2019
1 parent ae61461 commit 22a1713
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 25 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.4] - 2019-06-04
### Changed

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

## [0.2.3] - 2019-05-30
### Changed

Expand Down
42 changes: 21 additions & 21 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.3"
version = "0.2.4"
authors = ["svartalf <self@svartalf.info>"]
edition = "2018"
description = "Interactive batteries viewer"
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,25 @@

[![Latest Version](https://img.shields.io/crates/v/battop.svg)](https://crates.io/crates/battop)
[![Build Status](https://travis-ci.org/svartalf/rust-battop.svg?branch=master)](https://travis-ci.org/svartalf/rust-battop)
[![dependency status](https://deps.rs/crate/battop/0.2.2/status.svg)](https://deps.rs/crate/battop/0.2.2)
[![dependency status](https://deps.rs/crate/battop/0.2.4/status.svg)](https://deps.rs/crate/battop/0.2.4)
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)

`battop` is an interactive viewer, similar to `top`, `htop` and other *top utilities,
but about batteries installed in your notebook.
but about the batteries installed in your notebook.

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

## Features

* 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
* Usually it just works!

`battop` is backed by a Rust crate [battery](https://crates.io/crates/battery)
which provides unified cross-platform information about system batteries.\
[Check it out](https://github.com/svartalf/rust-battery),
if you want to gather the same information for your application!

## Installation

Expand Down

0 comments on commit 22a1713

Please sign in to comment.