From 05d1c3b04a03d4f7a28778ec9a0f5ca0dcd6adae Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 20 Jul 2026 20:38:11 -0400 Subject: [PATCH 1/4] link to macos issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a8a02f..3c0dae5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend. - [x] Linux - [x] Windows - [x] Android - - [ ] MacOS + - [ ] MacOS ([#50](https://git.federated.nexus/Nexus/nexus/issues/50)) - [ ] iOS - [ ] Web (may not be possible) - [x] Login From 35fbe1094ff454b2202acd14a0915421c7a804a0 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 20 Jul 2026 20:38:26 -0400 Subject: [PATCH 2/4] update login status in readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c0dae5..7239404 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,7 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend. - [ ] MacOS ([#50](https://git.federated.nexus/Nexus/nexus/issues/50)) - [ ] iOS - [ ] Web (may not be possible) -- [x] Login - - [x] Username / password auth - - [ ] OAuth / OIDC - - [x] Improve initial sync experience +- [x] Login (via OAuth) - [x] Rooms / Spaces - [x] Displaying and choosing - [x] Reading, showing unread From b7922475753d998a00864812cc2e01058d93ae85 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 20 Jul 2026 20:39:12 -0400 Subject: [PATCH 3/4] slight wording tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7239404..98515b3 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend. - [x] Reactions - [x] Pins - [x] Displaying - - [x] Creating + - [x] Pinning/Unpinning - [ ] Threads - [x] Profile popouts - [x] Working actions From 9d7156d17661bb56c36622e18d23ca30a923906f Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Mon, 20 Jul 2026 20:40:24 -0400 Subject: [PATCH 4/4] remove un-needed context --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 98515b3..4233429 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,6 @@ A simple and user-friendly Matrix client made with Flutter and a Gomuks backend. - [ ] Clickable - [x] Custom emojis/stickers - [x] History loading - - [x] Backwards - - [ ] Forwards - [x] Editing - [x] Deleting - [x] Reactions