Skip to content

Releases: fspoettel/arkham.build

v2.0.0-rc.3

23 Nov 14:58
Compare
Choose a tag to compare

Changed

  • The collection settings have been redesigned to include artwork for each cycle.
  • Deck notes now live in their own tab on the deck view.
  • The Multi-Class filter has been moved from the Faction filter to the Properties filter, which more accurately conveys how it works
    under the hood.

Fixed

  • Fix deck validation for the promo version of Marie Lambeau.
  • Allow Suzi to take any leveled card due to addtl. upgrade instructions not reflected in deck building.
  • Disallow uploading decks to ArkhamDB that contain a preview card.
  • Show Joe Diamond's hunch deck selections in the deck tools tab.
  • Fix a corner case where it was possible to attach more copies of a card than are in deck.

Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

22 Nov 23:21
Compare
Choose a tag to compare

Added

  • Perform a first sync with ArkhamDB when finishing the login.
  • Tag decks with their storage model (Private, Shared, ArkhamDB). The tag filter now allows to filter for these decks.
  • Tag decks that use a Limited card pool or Sealed deck. The tag filter now allows to filter for these decks.
  • Forbidden cards (Double or Nothing) are now validated in the deck validation if a deck is configured to use a corresponding taboo list.
  • List parallel investigator in the Restricted To relation list for signature cards.
  • Add +/- buttons to the new format section in the collection settings.
  • Add quick actions to the deck collection if the user does not have any decks.

Changed

  • Show scroll bars for filters / deck collection when hovering that section of the page.
  • Handle edge case where some decks on ArkhamDB have malformed data (negative quantities).
  • Remove the green status dot for the sync button. Now, it will only show a red status if there is an issue.

Fixed

  • Fix automatic publishing of upgrades. A small number of recently published deck shares did not have a proper share created after upgrades. Affected deck shares can be identified by a missing share entry on the deck view and need to be republished if still relevant.
  • Fix a bug where opening the deck investigator modal and jumping to a signature showed overlapping modals.
  • Properly clear duplicated deck of upgrade-related properties.

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

v2.0.0-rc.1

20 Nov 22:15
Compare
Choose a tag to compare

Added

  • Add ArkhamDB sync.

Full Changelog: v1.16.4...v2.0.0-rc.1

v1.16.4

20 Nov 22:11
Compare
Choose a tag to compare

Fixed

  • Fix display of investigator traits on Choose investigator page.
  • Show || investigators on Choose investigator page again.
  • Correctly link shares if link is available.
  • Clear all upgrade fields when duplicating a deck.

v1.16.3

15 Nov 22:36
Compare
Choose a tag to compare

Changed

  • Performance improvements for large deck collections.
  • Allow exporting shared decks without importing them first.
  • Migrate to zustand v5.

Fixed

  • Asset > Skill Boost filter now correctly considers Living Ink.

Full Changelog: v1.16.2...v1.16.3

v1.16.2

13 Nov 08:36
Compare
Choose a tag to compare

Added

  • Add tooltips to faction pie chart.

Fixed

  • Fix XP calculation for some customizable corner cases.
  • Clicking the combobox indicator arrow now opens the combobox.

Full Changelog: v1.16.1...v1.16.2

v1.16.1

12 Nov 16:49
Compare
Choose a tag to compare

fixup: progress bar color.

Full Changelog: v1.16.0...v1.16.1

v1.16.0

12 Nov 16:45
Compare
Choose a tag to compare

Added

  • add a 404 image, thank you @5argon.
  • better handling for the presence of duplicates (revised core, investigator starts) in arkhamdb decks.
  • add a progress bar for xp spent on upgrades.

Changed

  • improve styling for a few components:
    • deck charts have a background now.
    • select boxes such as packs or traits have an indicator now to distinguish them from text inputs.
    • fixed a few deck tools issues, such as overlapping label placement on the pie chart.
    • the editor header is now smaller, making more space for the card list.
    • add tooltips to deck stats icons.
    • navigate to edit mode when clicking Upgrade.

Fixed

  • add missing pack icon for Aura of Faith.
  • fixed a potential (but unlikely) source of data loss when the initial IndexedDB.get() fails for internal reasons during app initialization.

Full Changelog: v1.15.0...v1.16.0

v1.15.0

06 Nov 14:08
Compare
Choose a tag to compare

Added

  • Automatically create and link upgraded shares if the previous deck was shared. This allows to re-use the same deck_id throughout a digital play campaign.
  • Add Related Signatures relation for signature cards. This links signatures to their Advanced. or Replacement. counterparts.
  • Allow opening the upgrade modal with xp prefilled. Append the ?upgrade_xp=x query parameter to use this.
  • Adopt the AGPL-3.0 license.

Fixed

  • Fixed display of cost curve chart axis by @kidManuel.
  • Fixed display of scrollbars on card modals.
  • Fixed display of tabs on deck view.
  • Fixed some small spacing issues.

Full Changelog: v1.14.0...v1.15.0

v1.14.0

04 Nov 17:18
Compare
Choose a tag to compare

Added

  • Add deck tools. These consist of deck charts (thank you @kidManuel !), limited slot visualizer - more on that below - and attachable visualizer. Deck tools are accessible from the deck edit & view pages.
  • Add limited slot visualizer. This displays which cards occupy the limited slots that your deck has, either added by the investigator's deck building or by cards in deck such as Versatile.
  • Added notification toast when card data is outdated.
  • Added support for parallel Mateo. If your card data is outdated, you can try out the new notification to add him to the app. 😉

Changed

  • The card lists now always show scrollbars on desktop devices.

Fixed

  • Investigator trait display on mobile.

Full Changelog: v1.13.1...v1.14.0