Skip to content

Releases: Exirel/sopel-lichess

0.2.1: handle Game URLs with an anchor

14 Sep 12:33
db5ad78
Compare
Choose a tag to compare

You know, the anchor, the thing after the thing that is used for hash-tag and stuff. Yeah, those... I forgot about them, so here is a fix to make sure these are identical:

  • https://lichess.org/4dnClfgu/black
  • https://lichess.org/4dnClfgu/black#5

Better, right? Right.

0.2.0: handle player suffix in game URLs

11 Sep 11:35
0b0ab8f
Compare
Choose a tag to compare

Lichess can point to the same game with different URLs:

  • https://lichess.org/4dnClfgu
  • https://lichess.org/4dnClfgu/black
  • https://lichess.org/4dnClfgu/white

When there is a suffix (either black or white), the plugin will format the player's name of that color in bold.

Also fixed a bug with a trailing slash.

0.1.0: first release on pypi

25 Jul 14:54
Compare
Choose a tag to compare

Initial release of sopel-lichess:

  • handle game URLs
  • handle TV channel URLs
  • handle player URLs

This requires a lichess.org API key.