diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-25 21:20:12 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-06-25 21:20:12 +0200 |
| commit | 6c55e9b271e77310d541f4a4da8aec41b0a1edc5 (patch) | |
| tree | c9db352ed3616c27fbc8c97d2a5404ad2850dd14 | |
| parent | 41ece2abc74c2ec54e92101be62eb216147116f2 (diff) | |
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | erebos.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b3a0c4c..cbf4957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Revision history for erebos +## 0.2.2 -- 2026-06-25 + +* Initial support for `chunked` and `dir` object types. +* Added `/seen` command to mark messages as seen. +* Improved display of unread/seen messages. +* Avoid binding the same UDP port from multiple server instances on a single host. + ## 0.2.1 -- 2026-03-15 * Initial support for `ondemand` object type. diff --git a/erebos.cabal b/erebos.cabal index 5dd9e1e..2d43e33 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.2.1 +Version: 0.2.2 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |