Skip to content

Releases: Thor77/TeamspeakStats

2.0.1

19 May 16:27
Compare
Choose a tag to compare

Improvements

  • Only log online_clients if there are any (6e40555)

Bugs

  • Handle connected clients on unexpected shutdown correctly (1ef4a3b)

Internal

  • Use pylama for stylechecks (ae13390),
    fix error introduced by that (f878fef)
  • Add Pipfile (a019278)
  • Remove extra lines after encoding header (5ea2f6a)
  • Lock dependencies in requirements.txt and testing_requirements.txt (187ae0a)
  • Lock pendulum to version 1.5.1 for now because 2.0.0 contains
    incompatible changes (a019278, e92f5ea)

2.0.0

20 Jan 08:39
v2.0.0
Compare
Choose a tag to compare

Refactor it!

Changes

Fixes

  • Relative timestamp human test was bound to the year 2017 (ab68f57)

1.5.1

28 Dec 20:15
Compare
Choose a tag to compare

Internal

  • Add pendulum requirement to setup.py (3067c22) and testing_requirements.txt
    (7dbd37b)

1.5.0

07 Jul 14:20
Compare
Choose a tag to compare

Improvements

  • Optionally (new default) show last online time relative (72a4fbe)

Internal

  • Switch from plain datetime to pendulum for datetime handling (65a8379)

1.4.3

01 Jun 21:42
v1.4.3
Compare
Choose a tag to compare

Improvements

  • Add space between nick and clid in repr of Client (11acf9f)

Documentation

  • Provide a working example in README.md, which is not triggering
    shell-expansion (fec833d)

Bugs

  • UnicodeEncodeError in debug mode with Python 2 (992d35e)

Internal

  • Fix Clients.add not using identmap (f209573)
  • Close log files after parsing -> possible performance improvement (a4c04e3)
  • Finally sign tags and releases

1.4.2

19 Apr 21:39
Compare
Choose a tag to compare

Internal

  • setup.py now includes README.rst as long_description (shown on PyPi)
    (cbf7000)

Documentation

  • Refactoring, cleaning up README and updating standards to new
    Sphinx-version (ef5894b)

1.4.1

30 Mar 18:20
Compare
Choose a tag to compare

Bugs

  • Fixed possibly wrong identifier when using IdentMap (#18, 1bc555d)

Internal

1.4.0

24 Mar 22:26
Compare
Choose a tag to compare

Feature

  • Add ability to pass a directory for --log option (#17)

Internal

1.3.1

05 Mar 20:06
Compare
Choose a tag to compare

Improvements

  • Moved links to positions from list-items to nicks (cd01eb4)

Internal

  • Refactorerd test_onlinetime (a694a2b + aaf5f2b)
  • Started testing on windows (AppVeyor) and added it's badge to
    README.md (bdba918)

Documentation

  • Fixed incorrectly initialized codeblock in IdentMap (6238f14)

1.3.0

27 Feb 14:18
Compare
Choose a tag to compare

Features

  • New debugstdout cli-flag and config-directive to switch from file to
    stdout-logging

Internal

  • Added pep8-checking to travis (again) by using flake8 instead of
    pyflakes
  • Various refactoring/improvements for testcases
  • Refactored logger-setup by moving it to tsstats.logger