Releases: hollasch/timeprint
Releases · hollasch/timeprint
timeprint v2.1.0
timeprint v2.0.0
v2.0.0 (2018-02-26)
Added
- Add new
--
switch variants (--help
,--codeChar
,--timeZone
, and so on). - Add help information on new (C++11) format codes.
- New rich suite of delta time format options.
- New options
--creation
,--access
,--modification
. - New option
--now
- New option
--time
Removed
- Deprecate option
--modTime
Changed
- -e is now -%/--codeChar to eliminate confusion between escape sequences and
format code sequences. - Renamed from currtime to timeprint.
- Moved custom elapse codes to use new underscore modifier.
- Old
%D
is replaced with%_D
,
%D
is now standard "Short MM/DD/YY date, equivalent to %m/%d/%y". - Old
%R
is replaced with%_H
,
%R
is now standard "24-hour HH:MM time, equivalent to %H:%M". - Old
%s
is replaced with%_S
,%s
is now undefined.
- Old
- Help output broken into multiple topics.
currtime v1.0.0
- Original version as of 2013-03-09
- Added license
- First release to GitHub