Skip to content

Commit dc2d0e1

Browse files
committed
Bump version, update changelog
1 parent 66d2329 commit dc2d0e1

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11

2+
90000.0.0
3+
=========
4+
5+
NOTE: this version of Matterhorn requires server version 9.0 or greater.
6+
7+
Package changes:
8+
* Updated to use Vty 6 for crossplatform terminal support, meaning
9+
Matterhorn can now be built and run on Windows terminals. Please let
10+
us know if you try this and encounter any issues!
11+
12+
Enhancements:
13+
* Added support for a new "auto" mode to determine channel list width.
14+
There is now a new `auto` value for the `channelListWidth`
15+
configuration file setting. Its default is unchanged and it can still
16+
take an integer value specifying the channel list width in columns.
17+
If set to `auto`, its value is determined by Matterhorn, bounded by
18+
minimum and maximum values, as a function of window width. This is
19+
intended to give nicer results as font size decreases, up to a point.
20+
* Add a `/write-theme` command to write the current theme to an INI
21+
file.
22+
23+
Bug fixes:
24+
* Updated channel viewing book-keeping to work with changes in
25+
Mattermost 9.0.
26+
* Fixed an issue where terminal input provided right before the UI is
27+
initialized could cause the application to crash.
28+
229
50200.19.0
330
==========
431

matterhorn.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: matterhorn
2-
version: 50200.19.0
2+
version: 90000.0.0
33
synopsis: Terminal client for the Mattermost chat system
44
description: This is a terminal client for the Mattermost chat
55
system. Please see the README for a list of
@@ -170,7 +170,7 @@ library
170170
ghc-options: -fhide-source-paths
171171

172172
build-depends: base >=4.8 && <5
173-
, mattermost-api == 50200.15.0
173+
, mattermost-api == 90000.0.0
174174
, base-compat >= 0.9 && < 0.13
175175
, unordered-containers >= 0.2 && < 0.3
176176
, containers >= 0.5.7 && < 0.7

0 commit comments

Comments
 (0)