aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: fbbaa3827ae8742c32e1723517b7e8e0cb5beb2f (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
# Changes

## 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.