From 8c010d7e7e97f7ff7e8bc2f40207e1a5e4275c8a Mon Sep 17 00:00:00 2001 From: Ulyssa Date: Sat, 28 Jan 2023 14:24:08 -0800 Subject: [PATCH] Release v0.0.4 (#26) --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8adaef6..c7ddf6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "iamb" -version = "0.0.3" +version = "0.0.4" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4d56ff7..b9e0199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iamb" -version = "0.0.3" +version = "0.0.4" edition = "2018" authors = ["Ulyssa "] repository = "https://github.com/ulyssa/iamb" diff --git a/README.md b/README.md index 6a03fbe..a17084f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ two other TUI clients and Element Web: | | iamb | [gomuks] | [weechat-matrix] | Element Web/Desktop | | --------------------------------------- | :---------- | :------: | :--------------: | :-----------------: | | Room directory | ❌ ([#14]) | ❌ | ✔️ | ✔️ | -| Room tag showing | ❌ ([#15]) | ✔️ | ❌ | ✔️ | +| Room tag showing | ✔️ | ✔️ | ❌ | ✔️ | | Room tag editing | ✔️ | ✔️ | ❌ | ✔️ | | Search joined rooms | ❌ ([#16]) | ✔️ | ❌ | ✔️ | | Room user list | ✔️ | ✔️ | ✔️ | ✔️ | @@ -56,8 +56,8 @@ two other TUI clients and Element Web: | Edit Room Description | ✔️ | ❌ | ✔️ | ✔️ | | Highlights | ❌ ([#8]) | ✔️ | ✔️ | ✔️ | | Pushrules | ❌ | ✔️ | ❌ | ✔️ | -| Send read markers | ❌ ([#11]) | ✔️ | ✔️ | ✔️ | -| Display read markers | ❌ ([#11]) | ❌ | ❌ | ✔️ | +| Send read markers | ✔️ | ✔️ | ✔️ | ✔️ | +| Display read markers | ✔️ | ❌ | ❌ | ✔️ | | Sending Invites | ✔️ | ✔️ | ✔️ | ✔️ | | Accepting Invites | ✔️ | ✔️ | ✔️ | ✔️ | | Typing Notification | ✔️ | ✔️ | ✔️ | ✔️ |