Added support for Minecraft 1.20.x servers (previously only 1.21+)
Fixed server type detection showing "Unknown" on newer Paper builds — the /changelog info command now correctly displays Paper, Purpur, Folia, Spigot, etc.
Bug Fixes
Fixed /changelog reload not reloading the language file — messages will now update correctly after a reload
Fixed a duplicate GitHub API call on startup (the update checker was firing twice unnecessarily)
Fixed editEntry and removeEntry not being thread-safe — could cause rare crashes or data corruption under concurrent load
Fixed Discord webhook sending incorrect timestamps when the server timezone was not UTC
Fixed a connection resource leak in the update checker — HTTP connections are now always properly closed
Internal
Update checker fields are now properly volatile to ensure visibility across threads