Skip to content

Releases: scmcgowen/ShopSync

1.2

03 Jan 23:21
Compare
Choose a tag to compare
  • style: refresh look of header
  • docs: clarify what fields are integers
  • feat: new version & items.item.description fields
  • chore: formally dedicate to the public domain
  • docs: ease off caps lock

1.1

28 Aug 00:16
Compare
Choose a tag to compare
1.1

This is the first version of the spec published to this repository. Changes from 1.0 include the following:

  • The return channel was changed from the computer ID to the computer ID modulo 65536
  • Add new info.computerID field, this should be used instead of the return channel when possible
  • Add new info.otherLocations field, an array of locations other than the primary location that pull from the same inventory

Changes from 0.9 (the first revision) include the following:

  • Shops now broadcast within 15-30 seconds after bootup and after any inventory changes instead of every 30 seconds
  • Shop description (info.description) now optional
  • Add required meta field (items.prices.requiredMeta)
  • Add dynamicPrice field (items.dynamicPrice)