forked from creaktive/rainbarf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
103 lines (84 loc) · 3.07 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Changelog for App-rainbarf
1.3 2015-06-22T11:00:00
[Stanislaw Pusep <[email protected]>]
- Improved battery() subroutine as suggested by Tux;
- Properly checking UTF-8 environment in tests;
- Cosmetic changes due to boilerplate updates.
1.2 2014-07-10T08:00:00
[Stanislaw Pusep <[email protected]>]
- Added the --skip option;
- Updated CPAN release tests;
- Minor code/documentation cleanups;
- Now using Travis CI.
1.1 2013-10-30T09:54:00
[Stanislaw Pusep <[email protected]>]
- Fixed for OS X Mavericks;
- Added the --datfile option;
- Minor documentation tweaks.
[Josh Matthews <[email protected]>]
- Added support for Linux systems without energy_now and energy_full.
1.0 2013-10-21T12:06:00
[Stanislaw Pusep <[email protected]>]
- Show swap usage (enabled by --swap parameter);
- Simple output testing.
[Henrik Hodne <[email protected]>]
- Add support for /sys/class ACPI.
0.9 2013-07-31T17:28:00
[Chris Knadler <[email protected]>]
- Wrap the flags in the readme in code blocks to make them stand out more.
[Sergey Romanov <[email protected]>]
- Fix Changes to comply w/ CPAN::Changes Kwalitee.
[Stanislaw Pusep <[email protected]>]
- Compute "unaccounted" memory on Linux (difference between MemTotal value
and the sum of all the rest);
- Fallback to the plain 16 colors if the installed version of
Term::ANSIColor is outdated (also, complain to STDERR).
0.8 2013-04-06T10:55:00
[Stanislaw Pusep <[email protected]>]
- Config file can be specified via RAINBARF environment variable;
- Use select() instead of sleep() for faster execution under Linux;
- Documentation enhancements;
- Better CPAN compliance.
0.7 2013-03-04T13:15:00
[Stanislaw Pusep <[email protected]>]
- FreeBSD compatibility;
- Code cleanup.
[Tom Cammann <[email protected]>]
- Allow --nobattery --remaining (show remaining time with no battery
symbol).
0.6 2013-02-26T08:15:00
[Stanislaw Pusep <[email protected]>]
- Added support for the 256-color palette;
- Added support for ~/.rainbarf.conf;
- Code cleanup.
0.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.
0.4 2013-02-13T10:43:00
[Stanislaw Pusep <[email protected]>]
- Bundled with the Module::Build installer;
- Updated docs (Installation & Configuration sections);
- Released to CPAN!
0.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
0.2 2013-02-04T23:33:00
[Stanislaw Pusep <[email protected]>]
- Bugfixes;
- Screen(1) compatibility;
- Fewer dependencies;
- A smaller runtime footprint;
- Memory allocation bar reordering.
0.1 2013-02-02T11:16:00
[Stanislaw Pusep <[email protected]>]
- First public release.