Skip to content

Commit

Permalink
Bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Mar 2, 2018
1 parent 0b97a88 commit 63672cd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@

40700.0.0
=========

This release supports Mattermost server version 4.7.

New features:
* The `/focus` command with no arguments now starts channel selection
mode, equivalent to the default binding of `C-g`.
* The `/join` command now accepts an optional channel name argument. If
provided, the named channel is joined (#361).
* A new user browser was added! The user browser presents a list of
users and the ability to search users by name. The new user list
powers some new and existing commands:
* A new `/msg` command is used to browse known users and select a
user with `Enter` to begin a private chat session with the selected
user.
* A new `/add-user` command is used to add users to the current
channel. The list shows users who are not already members of the
channelcurrent and `Enter` adds the selected user to the channel.
* The existing `/members` command now shows a browsable user list of
members of the current channel. `Enter` begins a private chat
session with the selected user.

Bug fixes:
* Missing `urlOpenCommand`s are now reported as error messages rather
than informative messages.
* More login-related exceptions are now displayed in a more readable
format on the login screen (#358).
* Channel selection mode now prefers an exact match as the initial
cursor selection if one exists (#356).
* Replies now indicate the correct parent message in the message list.
* The multi-line editor help message now shows the active binding
(previously `M-e`).

40600.1.0
=========

Expand Down
2 changes: 1 addition & 1 deletion matterhorn.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: matterhorn
version: 40600.1.0
version: 40700.0.0
synopsis: Terminal client for the Mattermost chat system
description: This is a terminal client for the Mattermost chat
system. Please see the README for a list of
Expand Down

0 comments on commit 63672cd

Please sign in to comment.