Skip to content

Releases: SimonCahill/EndlesshReportGenerator

v1.2.3

27 Jan 20:27
98d3c6c
Compare
Choose a tag to compare

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

15 Oct 22:57
fda4154
Compare
Choose a tag to compare

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

15 Oct 21:58
ba78ae7
Compare
Choose a tag to compare

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

15 Oct 21:44
0c397a4
Compare
Choose a tag to compare

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

14 Jun 21:48
5836b7c
Compare
Choose a tag to compare

Bugfix release for v1.1.0

  • Fixed alignment issue and output in scientific notation for total bot time wasted

v1.1.0

14 Jun 19:46
cc1295f
Compare
Choose a tag to compare

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

08 Jan 18:21
00f4fa5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/SimonCahill/EndlesshBasicStats/commits/v1.0.0