Skip to content

Commit

Permalink
Update (and fix) changelog, bump version and mattermost-api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Mar 1, 2017
1 parent bd6dbbf commit 4b78ea7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

30600.2.4
=========

New editing keybindings:
* C-w, M-Backspace now delete the word to the left of the cursor.
* M-d deletes the word to the right of the cursor.
* C-k now kills text from the cursor to the end of the line and copies
to an internal buffer; C-y pastes from said buffer.
* C-b, C-f move back and forward by one word, respectively.

* Many editing keybindings are now present in their own Help page
section.

Package changes:
* Upgraded text-zipper to 0.10.
* Upgraded mattermost-api to 30600.2.2.

30600.2.3
=========

Expand All @@ -20,7 +37,7 @@ Bug fixes:
* Improved formatting of message attachments so that their filenames
are shown. Previously only their hash identifiers were displayed. This
change also entails asynchronous fetching of attachment metadata.
* Upgraded to mattermost-api 30600.2.2.
* Upgraded to mattermost-api 30600.2.1.

30600.2.1
=========
Expand Down
4 changes: 2 additions & 2 deletions matterhorn.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: matterhorn
version: 30600.2.3
version: 30600.2.4
synopsis: Terminal client for MatterMost chat system
description: This is a basic terminal-based client for the MatterMost chat system.
More description coming soon.
Expand Down Expand Up @@ -57,7 +57,7 @@ executable matterhorn
ScopedTypeVariables
ghc-options: -Wall -threaded
build-depends: base >=4.7 && <5
, mattermost-api >= 30600.2.1
, mattermost-api >= 30600.2.2
, unordered-containers
, containers >= 0.5.8
, connection
Expand Down

0 comments on commit 4b78ea7

Please sign in to comment.