diff options
| -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 |