Skip to content

v1.1.0

Compare
Choose a tag to compare
@everfall-app everfall-app released this 22 Apr 09:48
· 39 commits to master since this release

Features

  • server: ability to specific default item metadata (Jellyton)
  • job + grade locked shops and products (Jellyton)
  • allow registration of shops for external usage (no locations) (Jellyton)
  • allow shops to be created without entities and as sphere zones (Jellyton)
  • ui: implement notification system for system interactions (Jellyton)

Bug Fixes

  • client: fix entity model not loading in rare scenarios (Jellyton)
  • ui: fix ability for an item in the cart to have 0 quantity (Jellyton)
  • ui: fix weird text behavior with larger item names on smaller resolutions (Jellyton)
  • ui: fix poor height layout on larger resolutions (Jellyton)

Tweaks

  • update system font to Inter (Jellyton)
  • client: allow model to be a single string/hash rather than a randomized value from a table (Jellyton)
  • ui: remove decimals from money values (Jellyton)
  • ui: small appearance adjustments to weight indicator (Jellyton)
  • ui: move value validation to "isAllowed" property (Jellyton)
  • ui: update layout of cart title and cart/payment stack (Jellyton)
  • ui: cart title size (Jellyton)
  • ui: update icon for icon placeholder (Jellyton)
  • ui: update appearance and layout of money badges (Jellyton)

Code Refactoring

  • seperate locations and shop items config entries (Jellyton)
  • client: update config for altering target appearance (Jellyton)
  • ui: update shop type usage (Jellyton)
  • ui: move payment buttons to seperate component (Jellyton)
  • ui: swap pro version of font awesome to free (Jellyton)

Chores