DiscordMessenger / dm

Discord Messenger is a free Discord-compatible messaging client targeting both new and old Windows.
MIT License
862 stars 16 forks source link

Add check for updates when client starts #36

Closed iProgramMC closed 4 months ago

iProgramMC commented 4 months ago

This behavior can be opted out of before the first login screen appears, and then opted back in from preferences.

Will try to use a tokenless GitHub API to fetch the latest release tag.

iProgramMC commented 4 months ago

This API endpoint can be used without authentication: https://api.github.com/repos/DiscordMessenger/dm/releases/latest

iProgramMC commented 4 months ago

Implemented in e701778f0