Skip to content

Releases: eduherminio/LichessTournamentAggregator

v0.3.2

17 Nov 11:21
afc06c7
Compare
Choose a tag to compare
  • Fix #26: Ranks off-by-one, probably due to a change in Lichess api.

v0.3.1

18 May 14:13
Compare
Choose a tag to compare
  • Fix Fix Swiss score calculation (#23)
    • Add TournamentResult.Points, mapped to JSON "points" field (lichess-org/lila@1dcc67e).
      It contains the points scored by a player in a swiss tournament, making AggregatedResult.CalculatePoints unnecessary.

v0.3.0

16 Apr 18:11
159cb26
Compare
Choose a tag to compare
  • Add Swiss tournaments support (#15).
    • Include TieBreaks and TotalTieBreaks fields, which will be empty for Arena tournaments.
    • Use TieBreaks field as second tie break.
    • Show swiss points and total swiss points in Scores and TotalScores, as if/together with arena ones.
  • Fix Ranks and Average Performance fields (a lichess API change may have broken them at some point).
  • Make api requests sequential, since they seemed to be hitting the api rate limits.

v0.2.2

09 May 23:22
dba68e1
Compare
Choose a tag to compare
  • Add overall rank column.
  • Add space between each score and each ranking ([1, 3] instead of [1,3])
  • Write errors to stderr.

v0.2.1

19 Apr 11:13
Compare
Choose a tag to compare
  • Add chess title column

v0.2.0

06 Apr 18:32
4365a6b
Compare
Choose a tag to compare
  • Allow # and / characters or spaces at the end of tournament urls or ids (i.e., https://lichess.org/tournament/{tournamentId}#/ ).
  • Order results by total score and then average performance.
  • Show full path of results file, and a explicit message if there's a permissions issue when writing the file.
  • Show FAQ link if something goes wrong.

v0.1.2

31 Mar 13:19
Compare
Choose a tag to compare

Remove the generated file if it's empty due to a failure in the app.

v0.1.1

30 Mar 19:58
Compare
Choose a tag to compare

Initial release of the application.
It currently exports a .csv file that groups the player results in the different tournaments, showing:

  • Username
  • Total Score
  • Max. rating
  • Ranks
  • Scores
  • Average Performance