Skip to content

Commit 7b19b11

Browse files
Update README.md
1 parent 76c6fc9 commit 7b19b11

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
> A completely native Discord client for macOS built 100% in
44
> Swift and SwiftUI
55
6-
## ⚠️ Bug stopping loading from ever completing:
6+
This project aims to create a fully functional native Discord
7+
client in Swift for macOS from scratch. Look [below](#screenshots) for
8+
a bunch of screenshots!
9+
10+
**If you like this project, please give it a ⭐ star! It helps motivate
11+
me to continue developing it**
712

13+
### Pre-built packages are now available at [releases](https://github.com/cryptoAlgorithm/Swiftcord/releases/latest)!
14+
15+
> ~~⚠️ Bug stopping loading from ever completing:
816
I've identified a bug that might stop the loading from fully
917
completing the first time you open the app. If you encounter an
1018
issue where the loading progress gets stuck forever on "Loading channels",
1119
run `defaults write com.cryptoalgo.swiftcord lastSelectedGuild <guild ID of a guild you are in>`
1220
to fix it. **This is just a temporary fix**, I'll fix it when I
13-
have the time to (soon).
21+
have the time to (soon).~~
1422

15-
This project aims to create a fully functional native Discord
16-
client in Swift for macOS from scratch. Look below for a bunch
17-
of screenshots!
23+
^ If you encounter the issue above, pull the latest commits from GitHub
24+
which contains fixes for that issue
1825

1926
## Client Feature Parity
2027

@@ -48,7 +55,9 @@ connection is unstable or macOS has been sleeping for a very long time.
4855
- ✅ Better loading screen
4956
- ✅ Find and request most optimised photo size from CDN
5057
- ⏱ Partial user and app settings
51-
- ⏱ DM loading and groups support
58+
- ✅ DM and group loading
59+
- ⏱ Display DMs properly in UI
60+
- ⏱ Send DM messages
5261
- ❌ User roles + overwrites
5362
- ❌ Message notifications
5463
- ❌ Full list of users in a server, especially for larger servers (1000+ members)

0 commit comments

Comments
 (0)