Skip to content

Commit

Permalink
Release v2.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Jul 28, 2024
1 parent c3af4f0 commit 687dabc
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/compile_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,3 @@ jobs:
dist/*.exe
dist/*.zip
if-no-files-found: error

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
32 changes: 32 additions & 0 deletions CHANGELOG.md
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
14 changes: 13 additions & 1 deletion README.md
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&trade; 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



2 changes: 1 addition & 1 deletion package.json
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",
Expand Down

0 comments on commit 687dabc

Please sign in to comment.