aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: c405d7d06ee326ce24a3ddd5c11643e8e6597ceb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Changes

## 0.3.1

* Fix getting the correct terminal size when redirecting output

## 0.3.0

* Rerelease because apparently 0.2.0 and 0.2.1 were already released from
  somewhere?

## 0.2.0

* Handle USB power sources
* Don't assume that the default branch is always named master

## 0.1.5

* Strip off everything past a '.' in the hostname (OSX puts extra confusing
  data in the hostname that's not particularly useful)

## 0.1.4

* Fix shell prompt escaping (should fix input corruption in new zsh, probably
  among other things)

## 0.1.3

* Fix compilation and execution on macos (battery state is not yet supported
  though)

## 0.1.2

* Fix TERM=xterm-256color on recent Arch Linux
  (see https://github.com/Stebalien/term/issues/81)

## 0.1.1

* Fix `--version` output.

## 0.1.0

* Initial release.