Skip to content

Releases: maddiemort/vexillologist

v1.5.0 (2025-06-28)

28 Jun 16:36
16ccd46

Choose a tag to compare

Release Notes

Features

  • list games you've participated in before but not yet today
    (a22ecec)
  • command to list all supported games
    (865fd23)
  • make embed links clickable, link to the game's page
    (f01cd9a)
  • allow users to opt out of score tracking & leaderboards
    (8e36195)
  • new metric vexillologist.messages_received_total
    (a147695)
  • new metric vexillologist.duplicate_scores_count
    (e7212de)
  • new metric vexillologist.score_reactions_failed_count
    (5cfa715)
  • new metric vexillologist.score_insertions_failed_count
    (17f377b)
  • new metric vexillologist.scores_inserted_count
    (a5e11d6)
  • new metric vexillologist.score_reactions_total
    (441d575)
  • new metric vexillologist.scores_received_total
    (1b5f684)
  • support for Prometheus metrics scraping
    (82a9286)
  • support for direct Loki log exporting
    (012c64c)

Fixes

  • export a value of 0 for all counter metrics at startup
    (20247e9)

Install vexillologist 1.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maddiemort/vexillologist/releases/download/v1.5.0/vexillologist-installer.sh | sh

Download vexillologist 1.5.0

File Platform Checksum
vexillologist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexillologist-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexillologist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.4.0 (2025-06-20)

20 Jun 18:43
b90d843

Choose a tag to compare

Release Notes

Features

  • support for new Geogrid score format
    (7fd9b2e)

Install vexillologist 1.4.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maddiemort/vexillologist/releases/download/v1.4.0/vexillologist-installer.sh | sh

Download vexillologist 1.4.0

File Platform Checksum
vexillologist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexillologist-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexillologist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.3.0 (2025-02-15)

15 Feb 11:21
556e059

Choose a tag to compare

Release Notes

Features

  • leaderboard for a specific geogrid/flagle board number, not date
    (afd9bc7)
  • react to perfect scores with a crown emoji
    (96be7c4)

Fixes

  • stop filtering out Flagle scores of 0 in leaderboards
    (a482c63)

Install vexillologist 1.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maddiemort/vexillologist/releases/download/v1.3.0/vexillologist-installer.sh | sh

Download vexillologist 1.3.0

File Platform Checksum
vexillologist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexillologist-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexillologist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.2.0 (2024-10-06)

06 Oct 12:48
9fb884e

Choose a tag to compare

Release Notes

Features

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

Install vexillologist 1.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maddiemort/vexillologist/releases/download/v1.2.0/vexillologist-installer.sh | sh

Download vexillologist 1.2.0

File Platform Checksum
vexillologist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexillologist-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexillologist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.1.1 (2024-10-06)

06 Oct 12:40
e2dbffe

Choose a tag to compare

Release Notes

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)

Install vexillologist 1.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maddiemort/vexillologist/releases/download/v1.1.1/vexillologist-installer.sh | sh

Download vexillologist 1.1.1

File Platform Checksum
vexillologist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexillologist-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexillologist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.1.0 (2024-10-06)

06 Oct 12:37
1d0f51b

Choose a tag to compare

Release Notes

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)

Install vexillologist 1.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maddiemort/vexillologist/releases/download/v1.1.0/vexillologist-installer.sh | sh

Download vexillologist 1.1.0

File Platform Checksum
vexillologist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexillologist-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexillologist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.0.0 (2024-10-06)

06 Oct 12:31
084bb53

Choose a tag to compare

Release Notes

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)

Install vexillologist 1.0.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/maddiemort/vexillologist/releases/download/v1.0.0/vexillologist-installer.sh | sh

Download vexillologist 1.0.0

File Platform Checksum
vexillologist-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
vexillologist-x86_64-apple-darwin.tar.xz Intel macOS checksum
vexillologist-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum