forked from creaktive/rainbarf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
39 lines (33 loc) · 1.27 KB
/
Changes
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
Changelog for App-rainbarf
v0.6 2013-02-26T08:15:00
[Stanislaw Pusep <[email protected]>]
- Added support for the 256-color palette;
- Added support for ~/.rainbarf.conf;
- Code cleanup.
v0.5 2013-02-17T17:36:00
[Joe Hassick <[email protected]>]
- Add option that will display the time remaining until the battery is fully charged/empty;
- Remove one second delay after executing top;
- Add new screenshot to readme.
[Stanislaw Pusep <[email protected]>]
- Bookkeeping.
v0.4 2013-02-13T10:43:00
[Stanislaw Pusep <[email protected]>]
- Bundled with the Module::Build installer;
- Updated docs (Installation & Configuration sections);
- Released to CPAN!
v0.3 2013-02-11T23:39:00
[Stanislaw Pusep <[email protected]>]
- This release uses the "CPU utilization %" metric instead of the "load average" by default;
- CPU/RAM stats are pulled from a single call to top(1) on Mac OS X (Linux still accesses /proc for everything);
- Shebang has been changed to use Perl from PATH instead of the hardcoded /usr/bin/perl
v0.2 2013-02-04T23:33:00
[Stanislaw Pusep <[email protected]>]
- Bugfixes;
- Screen(1) compatibility;
- Fewer dependencies;
- A smaller runtime footprint;
- Memory allocation bar reordering.
v0.1 2013-02-02T11:16:00
[Stanislaw Pusep <[email protected]>]
- First public release.