From cf2a95bcec2a7e23204865e26d57a5fb16b92fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 15 Mar 2026 20:31:27 +0100 Subject: Version 0.2.1 --- CHANGELOG.md | 10 ++++++++++ erebos.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3