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 Sep 13, 2017
1 parent 28dcf67 commit 08a57bd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@

40000.1.0
=========

New features:
* SOCKS 4 and 5 proxies are supported with the `ALL_PROXY`,
`HTTP_PROXY`, and `HTTPS_PROXY` environment variables, provided the
proxy URI uses the `socks4` or `socks5` scheme.
* Messages that start with a block-level element now get laid out so
that the block level element appears underneath, rather than to the
right of, the user name. This helps with long usernames such as bots.
Thanks to @kellymclaughlin for this change.
* Code blocks with fencing now display the language when syntax
highlighting is active.
* In channel scroll mode, Up/Down arrow keys scroll by just one row
* All channel and user data are now fetched more efficiently on startup
for greatly improved startup time.

Bug fixes:
* The `/members` command now only shows active users (fixes #315)
* Reset edit mode after handling commands and message input, provide
reply context when running commands (fixes #305)
* Allow all unknown client commands to fall through to server (fixes
#306)
* Improve uniqueness comparisons for URL lists

40000.0.2
=========

Expand Down
8 changes: 4 additions & 4 deletions matterhorn.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: matterhorn
version: 40000.0.2
version: 40000.1.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 Expand Up @@ -75,7 +75,7 @@ executable matterhorn
ScopedTypeVariables
ghc-options: -Wall -threaded
build-depends: base >=4.8 && <5
, mattermost-api == 40000.0.1
, mattermost-api == 40000.1.0
, base-compat >= 0.9 && < 0.10
, unordered-containers >= 0.2 && < 0.3
, containers >= 0.5.7 && < 0.6
Expand Down Expand Up @@ -134,8 +134,8 @@ test-suite test_messages
, filepath >= 1.4 && < 1.5
, hashable >= 1.2 && < 1.3
, Hclip >= 3.0 && < 3.1
, mattermost-api == 40000.0.1
, mattermost-api-qc == 40000.0.1
, mattermost-api == 40000.1.0
, mattermost-api-qc == 40000.1.0
, microlens-platform >= 0.3 && < 0.4
, mtl >= 2.2 && < 2.3
, process >= 1.4 && < 1.7
Expand Down

0 comments on commit 08a57bd

Please sign in to comment.