Skip to content

Releases: marcusmunch/ranktier

v1.4.5

13 Jun 12:49
Compare
Choose a tag to compare

Update Python versions to only cover supported Python version (except 3.7, which has EOL in 11 days).

Version 1.4.1

19 Sep 07:26
Compare
Choose a tag to compare
  • Added Player.name: This name is the one defined in your team settings - your Steam "alias" is Player.personaname.

  • Moved error statements from STDOUT to STDERR

  • README.md: Updated to reflect v1.4 changes

  • setup.py: long_description is now read from README.md

Version 1.4: Player update

19 Sep 07:23
Compare
Choose a tag to compare
  • Python 2 support is dropped: Due to the fact that Python 2 will no longer be supported as of Jan 1st, 2020, ranktier has discontinued Python 2 support. This enables for more streamlined code, as support for both languages is no longer needed.
  • Added ranktier.Player: Using the steamID3 found in the game client ("Friend ID") or on sites like steamid.io, a rank can be retrieved from ranktier itself.
  • setup.py: Read version number from ranktier/init.py

Version 1.3

06 Jul 22:13
Compare
Choose a tag to compare

Added Immortal rank.

Version 1.2

10 Jan 18:56
Compare
Choose a tag to compare

This mainly adds backend changes (moved function ranktier() to class Rank()). This meant to ease the future addition of a Rank().medal property which returns an image of the rank medal.