summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: bc1ea1d9c64eb203c9fdfff6de6c0d3f592b468a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Revision history for erebos

## 0.1.4 -- 2024-06-11

* Added `/conversations` command to list and select conversations
* Added `/details` command for info about selected conversation
* Handle peer reconnection after its restart
* Support non-interactive mode without tty

## 0.1.3 -- 2024-05-05

* Enable/disable network services by command-line parameters
* Tab-completion of command name
* Implemented streams in network protocol
* Compatibility with GHC up to 9.8

## 0.1.2 -- 2024-02-20

* Compatibility with GHC up to 9.6
* Pruned unnecessary dependencies and fixed bounds

## 0.1.1 -- 2024-02-18

* Added build flag to enable/disable ICE support with pjproject.
* Added `-V` command-line switch to show version.

## 0.1.0 -- 2024-02-10

* First version.