Skip to content

Releases: subreme/shopify-monitor

v0.1.2

21 Dec 16:39
5a35f0e
Compare
Choose a tag to compare

Added

  • minimum field in Settings, which controls the minimum number of available variants a product should have for a restock webhook to be sent out.
  • The ability to detect invalid webhook URLs and stop using them.
  • The process of automatically stopping the monitoring of a site if none of its webhooks are working.
  • The logic to terminate the program if no stores are being monitored.
  • A self-updating version number in the program's start screen.

Changed

  • The monitor's logic to have a "background process" handle tasks that would interrupt the monitor.
  • The number of fields in products.json that are deserialized, reducing latency.

Fixed

  • Bug where the Status Codes to the Discord API Responses were interpreted incorrectly.
  • Process that "spammed" the terminal, sending repeated warnings about websites being unreachable.

v0.1.1

31 Jul 12:05
Compare
Choose a tag to compare

This description will only mention changes that relate to the usage of the program. If you're interested in the code changes, you can find them in CHANGELOG.md.

Changes

  • Fixed bug where invalid image URLs replaced certain image aliases, causing blank store logos in webhook embeds.
  • Fixed bug that caused settings values to combine in unexpected ways.

v0.1.0

30 Jul 11:56
Compare
Choose a tag to compare

Initial release