diff --git a/package.json b/package.json index 637bcca..68a9c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gloomhaven-companion", - "version": "0.1.0", + "version": "1.7.0", "private": true, "dependencies": { "bootstrap": "^3.3.7", diff --git a/src/components/Home.js b/src/components/Home.js index ea44ae7..a78ea9f 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -2,6 +2,17 @@ import React, { Component } from 'react'; import { Grid, Row, Col, Button } from 'react-bootstrap'; const versionHistory = [ + { + versionNumber: "1.7", + items: [ + "added missing achievement and scenario requirement from Base game", + "added content (scenarios, treasures, achievements, monsters) from Forgotten Circles expansion", + "fixed bug with prosperity changes not being saved", + "refactored components, cleaned files structure", + "added class icons to Solo scenarios", + ], + date: "2019/09/09" + }, { versionNumber: "1.6", items: [ @@ -94,16 +105,16 @@ class HomeComponent extends Component { return (
- - - + + +

Welcome to The Arcane Library, a companion app and set of utilities for the board game Gloomhaven. We hope you enjoy your stay!

The Arcane Library can track a variety of information about your Gloomhaven campaign, and also provides some standalone utilities that will work even when you're not tracking campaign progress.

The Save and Load buttons at the top of the page allow you to save your progress in Gloomhaven to a file in your Dropbox account. The Import and Export buttons allow you to save your progress to a text file on your computer. Be sure to save often!

If you need any help with the application, have any suggestions or requests, or have experienced any unexpected behaviour, please feel free to send me a message on BoardGameGeek.

- +
@@ -122,7 +133,7 @@ class HomeComponent extends Component { - +

Upcoming Features What we're working on next...

@@ -130,7 +141,7 @@ class HomeComponent extends Component {
-

You can view the GitHub repository's list of bugs and new features here: Issues. Feel free to comment or make requests.

+

You can view the GitHub repository's list of bugs and new features here: Issues. Feel free to comment or make requests.

@@ -146,9 +157,13 @@ class HomeComponent extends Component {
  • GitHub profile
  • Email
  • -

    The code is available open source on GitHub. It is built using the front-end JavaScript framework React.

    +

    When Forgotten Circles expansion was released, Jacek Tomaszewski took over and added new content, refactoring and polishing things a bit on the way. It was version 1.7.

    + +

    The code is available open source on GitHub. It is built using the front-end JavaScript framework React.

    There is a Slack channel for development discussion. Message me for an invite if you would like to be involved.

    -

    Feel free to contact me regarding the app: bugs reports, feature requests, comments or offers of assistance all appreciated.

    +

    Feel free to contact me (via GitHub) regarding the app: bugs reports, feature requests, comments or offers of assistance all appreciated.

    None of this would be possible without the wonderful creation that is Gloomhaven, a board game by Isaac Childres at Cephalofair Games.

    @@ -168,4 +183,4 @@ class HomeComponent extends Component { } } -export default HomeComponent; \ No newline at end of file +export default HomeComponent;