-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
46 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Scarlet | ||
|
||
ARMA 3™ Mod Downloader, built for AAF. | ||
|
||
An Australian Armed Forces Initiative - visit them at https://australianarmedforces.org.au/ | ||
|
||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [v1.3.1] | ||
### Fixed | ||
- Fixed null string conversion in Agent, causing Installation Directory selection to crash | ||
|
||
## [v1.3.0] | ||
### Added | ||
- Double clicking the Scarlet agent now opens the Scarlet UI instead of a web browser | ||
- Scarlet installer & auto-update system | ||
- Scarlet now appears in Apps & Programs & can be uninstalled natively | ||
|
||
### Changed | ||
- Scarlet no longer requires Administrative runtime due to Scarlet local websocket port being changed (1001 => 2074) | ||
- Error messages provided by Scarlet UI are now more descriptive | ||
|
||
### Fixed | ||
- Close / Minimize buttons now work on Scarlet UI | ||
- Scarlet Metrics Server blocking Scarlet Agent from launching | ||
|
||
### Removed | ||
- "Much Face" button from Context Menu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# Scarlet UI | ||
<img src="https://australianarmedforces.org/mods/images/og_image.png" /> | ||
|
||
# Scarlet | ||
|
||
ARMA 3™ Mod Downloader, built for AAF. | ||
|
||
An Australian Armed Forces Initiative - visit them at https://australianarmedforces.org.au/ | ||
|
||
## Get Started | ||
|
||
Download the Scarlet Mod Downloader by checking [clicking here](https://github.com/sifex/scarlet/releases) and downloading the latest release | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "scarlet", | ||
"version": "2.0.0-alpha2", | ||
"version": "2.0.0-alpha3", | ||
"author": "Australian Armed Forces <[email protected]>", | ||
"description": "Scarlet is a mod updater for the Australian Armed Forces", | ||
"main": "./lib/app.js", | ||
|