Releases: SimonCahill/EndlesshReportGenerator
v1.2.3
Minor release, not really worth mentioning.
This update is purely with improvements to the code; no functionality has been changed or improved!
Fixes:
- Made TU-private variables
static
. - Made TU-private functions
static
- Improved documentation
- Makefile generator now also ensures git submodules are initialised.
v1.2.2
Addresses issue #21.
Minor bug fix; but the code has to be refactored in a major fashion.
Changes:
- Fixed bug when only printing connection statistics where only unique IP count was printed and nothing else
- Same issue with only printing detailed connection statistics
MD5 checksums
6ae6109f69bb7dfc0c446164b8fbc0fe endlessh-report
1fc4d2681b05a0be42d66913e8482787 endlessh-report-1.2.2-Linux.deb
v1.2.1
Minor release over release v1.2.0.
Fixes
- Fixed a stupid bug caused by me switching arguments.
MD5 checksums
dba7bb2fa98248c256a259b07f14756a endlessh-report
64a1d197442f64dadd62d53ef82bada3 endlessh-report-1.2.1-Linux.deb
v1.2.0
Version 1.2.0
This version contains some housekeeping fixes, but also fixes issue #15 .
Changes under the hood:
- Switched to CMake build from Makefile
- Switched to getopt_long from my own flawed arg parser
- Added long-missing version argument
- Now uses fmtlib for formatting output in some places (more to come)
Fixes
- Fixed issue with times
QoL improvements
- Made times and data amounts human-readable (long overdue, I know)
MD5 sums for attached .deb and binary:
663da59c37f97b0a691b917590b41790 endlessh-report
a5d3d757676033e68af91014dd2dfc53 endlessh-report-1.2.0-Linux.deb
v1.1.1
Bugfix release for v1.1.0
- Fixed alignment issue and output in scientific notation for total bot time wasted
v1.1.0
This release provides the ability to generate more detailed reports from endlessh, including data such as total bot time wasted and bytes sent.
v1.0.0
What's Changed
- Initial by @SimonCahill in #1
- Updated README with build and usage instructions by @SimonCahill in #2
- Added Travis build script by @SimonCahill in #3
- Fixed a typo by @SimonCahill in #4
- Feat/add cmd args by @SimonCahill in #5
- Added sample outputs to README by @SimonCahill in #6
- Feat/add doxyfile by @SimonCahill in #7
- Bug Fix by @SimonCahill in #8
New Contributors
- @SimonCahill made their first contribution in #1
Full Changelog: https://github.com/SimonCahill/EndlesshBasicStats/commits/v1.0.0