From f818df6cc68f0834cfe64ca18fbb7e0f4e13c1c8 Mon Sep 17 00:00:00 2001
From: WNguyen14
Date: Mon, 9 Oct 2023 16:34:37 -0400
Subject: [PATCH 1/2] README updates
---
README.md | 28 +++++++++++++++++++++++-----
1 file changed, 23 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 91c73ef..94736fa 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,14 @@
A Clone Hero library management tool with built in chart searching and downloading.
-
- Discord |
- Trello
-
**Bridge** is a desktop application that helps CloneHero players browse, find, download, and extract new charts very quickly and eaisly.
+## Setup
+
+Head over to the [Releases](https://github.com/Geomitron/Bridge/releases/tag/v1.5.0) page to download the appropriate install wizard.
+
## Features
- ✅ Find all charts that can be found on Chorus.
@@ -30,12 +30,30 @@ Key:
- ⚠️ In progress
- ❌ Not yet started
+### What's new in v1.5.0
+
+v.1.5.0
+
+- Update to Angular 14
+- Update to Electron 23
+- Table header is now sticky
+- API Endpoints updated (older versions will no longer work)
+- Removed Google Authentication (it stopped working and can't be fixed; an alternative solution is in the works)
+
### Development
Built using Node.js, Angular, and Electron.
+Learn how to install Node.js [here](https://nodejs.dev/en/download/)
+
After installing Node.js and cloning the repository, install dependencies and run development with:
```
$ npm install && npm start
-```
\ No newline at end of file
+```
+
+### Socials
+
+To inquire about the project and make suggestions, please join the [Discord](https://discord.gg/cqaUXGm)
+
+To see which features in currently in the works, please take a look at the [Trello](https://trello.com/b/lz8MvNhF/bridge)
\ No newline at end of file
From 051d2ac1f760165a008bcf4ea1d38b71297982df Mon Sep 17 00:00:00 2001
From: Geo <22552797+Geomitron@users.noreply.github.com>
Date: Mon, 9 Oct 2023 16:14:49 -0500
Subject: [PATCH 2/2] Update README
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 94736fa..1892392 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,6 @@ $ npm install && npm start
### Socials
-To inquire about the project and make suggestions, please join the [Discord](https://discord.gg/cqaUXGm)
+To discuss the project and make suggestions, please join the [Discord](https://discord.gg/cqaUXGm)
-To see which features in currently in the works, please take a look at the [Trello](https://trello.com/b/lz8MvNhF/bridge)
\ No newline at end of file
+To see which features are currently in the works, please take a look at the [Trello](https://trello.com/b/lz8MvNhF/bridge)
\ No newline at end of file