Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Releases: rhubarbwu/cellrs

v0.2.3: Use Your Number Keys

13 Jul 18:01
Compare
Choose a tag to compare

Implemented selecting an indexed battery with number keys [1-4] with a shared BlinkState.

v0.2.2: It's Charging!!!

23 Jun 00:19
Compare
Choose a tag to compare
  • Blink count overflow (invisible beyond the right boundary of the battery) causes early blink reset.
  • blink module moved under display.

v0.2.1: It's Charging!!

20 Jun 01:20
Compare
Choose a tag to compare
Pre-release

The cycle sequence is now reduced to three states: 1 is no longer in the sequence if the custom blink value is otherwise set.

v0.2.0: It's Charging!

20 Apr 21:30
Compare
Choose a tag to compare

Optionally, while charging, cells to the right blink.

  • Cells up to the blink-value to the right of the last charged cell will blink incrementally.
  • This blink-value can be set with command-line flags, and cycled through with a keypress.

v0.1.3: Just Paint Over It

20 Apr 21:42
Compare
Choose a tag to compare
  • Non-resize battery changes will not refresh the entire battery; they only rewrite the cells and status.
  • Added Makefile for releases.

v0.1.0: First Release

20 Apr 21:44
Compare
Choose a tag to compare
v0.1.0: First Release Pre-release
Pre-release
  • Basic battery indicator with status line working.
  • Maximum of 1min refresh.
  • Recovery from terminals that are too small.