From 946bf030820bbbb90ae39d17e92c91171b6c2c7e Mon Sep 17 00:00:00 2001 From: Aiden <72966716+aidenbok203@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:38:52 +0000 Subject: [PATCH 1/2] Added MacOS instructions --- README.md | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 758d5cb..d8d19d9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -# Vector24 - A radar vectoring tool for ATC24 PTFS - Scroll down for guide to install +# Vector24 - A radar vectoring tool for ATC24 PTFS -# DOWNLOAD FROM THE [RELEASES](https://github.com/awdev1/Vector24/releases) TAB ON THE RIGHT # Note: We have gotten elevated reports of antivirus blocking Vector. Do not use: Avast, Norton, or RAV Endpoint Protection. It is recommended you use something like BitDefender Free in general. -### Created by: aerosd and awdev_ -## How to install: -### 1. Click the Releases tab on the right, or [here.](https://github.com/awdev1/Vector24/releases) -### 2. Download the top asset, which will usually be labeled Vector24-X.X.X-amd64-win.zip -### 3. Create a folder in a location of your liking, drag the .ZIP into the folder and unzip! (to unzip, right click and click extract all)! -### 4. Run the Vector24.exe, give it 15 seconds or so, and it's open! +## How to install (Windows): +1. Click the Releases tab on the right, or [here.](https://github.com/awdev1/Vector24/releases) +2. Download the top asset, which will usually be labeled Vector24-X.X.X-amd64-win.zip +3. Create a folder in a location of your liking, drag the .ZIP into the folder and unzip! (to unzip, right click and click extract all)! +4. Run the Vector24.exe, give it 15 seconds or so, and it's open! + +## How to install (Mac/Linux): +1. Click the Releases tab on the right, or [here.](https://github.com/awdev1/Vector24/releases) +2. Download the top asset, which will usually be labeled Vector24-X.X.X-amd64-macos.zip +3. Right click on the folder "Vector24-2", and click "New Terminal at Folder" +4. Within in the terminal, type in `sh ./start.sh` + +Note that your device may tell you that it "cannot be opened as it is from an unidentified developer." In this case, follow the settings [here](https://support.apple.com/en-gb/guide/mac-help/mh40616/mac) + +Screenshot 2024-11-22 at 8 36 27 AM + +--- Join our [Discord!](https://discord.gg/kyDgZbnHz3) From 07c16dbc2dc44dbe6fb8e11efa26c11dc255e0aa Mon Sep 17 00:00:00 2001 From: Aiden <72966716+aidenbok203@users.noreply.github.com> Date: Fri, 22 Nov 2024 08:40:24 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c6316..af93158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Version 2.7.5 +1. Enhancement - Added transparency slider - thanks to @AeroSD24 +2. Enhancement - Transparency now saves to config - thanks to @awdev1 +3. Enhancement - Added auto-updates - thanks to @awdev1 +4. Enhancement - Added MacOS support - thanks to @awdev1 +5. Enhancement - Updated user instructions for MacOS - thanks to @aidenbok203 + # Version 2.5.0 1. Enhancement - Added new airports - thanks to @aidenbok203 2. Bug - Fixed typo in airports.json - thanks to @aidenbok203 @@ -6,8 +13,3 @@ 5. Bug - Fixed issue with preview line not showing on right-click drag - thanks to @awdev1 6. Bug - Logging system improved to handle additional errors in playback and Discord RPC - thanks to @awdev1 7. Bug - Changed how headings are displayed - thanks to @rishab-alt - -# Version 2.7.5 -1. Enhancement - Added transparency slider - thanks to @AeroSD24 -2. Enhancement - Transparency now saves to config - thanks to @awdev1 -3. Enhancement - Added auto-updates - thanks to @awdev1