Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

67 lines (55 loc) · 3.82 KB

Changelog

v1.2.0 (2024-10-06)

Features

  • add support for FoodGuessr score parsing and leaderboards (a332fd9)

v1.1.1 (2024-10-06)

Fixes

  • order flagle scores descending when calculating best score (42ea7c0)
  • stop markdown from interfering with Flagle score lists (f6abd57)
  • rank Flagle leaderboard entries the same if scores are the same (794f7f9)

v1.1.0 (2024-10-06)

Features

  • add support for Flagle score parsing and leaderboards (ca9c9ab)
  • add "game" option for the /leaderboard command (35b9637)
  • rename scores table to geogrid_scores (f481376)

v1.0.0 (2024-10-06)

Features

  • drop username column from users table (f51a736)
  • remove shuttle and run directly with serenity (3e77f65)
  • rename weighted "score" to "medal points" (08facd1)
  • stop including user ID in medal sorting (3ba0b63)
  • change medal sorting to use 4-2-1 weighted score (ecb44e1)
  • default late submissions to disabled in all-time GeoGrid leaderboard (00f2c42)
  • allow turning off today's and late scores in all-time GeoGrid leaderboard (fb0d6c2)
  • log the guild ID in a couple of places (a816650)
  • include rerun footer in all-time GeoGrid leaderboard too (0d57520)
  • all-time GeoGrid leaderboard (c351127)
  • daily GeoGrid leaderboard (63e1304)
  • take account of which day a GeoGrid score was submitted (c11fde9)
  • basic GeoGrid score persistence (5d33c1e)
  • switch to Shuttle, with serenity (ee621a0)
  • GeoGrid score parsing (6fea808)
  • basic Discord bot from twilight example (dc07667)