mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Release v0.0.4 (#26)
This commit is contained in:
parent
4337be108b
commit
8c010d7e7e
3 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1158,7 +1158,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "iamb"
|
name = "iamb"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "iamb"
|
name = "iamb"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Ulyssa <git@ulyssa.dev>"]
|
authors = ["Ulyssa <git@ulyssa.dev>"]
|
||||||
repository = "https://github.com/ulyssa/iamb"
|
repository = "https://github.com/ulyssa/iamb"
|
||||||
|
|
|
@ -48,7 +48,7 @@ two other TUI clients and Element Web:
|
||||||
| | iamb | [gomuks] | [weechat-matrix] | Element Web/Desktop |
|
| | iamb | [gomuks] | [weechat-matrix] | Element Web/Desktop |
|
||||||
| --------------------------------------- | :---------- | :------: | :--------------: | :-----------------: |
|
| --------------------------------------- | :---------- | :------: | :--------------: | :-----------------: |
|
||||||
| Room directory | ❌ ([#14]) | ❌ | ✔️ | ✔️ |
|
| Room directory | ❌ ([#14]) | ❌ | ✔️ | ✔️ |
|
||||||
| Room tag showing | ❌ ([#15]) | ✔️ | ❌ | ✔️ |
|
| Room tag showing | ✔️ | ✔️ | ❌ | ✔️ |
|
||||||
| Room tag editing | ✔️ | ✔️ | ❌ | ✔️ |
|
| Room tag editing | ✔️ | ✔️ | ❌ | ✔️ |
|
||||||
| Search joined rooms | ❌ ([#16]) | ✔️ | ❌ | ✔️ |
|
| Search joined rooms | ❌ ([#16]) | ✔️ | ❌ | ✔️ |
|
||||||
| Room user list | ✔️ | ✔️ | ✔️ | ✔️ |
|
| Room user list | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||||
|
@ -56,8 +56,8 @@ two other TUI clients and Element Web:
|
||||||
| Edit Room Description | ✔️ | ❌ | ✔️ | ✔️ |
|
| Edit Room Description | ✔️ | ❌ | ✔️ | ✔️ |
|
||||||
| Highlights | ❌ ([#8]) | ✔️ | ✔️ | ✔️ |
|
| Highlights | ❌ ([#8]) | ✔️ | ✔️ | ✔️ |
|
||||||
| Pushrules | ❌ | ✔️ | ❌ | ✔️ |
|
| Pushrules | ❌ | ✔️ | ❌ | ✔️ |
|
||||||
| Send read markers | ❌ ([#11]) | ✔️ | ✔️ | ✔️ |
|
| Send read markers | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||||
| Display read markers | ❌ ([#11]) | ❌ | ❌ | ✔️ |
|
| Display read markers | ✔️ | ❌ | ❌ | ✔️ |
|
||||||
| Sending Invites | ✔️ | ✔️ | ✔️ | ✔️ |
|
| Sending Invites | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||||
| Accepting Invites | ✔️ | ✔️ | ✔️ | ✔️ |
|
| Accepting Invites | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||||
| Typing Notification | ✔️ | ✔️ | ✔️ | ✔️ |
|
| Typing Notification | ✔️ | ✔️ | ✔️ | ✔️ |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue