Skip to content

Latest commit

 

History

History
268 lines (158 loc) · 9.71 KB

CHANGELOG.md

File metadata and controls

268 lines (158 loc) · 9.71 KB

  • Bug fixed: await inside non async method

Changes

  • Cowin removed captcha
  • Autoconfirm should work even if captcha fails because it is not available

Changes

  • Fix: When a centre has multiple vaccines available, skip days wouldn't be calculated properly.
  • Improvements from previous pre releases.

Changes

  • Replaced beep with a voice saying "Session expired, please logout and login again"
  • Play voice for only 10 seconds before and after expiry
  • If voice fails, show alert

Changes

  • Separated form creation logic into form.js
  • Remove unused and commented code
  • Refactor a few variable names to mean what they do

Changes

  • Allow auto captcha detection in manual flow as well
  • Remove warning that captcha could be entered only in automatic flow
  • Lesser delays
  • Minor fixes

Changes

  • Allow captcha to be entered even if someone manually clicks a slot
  • Button is smaller to not hide the logout link
  • Less unnecessary delays

Changes

  • Minimal API calls
  • Remove unnecessary handlers by refreshing to reset
  • Timer shown on button

Changes

  • Added terms and conditions
  • Added better help texts
  • Dates coming back on top of table
  • Default refresh interval - 15 seconds

Changes

  • Sometimes booking would be done with incorrect selectors
  • Fix it by making sure selectors are not blindly toggled
  • Synchronization in selectors and booking

Changes

  • Option to set value for skip days so that vaccine can be booked at a future date

Changes

  • Set auto refresh interval (To avoid throttling)

Changes

  • Users can input refresh intervals and page keeps refreshing

Changes

  • Select desired vaccine-
  • Select cost preference

Changes

  • Enter 10 digit mobile number and get OTP directly
  • Enter 6 digits of pincode automatically to allow search
  • Enable auto refresh with pin code search

Changes

Changes

  • Option to not wait for confirmation after captcha entry
  • Minor fixes in UI

Changes

  • Bootstrap css used for UI
  • Added try/catch around timeslot button in case it fails

Changes

  • You can now add preferred centers
  • You can specify min slots available to look for in order to choose a center

Changes

  • Automatically keep refreshing every 2 seconds when searching is by district and keep trying is enabled
  • Fix issue where Jaipur II was being selected even when Jaipur I was set as district

Changes

  • Fixed the bug: Slotind was NaN when input is empty.
  • Better messages/warnings/instructions

Changes

The previous model for decoding captcha did not have all the models. Added codes for all alphabets (both cases) and 0-9

Changes

Changes

Changes

Added major features:

  1. Whenever an available slot appears on the screen, the first one available is selected for booking and captcha page is shown
  2. The time slot can be denoted in the autofill form and that timeslot will be preferred for booking
  3. Captcha will be detected and entered in the input box.

Changes

The recent stable version before captcha detection was added

Changes