diff options
| -rw-r--r-- | CHANGELOG.md | 10 | ||||
| -rw-r--r-- | erebos.cabal | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9793d1b..b3a0c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Revision history for erebos +## 0.2.1 -- 2026-03-15 + +* Initial support for `ondemand` object type. +* New service and shared state for invites. +* Show the number of conversations with unread messages in CLI prompt. +* Show unread messages when selecting conversation. +* Added `/new` command to list conversations with new (unread) messages. +* Gracefully handle invalid record objects. +* Fixes and improvements in discovery service and tunnel support. + ## 0.2.0 -- 2025-08-06 * Weak references in records diff --git a/erebos.cabal b/erebos.cabal index c593753..82b17cc 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.2.0 +Version: 0.2.1 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |