Skip to content

Latest commit

 

History

History
159 lines (81 loc) · 7.73 KB

CHANGELOG.md

File metadata and controls

159 lines (81 loc) · 7.73 KB

Changelog

2.1.1 (2024-12-02)

Bug Fixes

2.1.0 (2024-11-30)

Features

  • basic review functionality (19ae810)
  • hand: added reversed hand order (8e100ee)
  • improved actions (29862f0)
  • improved variant configurability (45b1228)
  • review: toasts for action change (8e100ee)

Bug Fixes

  • card note not clearing (e47c13f)
  • gamecontrols: button overhang (8e100ee)
  • gamecontrols: consistent styling on rhs (b34ed31)
  • notes save on correct card (910b3dc)
  • overwritting with empty note (9df9871)
  • unable to change gameconfig (f36aaa2)
  • undoing a playdiscard could dupe card ids (f4704dd)

2.0.0 (2024-06-16)

⚠ BREAKING CHANGES

  • store: The refactoring of the card store into multiple stores changes the structure of the state management. Ensure all related code is updated to use the new stores.

Features

  • reset zoom on menu close (4b9d20b)

Bug Fixes

  • forced rerender of rainbow icon (611e62f)

Code Refactoring

  • store: separate card store into multiple stores and add local storage support (51f35a3)

1.5.0 (2024-05-26)

Features

Bug Fixes

  • broken icon now rainbow (17990e4)
  • broken icon now rainbow (d8ca500)
  • set svelte store note value (7a3288c)

1.4.1 (2024-05-01)

Bug Fixes

  • stop allowing hints that would leave a card with no possibilities (52759f1)

1.4.0 (2024-04-28)

Features

  • updated gameconfig to use local storage (6f0b5c6)

1.3.2 (2024-04-26)

Bug Fixes

  • added support for press-and-hold touch events (9ce38e9)
  • blocked interactions with other cards while a menu is open (2744ee4)
  • on touch events now work (2744ee4)

1.3.1 (2024-04-23)

Bug Fixes

  • better colours (6ecd13e)
  • removed exta click from hint flow (b601865)

1.3.0 (2024-04-23)

Features

  • removed mark modal and integrated into card menus (441e2de)

Bug Fixes

  • added background colour states on selection (91bbe3d)
  • added background colour states on selection (5d41223)
  • improved light/dark modes (91bbe3d)
  • improved light/dark modes (5d41223)

1.2.2 (2024-04-19)

Bug Fixes

  • capitalise mark cards (c755e8f)
  • underlined hyperlink for more standard styling (c755e8f)

1.2.1 (2024-04-18)

Bug Fixes

  • went back to simple number icons, no variation in colours (f0d4c80)

1.2.0 (2024-04-18)

Features

Bug Fixes

  • fixed number icon scaling (39a4d0b)
  • improving card styling wrt content spacing (9759c60)
  • removed hint modal component debug prints (6867988)

1.1.0 (2024-04-09)

Features

  • added selected styling to hintmodal buttons (02464c0)

1.0.0 (2024-04-09)

⚠ BREAKING CHANGES

  • now using bitflags

Features