Skip to content

Releases: on3iro/aeons-end-randomizer

v.2.0.0

19 Oct 19:09
Compare
Choose a tag to compare

Changelog 2.0.0 ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰

A ton of work has been done and this is pretty much our biggest release so far. That's why we decided to label it with 2.0.0. We basically created a whole new app with the expeditions feature.
So what's new you ask? Have a look :)

  • Added ALL card and mage effect texts (actually we did this with 1.10.0 but did not yet release it)
  • Added detail views to nemeses, mages and cards on tiles and inside the settings/contentcustomization
  • Moved classic randomizer functionality into a new bottom navigation, to make access to each endpoint easier
  • Added guided Expeditions including:
    • naming and saving expeditions
    • automatic scoring
    • variants (default, short, extended)
    • bigPocketMode
    • custom supply usage for the inital setup
    • guidance through the expedition itself
    • reward selection for battle wins and losses
    • accessible barracks including mages, treasures, supply, banished cards and upgraded basic nemesis cards
  • lots of performance improvements
  • Drawer no longer pushes the content and overlaps instead and is easily closable by touching outside of it

internal

  • tons of refactoring
  • a few more tests

v1.10.0

07 Oct 12:41
Compare
Choose a tag to compare

Changelog

  • Added tons of game content in preparation of card detail and expeditions
  • Added better browser support
  • Changed routing to react-router

Note: It might take a while until this release is actually live!

v1.9.0

24 Sep 15:00
Compare
Choose a tag to compare

Changelog

  • Started adding card data
  • Added simple about page

v1.8.2

11 Sep 05:43
Compare
Choose a tag to compare

Changelog

  • Disabled Material-UI Transitions, because they made performance extremely sluggish on some mobile devices (we definitely need to get rid of MUI to make the app feel smoother -> currently there also seem to be issues with the MUI-Grid component)

v1.8.1

10 Sep 09:35
Compare
Choose a tag to compare

Changelog

  • Supply tiles are now sorted by cost in their respective type classes (gem/relic/spells)

v1.8.0

08 Sep 17:01
Compare
Choose a tag to compare

Changelog

  • Fixed some minor bugs
  • Added enhanced expansion customization:
    It is now possible to include/exclude each card/mage/nemesis from an expansion ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰

v1.7.0

08 Sep 07:19
Compare
Choose a tag to compare

Changelog

  • Added client side routing
  • Updated some visuals in nemesis/mage/turn order randomizers
  • Added link to settings, which is shown if the user does not have any stand alone sets selected
  • Normalized internal state, to prepare for implementation of "by card"-custom setups

Note: From now on AER will be available at https://aeons-end-randomizer.de. The github pages link will no longer work

v1.6.1

10 Aug 07:48
Compare
Choose a tag to compare

Changelog

  • Added The New Age Kickstarter Wave content

v.1.6.0

03 Aug 20:25
Compare
Choose a tag to compare

Changelog

  • We finally had the time to implement a basic version of the custom supply generator ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰

To generate custom supplys head over to the settings section inside the app :)

1.5.0

14 Apr 11:23
Compare
Choose a tag to compare

Changelog

Features

  • Added supply setup selection to settings
  • Added supply setup preview to market (and settings)
  • Added missing turn order setups and options

Internal

  • Tons and tons of refactoring