Releases: Thor77/TeamspeakStats
Releases · Thor77/TeamspeakStats
2.0.1
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
Refactor it!
Changes
Fixes
- Relative timestamp human test was bound to the year 2017 (ab68f57)
1.5.1
Internal
- Add pendulum requirement to setup.py (3067c22) and testing_requirements.txt
(7dbd37b)
1.5.0
Improvements
- Optionally (new default) show last online time relative (72a4fbe)
Internal
- Switch from plain datetime to pendulum for datetime handling (65a8379)
1.4.3
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
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
Bugs
- Fixed possibly wrong identifier when using IdentMap (#18, 1bc555d)
Internal
1.4.0
Feature
- Add ability to pass a directory for --log option (#17)
Internal
1.3.1
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
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