Skip to content

Releases: fspoettel/arkham.build

v2.8.0

08 Jan 19:56
Compare
Choose a tag to compare

Added

  • Add card annotations to decks. It is now possible to annotate cards for a deck in the corresponding card modal. Any card (deck, side deck, spirit deck, cards not in deck) can be annotated, and annotations can contain the same markdown that arkhamdb deck descriptions use. Annotations will be displayed in the tooltips when hovering the card, and in the corresponding card modals.
  • Add the possibility to add a banner images and intros to decks. The intro supports the same markdown that arkhamdb deck descriptions use.
  • Add all spoilers up to latest.

Fixed

  • Fix dropdown width being too large for some dropdowns.
  • Correctly truncate subnames in deck lists.

Full Changelog: v2.7.0...v2.8.0

v2.7.0

05 Jan 11:36
Compare
Choose a tag to compare

Added

  • Add card counts to decklist groups.
  • Improve opengraph display for cards.

Fixed

  • Fix display of scrollbars in light mode.
  • Fix some consistency issues in light mode.

Full Changelog: v2.6.0...v2.7.0

v2.6.0

04 Jan 23:39
Compare
Choose a tag to compare

Added

  • Add OpenGraph previews for cards and decks. These will work on social media and messengers. Note: preview cards are excluded from this.
  • Add jpg versions of card images and thumbnails to our asset CDN.
  • Add the page name to the logo.

Fixed

  • Fix placement of investigator signature tooltips.
  • Fix styling of some copy to clipboard button.

Full Changelog: v2.5.1...v2.6.0

v2.5.1

01 Jan 11:41
Compare
Choose a tag to compare

Added

  • Add copy deck id button to deck quick actions. Also move the menu so it does not overlay the deck stats.

Fixed

  • Hide keyboard shortcuts menu on mobile.

Full Changelog: v2.5.0...v2.5.1

v2.5.0

31 Dec 09:50
Compare
Choose a tag to compare

Added

  • Add keyboard shortcuts for common actions. Keyboard shortcuts are displayed as tooltips and next to dropdown menu actions. A menu to see all available keyboard shortcuts can be viewed by pressing ?.

Changed

  • Make /deck/view/ URLs work for shared decks.

Full Changelog: v2.4.1...v2.5.0

v2.4.1

29 Dec 21:03
Compare
Choose a tag to compare

Added

  • Add preview banner to sidebar. This allows you to quickly enable spoilers and will only be shown if you do not have spoilers enabled already. The banner will be hidden after you confirmed or dismissed the banner once.

Fixed

  • Increase the size of card modals in the deck editor. Previously, these were smaller than modals in the browse view due to presence of the Quantity boxes.

Full Changelog: v2.4.0...v2.4.1

v2.4.0

24 Dec 10:57
047dd08
Compare
Choose a tag to compare

Added

  • Add a Recommendations panel to the deck builder. This takes into the account the investigator you are playing and provides card recommendations based on all published ArkhamDB deck guides. You can optionally change the date range for deck guides that are considered, and mark certain cards in your deck as "core cards" that need to be present in the deck guide if it shall affect the recommendations.

Changed

  • Change the deck builder to use a tab panel for (Card list | Recommendations | Tools) in order to make switching easier.
  • Change the card search to show search options only when focused. This saves vertical space and reduces visual clutter.

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.3.2

22 Dec 09:23
Compare
Choose a tag to compare

Added

  • Add UI polish for new "multi-class" investigators such as Agatha Crane:
    • Allow switching versions when creating a deck.
    • Link versions to one another in the card modal.
    • Add class to investigator filter label.
  • Add Create local copy button to error message that is shown when users try to save an ArkhamDB deck that contains previews.

Changed

  • Change the taboo indicator to display the full taboo change in a tooltip.
  • Improve thumbnail crops for enemy_location and some investigators.
  • Allow toggling off the Name option in the card search bar.
  • Allow filtering for assets that do not occupy a slot.
  • Change the default sorting to consider pack_position as a tie breaker for cards that have identical name and level.
  • Make the interaction of customizable and the card listmore intuitive:
    • The card list will show the customizable card if the user can take it into the deck, disregarding of its actual in-deck level. This prevents the card from going missing if the user configures it to be invalid for the investigator. For example, it would still show Runic Axe for Ursula if the copy in deck is level 5.
    • The level filter now considers whether the investigator can take a customizable card at any point of the configured level range. For example, configuring a range of 0-4 will show Runic Axe for Ursula, range 5-5 will not.

Fixed

  • Force disable dark reader on our page to prevent it from applying a bad dark mode on top of ours.
  • Consider parallel front traits for specialist card access.
  • Fix drag interactions (Slider, Scroll bars) in Firefox.
  • Improve performance of multi-tab synchronization by not syncing metadata changes across tabs. This is not without side effects: updating card data in one tab does not sync it across all, those tabs require a page refresh.

Full Changelog: v2.3.1...v2.3.2

v2.3.1

16 Dec 10:37
Compare
Choose a tag to compare

Added

  • Add all latest spoilers.

Fixed

  • Don't show previews when a deck has a limited pool / sealed deck configured.
  • Fix taboo not displaying properly when deck.taboo_id is set.
  • Fix display bugs in "Exile" panel in deck editor. Thanks @5argon.
  • Fix display issues caused by using different copies of the same card in a deck (for example 1x core & 1x revised core).
  • Don't attempt to sync unhealthy connections. This avoids a misleading notification being shown.
  • Improve navigation performance by removing unnecessary state serialization caused by the layout code.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

14 Dec 21:53
Compare
Choose a tag to compare

Added

  • Add more filters on the Choose Investigator page. Now, the following can be filtered:
    1. Health & sanity
    2. Stats
    3. Card access

Fixed

  • Show Victory 0. in card text for cards that have it defined.
  • Make the Choose investigator layout consistent with the other card list layouts.
  • Fix hidden layout sections still being accessible with keyboard.
  • Fix a buggy interaction between range filters and the "Close sidebar" button.
  • Avoid ArkhamDB sync notifications sometimes showing up unnecessarily.

Full Changelog: v2.2.1...v2.3.0