Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Releases: silverAndroid/drivetest-ca-availabilities

v1.5.0: feat: adding support for updating to new major version (#32)

08 Oct 05:17
c24edbc
Compare
Choose a tag to compare

Coming Soon

Soon there will be a new major version that will support running this tool with a Graphical User Interface (TL;DR something you can just open up and click to run) instead of having to tediously pass these parameters

What's Changed

Full Changelog: v1.4.1...v1.5.0

v1.4.1

18 Aug 13:38
32a8880
Compare
Choose a tag to compare

fix: forgot to add a pause between searches to prevent overloading the website

Here's hoping this change doesn't destroy the already dying drivetest site

18 Aug 11:36
Compare
Choose a tag to compare
  • feat: sort by distance when searching Drivetest centers

  • feat: enabled continuous searching (#29) 🥳

  • fix: selecting location sometimes doesn't fire "list of dates" request (#28)

  • fix: selecting a date causes the response to be invalid json sometimes (possibly because Cloudflare thought the request was made by a bot and returned HTML instead)

fix: response is undefined with new response listener

16 Aug 20:51
Compare
Choose a tag to compare

v1.3.1

09 Aug 12:01
Compare
Choose a tag to compare
  • Added logging at the end to show time slots found
  • Added warning mentioning that the chromiumPath option is mandatory for arm64 builds
  • Improved waiting time between some network requests
  • Improved location coordinates validation
  • Added link to show appreciation 😊

v1.3.0: fix: new hcaptcha + virtual waiting room breaking script (#26)

02 Aug 12:51
82942ab
Compare
Choose a tag to compare

Fixes

  • fixes the script being broken caused by new HCaptcha and virtual waiting room added by drivetest.ca

Features

  • added new option to choose an existing Chromium-based browser to run script in
  • added some new logging

v1.2.2

14 Jul 17:59
9afa2f8
Compare
Choose a tag to compare

fix: package.version being incorrect and requiring people to not be able to run the script

v1.2.1

14 Jul 09:32
94ba8db
Compare
Choose a tag to compare

Adding fix for

  • fix: throw error when json is invalid for config.json (#21)

v1.2.0

13 Jul 12:15
5fd64bb
Compare
Choose a tag to compare

Includes fixes for

#9

  • fix: listen and save responses in case responses come back early (#19)

#12

  • Removes default timeout (#17)
  • feat: created helper function to retry some tasks if they throw errors (#20)

v1.1.0

02 May 10:20
3e73d4f
Compare
Choose a tag to compare

Changes

  • Fixed "passed function is not well-serializable" error (#7): #6
  • Added check to see if new updates available (#8)