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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
|
0.249 2020-08-15 Released-By: PERLANCAR; Urgency: medium
- Use message from 'message.alt.output.TermProgressBarColor'
update() parameter, if available.
0.248 2020-07-10 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Do proper per-instance monkey-patching to avoid artefacts
when there are multiple instances of us (RT#132860).
0.247 2020-06-20 Released-By: PERLANCAR; Urgency: medium
- Add option: rownum to allow showing multiple progress bars on
different lines.
0.246 2019-07-30 Released-By: PERLANCAR; Urgency: medium
- [bugfix] Didn't use Term::Size::chars() correctly resulting in
undefined width.
0.245 2018-03-27 Released-By: PERLANCAR
- [ux] Redisplay progress bar after printing log message.
0.244 2018-03-26 Released-By: PERLANCAR
- Add option: freq.
- [Bugfix] Make sure we patch logger (and avoid clobbered output when
mixing output with logger) by doing it in update(), not in constructor
because by that time logger might not be setup yet.
- [optimize] Calculate color in template once, not in every update().
0.243 2018-03-21 Released-By: PERLANCAR
- [Bugfix] Check -t against the actual handle used, not hardcoded
STDOUT or STDERR.
0.242 2018-03-21 Released-By: PERLANCAR
- [Incompatible change] [ux] Default output to STDERR instead of
STDOUT, like logging.
- Observe PROGRESS_TERM_BAR and PROGRESS environment variables to
allow disabling or force-enabling progress output.
- [opt] No need to add extra color reset.
0.241 2018-03-17 Released-By: PERLANCAR
- No functional changes.
- [dist] Forgot to add entry to Changes.
0.240 2018-03-17 Released-By: PERLANCAR
- Implement template.
- [Incompatible change] [ux] Don't clear progress bar on 100%, clear on
finish().
0.23 2017-06-21 Released-By: PERLANCAR
- Support patching Log::ger::Output::Screen in addition to
Log::Any::Adapter::Screen.
- Update documentation about COLOR being observed by Color::ANSI::Util.
0.22 2016-03-11 Released-By: PERLANCAR
- No functional changes.
- Adjust to Text::ANSI::Util 0.22 (::NonWideUtil removed).
0.21 2015-08-29 Released-By: PERLANCAR
- Typo.
0.20 2015-08-29 Released-By: PERLANCAR
- [Bugfix] fix dependencies, add option wide=>1 to explicitly
enable wide character support and load the correct module
[RT#106719].
0.19 2015-06-19 Released-By: PERLANCAR
- Patch Log::Any::Adapter::Screen instead of ::ScreenColoredLevel,
because that's what the new Perinci::CmdLine is using.
0.18 2015-01-28 Released-By: PERLANCAR
- [Bugfix] Fixes so that show_delay is reset again after log is
printed.
- [doc] Complete incomplete sentence.
0.17 2015-01-28 Released-By: PERLANCAR
- Put patch for working together with
Log::Any::Adapter::ScreenColoredLevel here, moved from
Perinci::CmdLine(::Lite).
0.16 2015-01-23 Released-By: PERLANCAR
- Support eliding message with String::Elide::Parts.
0.15 2015-01-22 Released-By: PERLANCAR
- No functional changes.
- [doc] Tweak POD: show all options in example, mark unimplemented
options.
0.14 2015-01-22 Released-By: PERLANCAR
- Add option: show_delay (and method: keep_delay_showing).
0.13 2015-01-03 Released-By: PERLANCAR
- No functional changes.
- Rebuild (Generate TODO.md).
0.12 2014-10-14 Released-By: PERLANCAR
- No functional changes.
- Include screenshot.
0.11 2014-10-14 Released-By: PERLANCAR
- Add option: fh, to allow output other than to STDOUT (thanks Przemek
WesoĊek).
0.10 2014-07-04 Released-By: SHARYANTO
[BUG FIXES]
- Avoid division by zero.
0.09 2014-02-26 Released-By: SHARYANTO
[BUG FIXES]
- Fix cleanup (\b doesn't erase).
0.08 2014-02-26 Released-By: SHARYANTO
- Add cleanup() to allow, e.g. Perinci::CmdLine, to clean the at the end
of application run.
0.07 2013-09-11 Released-By: SHARYANTO
- No functional changes. Require Win32::Console::ANSI on Windows.
0.06 2013-09-11 Released-By: SHARYANTO
- Provide defaults and allow install on Windows.
0.05 2013-09-03 Released-By: SHARYANTO
[BUG FIXES]
- Missed some adjustment for Progress::Any 0.10.
0.04 2013-09-03 Released-By: SHARYANTO
- No functional changes. Update to Progress::Any 0.10.
0.03 2013-07-18 Released-By: SHARYANTO
[BUG FIXES]
- Fix RGB color.
0.02 2013-05-18 Released-By: SHARYANTO
- Bugfix: didn't display when target is undefined.
0.01 2013-05-18 Released-By: SHARYANTO
- First, early release.
|