|
3 | 3 | > A completely native Discord client for macOS built 100% in |
4 | 4 | > Swift and SwiftUI |
5 | 5 |
|
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** |
7 | 12 |
|
| 13 | +### Pre-built packages are now available at [releases](https://github.com/cryptoAlgorithm/Swiftcord/releases/latest)! |
| 14 | + |
| 15 | +> ~~⚠️ Bug stopping loading from ever completing: |
8 | 16 | I've identified a bug that might stop the loading from fully |
9 | 17 | completing the first time you open the app. If you encounter an |
10 | 18 | issue where the loading progress gets stuck forever on "Loading channels", |
11 | 19 | run `defaults write com.cryptoalgo.swiftcord lastSelectedGuild <guild ID of a guild you are in>` |
12 | 20 | 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).~~ |
14 | 22 |
|
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 |
18 | 25 |
|
19 | 26 | ## Client Feature Parity |
20 | 27 |
|
@@ -48,7 +55,9 @@ connection is unstable or macOS has been sleeping for a very long time. |
48 | 55 | - ✅ Better loading screen |
49 | 56 | - ✅ Find and request most optimised photo size from CDN |
50 | 57 | - ⏱ 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 |
52 | 61 | - ❌ User roles + overwrites |
53 | 62 | - ❌ Message notifications |
54 | 63 | - ❌ Full list of users in a server, especially for larger servers (1000+ members) |
|
0 commit comments