Version 1.1
A lot of missing features are implemented, so that adding / removing channels is supported.
Also, a build for 64-bit windows is released as mattermost-qt-1.1.zip
- Improved image preview resizing - so that image's aspect ratio is preserved
- Fixed bugs, related to maximizing the application from the tray icon
- show only filename, without full path in attachment list and allow removing files from attachment list. Also, the attachment list is removed when the last file is removed
- use default file icon if no MIME info for the file is found, for incoming attachments
- Added separator in chat for messages from the current or previous day
- Added support for post editing and deleting. Allows you to edit / delete your own posts, and updates contents when someone modifies / deletes it's post
- Reworked login mechanism. After successful login, a token is generated from the server. This token will be saved and used for next logins, so that the password has not to be saved locally.
- Adding direct channels is now supported
- Joining public channels is supported too
- Almost all events for adding / leaving a channel / team are handled.
- Added context menu to posts, so that individual actions can be taken for a post - editing, deleting, copying. Also, multiple posts can be copied to the clipboard, with pretty text formatting. More context menu actions will be added in future releases
- Added context menu to channel lists. For non-direct channels it has 2 options: 'view channel details' and 'leave channel'. For direct channels it has the single option 'view user profile'. More context menu actions will be added in future releases
- Added context menu to team groups. It has 2 options - 'view team members' and 'view team public channels'. More context menu actions will be added in future releases
- Added context menu to the direct team group. It has the single option 'add direct channel'. More context menu actions will be added in future releases
- Added dialog window for displaying user profile information. It is called from a direct channel's context menu
- Added dialog window for displaying channel information. It is called from a non-direct channel's context menu
- Added windows for displaying a list of users or channels. They also have a search box for searching by user or by channel.