Skip to content

Version 1.3.2

Latest
Compare
Choose a tag to compare
@albert-sun albert-sun released this 21 Oct 06:17
81c6de4

Version 1.3.2
• Transferred most statically-loaded resources to JSON files including changelogs, product data, and settings
• Properly called function for setting-up auto-queue interval, should work now (I need serious linting)

Version 1.3.1
• Re-added background polling interval for Best Buy queues that I forgot about when re-coding

Version 1.3.0
• Another complete code refactor - moved Svelte files into individual TS files linked through a Svelte file for using writables and stuff
• Fixed queues not actually replacing when either moving from multiple to single queue, or new queue being better and thus should overwrite old queue
• Fixed excessive pings to browser because of undefined setting (set to 100ms instead)
• Added exception handling just in case extension hangs if synchronous requests error out