From e9902668778d6be8609232e33e185a91f1c8a62f Mon Sep 17 00:00:00 2001 From: patricktbp <135556230+n1d3v@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:42:13 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 126e698..a4d69d9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Naticord / Native-cord is a native Discord client made in C#. -Supports Windows 2000 - Windows 11 (Windows 2000 - Vista need proxy settings to work which you can setup with `PROXY.md`) +Supports Windows Vista - Windows 11 (Windows Vista needs a proxy to work.) @@ -20,7 +20,7 @@ Changelog can be found in the root directory of this repo as `CHANGELOG.md`. Contributing guide can be found in the root directory of this repo as `CONTRIBUTORS.md`. # Installation -Download naticord-setup.exe if you are on Windows Vista+ but if you are on XP download naticord-binaries.zip +Download naticord-setup.exe if you are on Windows Vista+ ### Updating To update, you can just get the latest version and install it. From 121afe62bfb2aeb5f3532e6b5d6e7bc92a0b777e Mon Sep 17 00:00:00 2001 From: patricktbp <135556230+n1d3v@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:45:11 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4d69d9..ac3e0e3 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,6 @@ To update, you can just get the latest version and install it. - Other various channels such as fourms and such - Edit reply and delete. # Bugs -- Some images do not load. -# Screenshots -![Naticord 1_b1](https://github.com/Naticord/naticord/assets/135556230/7a5dc2a1-7400-483a-bbf6-e91f8b86953a) - +- Group chats do not load. This will be fixed in the future. +- Sometimes markdown glitches out. From 79e9d99ba2d58817268122f3515aaba93feebe95 Mon Sep 17 00:00:00 2001 From: patricktbp <135556230+n1d3v@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:40:43 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ac3e0e3..40f5852 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,6 @@ To update, you can just get the latest version and install it. # Bugs - Group chats do not load. This will be fixed in the future. - Sometimes markdown glitches out. +# Projects that have helped out +- Insomnia: Godsend for fucking around with Discord APIs however I want. Overall great tool