Skip to content

V1.05 beta

Compare
Choose a tag to compare
@iProgramMC iProgramMC released this 10 Jun 07:14
· 93 commits to master since this release

This is V1.05 of Discord Messenger (beta).

Available are two downloads:

  • MSVC Discord Messenger - Compiled with the vs141_xp (VS2017 Windows XP) build tools, can run on Windows XP SP2 and up.
  • MinGW Discord Messenger - Compiled with MinGW 6.3.0, can run on Windows 2000* and up, is generally more compatible with older systems.

* Although it may start up on Windows NT 4 and Windows 98, it won't actually work.

Changelog:

  • Added autocomplete for users, channels, and custom server emoji
  • Added an error message if the websocket client failed to initialize
  • Added custom image background option for message viewer (#95)
  • Added a user scale option to alleviate some concerns regarding low resolution clumsiness
  • Added a minimum window size of 640x400 (scaled by DPI and user scale)
  • Added an option to enable a scroll bar for the server list
  • Added a window where one can view all servers they're in and go to any
  • Improved handling of low resolutions by scaling down the channel list and the member list if window is less than 800 pixels wide
  • Fixed an issue when scrolling in a channel (#65)
  • Re-added bot icon to profile popout (#101)
  • Made message theme selection a dropdown list
  • Made custom-drawn status bar text match the window text color
  • Made the loading window's text match the window text color
  • Made black icons draw inverted if the active caption text color is light
  • Reduced latency when processing HTTP requests which should make DiscordMessenger snappier