Skip to content

Releases: victorgawk/yellowtracker

v2.4.0

Choose a tag to compare

@victorgawk victorgawk released this 30 Oct 12:15
73ba530
  • Allow tracking MVPs by sending a text message in the channel
  • Update python version to 3.13.0

v2.3.0

Choose a tag to compare

@victorgawk victorgawk released this 08 May 03:42
  • Updated to only allow valid timezones at /timezone command
  • Added /unsettimezone command to remove a timezone added

v2.2.2

Choose a tag to compare

@victorgawk victorgawk released this 07 May 18:27
  • Fix /track when passing time in HH:MM formatt
  • Update python version to 3.10.10

v2.2.1

Choose a tag to compare

@victorgawk victorgawk released this 01 May 02:22
f82a8f8
  • Add missing timezone column on the SQL.

v2.2.0

Choose a tag to compare

@victorgawk victorgawk released this 19 Mar 01:27

Added /timezone command

v2.1.0

Choose a tag to compare

@victorgawk victorgawk released this 01 Jan 01:40
  • Added TRACK MVP button on channel message.
  • Updated Manage GMC Tokens button to send an ephemeral message instead of a direct message.

v2.0.4

Choose a tag to compare

@victorgawk victorgawk released this 12 Nov 01:14
  • Fixed track timers update.

v2.0.3

Choose a tag to compare

@victorgawk victorgawk released this 06 Nov 01:33
  • Added resilience so the app will not fail when discord API throws an error. Now when an error ocurs, the error cause and the full stacktrace will be logged but the app will try to keep running normally.
  • Added a HTTP server on port 8080 for health checking (host service requirement).

v2.0.2

Choose a tag to compare

@victorgawk victorgawk released this 03 Nov 01:16
  • Event commands updated to display local times instead of server times.
  • Presence status updates:
    • Added an emoji relative to the type of the event displayed.
    • Now displays the next event for one type for five seconds then display the next event for another type and so on.

v2.0.1

Choose a tag to compare

@victorgawk victorgawk released this 31 Oct 03:44
  • Changed default TABLE_REFRESH_RATE_SECS value from 30 to 5 seconds.