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
|
------ current release ---------------------------
1.1.1 () -
- TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME
(Thanks to Jörg Krause, Ben Boeckel).
- TI-91 Timewarrior does not compile on DragonFly
(thanks to Michael Neumann).
- TW-1845 Cygwin build fails, missing get_current_dir_name
(thanks to hosaka).
- TW-1936 Tweak tests to have fuller TAP compliance
(thanks to Paul J. Fenwick)
- Converted to C++11.
- Improved compliance with CppCoreGuidelines.
- Integated common CMake CXX module.
- Updated test suite to Python.
------ old releases ------------------------------
1.1.0 (2015-09-26) ce4a5b607786508d065fc9d92ecae65b3a3a9097
- TW-1296 make test/run_all exit with non-zero code if a test fail (thanks to
Jakub Wilk).
- Added an initial test suite.
- Corrected copyright line in source.
- Added support for 64-bit values for --min, --max, and --current arguments to
avoid overflows caused by using int (thanks to Jason A. Pfeil).
1.0.1 (2013-09-02) c6030b2768bc94192ff042cdde42782f713c1050
- Fixed manpage typos (thanks to Alejandro Garrido Mota).
- Fixed compiler warnings.
1.0.0
- Initial release supporting three bar styles, percentage, elapsed, remaining,
labels and width settings.
- When -width is not specified, uses the whole terminal width.
Vramsteg project officially began 6th June, 2010.
|