Skip to content

Commit

Permalink
Bumped version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiephan committed Sep 29, 2022
1 parent 926c5aa commit 3486443
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 10 deletions.
7 changes: 5 additions & 2 deletions README.md
Expand Up @@ -14,6 +14,7 @@ A Simple Installer for [Heroes of the Storm - Try Mode 2.0](https://jamiephan.gi
- You can use it to get [official maps](https://github.com/jamiephan/HeroesOfTheStorm_S2MA), [maps with AI Patch](https://github.com/jamiephan/HeroesOfTheStorm_AIMapshttps://github.com/jamiephan/HeroesOfTheStorm_AIMaps) and can customize the map data yourself.
- For more details, please refer to the [Storm Map Generator](https://stormmap.jamiephan.net/) website or check out the [Storm Map Generator](https://github.com/jamiephan/HeroesOfTheStorm_StormMapGenerator) repo.
- Launch the maps directly without needing to install / override the current map.
- Drag and Drop any map files to install and run it


## Installation:
Expand Down Expand Up @@ -52,9 +53,11 @@ npm run package
- [x] Add a filter/search functionality for map list
- [ ] Add Linux/MacOS Support and Binary Build
- [x] Icon for the Installer. (For now is Heroes's Icon)
- [ ] Allows to run any `*.stormmap` directly
- [ ] Allows to use any `*.stormmap`
- [x] Allows to use any `*.stormmap`
- [ ] `*.stormmod` management (via `/mods`)
- [ ] Allow to refresh map list
- [ ] Allow to traverse map list versions
- [ ] Allow to export and save the maps (including storm map generator)


## Screenshots:
Expand Down
21 changes: 16 additions & 5 deletions RELEASE_NOTES.md
@@ -1,5 +1,16 @@
- Added the ability to run the installed maps
- Unlike the uninstalled maps, since the game has determined the path of the map file, it will behave like you launch it in game, such as having talent selection, able to skip cutscenes, etc.
- The cause of this behavior is currently unknown.
- Updated Map Installation description box content
- Will now be dynamically generated from `config.js`
- **Configuration**
- Added `showConfirmDeleteMap` settings to show a confirm dialog when overriding a installed custom map
- Added `showStormMapGeneratorDescription` settings to control whether to show the Storm Map Generator description dialog
- Added `showMapInstallDescription` settings to control whether to show the map description dialog
- Added a button to show more options. Most settings will now be hidden by default from preventing visual clutter.
- **Installed Maps**
- Added "Locate" button to each install maps: when clicked, it will show the file in Explorer.
- **Storm Map Generator & Map Table**
- Updated section title
- Added a close button to the description message. You can show the message again from Settings
- **NEW - Drag and Drop to install**:
- Added a Drag and Drop functionality to install any custom stormmaps!
- When dragging a map file to the installer, a new overlay allow you to drop the file to install onto one of the local maps
- You can only drag `.stormmap` or `.sc2map` into it.
- Demo:
- ![Drag and Drop demo](https://i.imgur.com/q9oUQGb.gif)
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
@@ -1,6 +1,6 @@
{
"name": "trymode2.0-installer",
"version": "1.3.2",
"version": "1.4.0",
"description": "An Installer for Heroes of the Storm - Try Mode 2.0",
"main": "./dist/main/main.js",
"author": {
Expand Down

0 comments on commit 3486443

Please sign in to comment.