Releases: subreme/shopify-monitor
Releases · subreme/shopify-monitor
v0.1.2
Added
minimum
field inSettings
, which controls the minimum number of available variants a product should have for arestock
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
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.