diff --git a/Cargo.lock b/Cargo.lock index 8adaef60d..c7ddf6def 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 4d56ff737..b9e0199d9 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 6a03fbe3f..a17084fcc 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 | ✔️ | ✔️ | ✔️ | ✔️ |