diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-08 19:59:29 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-07-08 19:59:29 +0200 |
commit | ac51ea1ed872dc0e2aefeaebc782a3c0a89dbd46 (patch) | |
tree | 113d6a21f41cdca8a326b7ff999ac992f613cad0 | |
parent | 1d369211c876b903ffec756a90050e0587136e54 (diff) |
Version 0.1.9v0.1.9release-0.1
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | erebos.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cddb159..2beacb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Revision history for erebos +## 0.1.9 -- 2025-07-08 + +* Option to show details or delete a conversation by giving index parameter without first selecting it +* Improved handling of ICE connections +* Automatic discovery of peers for pending direct messages + ## 0.1.8.1 -- 2025-03-29 * Fix build from sdist (add missing include) diff --git a/erebos.cabal b/erebos.cabal index 0f25e69..f0b5b0a 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -1,7 +1,7 @@ Cabal-Version: 3.0 Name: erebos -Version: 0.1.8.1 +Version: 0.1.9 Synopsis: Decentralized messaging and synchronization Description: Library and simple CLI interface implementing the Erebos identity |