- Bug fixed: await inside non async method
Autoconfirm even if captcha fails [BUGGY] (v4.1.1) - 03 Jun 2021
- Cowin removed captcha
- Autoconfirm should work even if captcha fails because it is not available
- Fix: When a centre has multiple vaccines available, skip days wouldn't be calculated properly.
- Improvements from previous pre releases.
Added voice to notify session expiry (v4.0.3) - 31 May 2021
- 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
- Separated form creation logic into form.js
- Remove unused and commented code
- Refactor a few variable names to mean what they do
Auto captcha in manual flow, lesser delays (v4.0.1) - 30 May 2021
- Allow auto captcha detection in manual flow as well
- Remove warning that captcha could be entered only in automatic flow
- Lesser delays
- Minor fixes
- Allow captcha to be entered even if someone manually clicks a slot
- Button is smaller to not hide the logout link
- Less unnecessary delays
Optimizations for API calls (v3.8.0) - 28 May 2021
- Minimal API calls
- Remove unnecessary handlers by refreshing to reset
- Timer shown on button
TnCs & Better help texts (v3.7.0) - 27 May 2021
- Added terms and conditions
- Added better help texts
- Dates coming back on top of table
- Default refresh interval - 15 seconds
Fix: Incorrect vaccine selected sometimes (v3.6.1) - 26 May 2021
- Sometimes booking would be done with incorrect selectors
- Fix it by making sure selectors are not blindly toggled
- Synchronization in selectors and booking
Option to set value for skip days so that vaccine can be booked at a future date (v3.5.1) - 25 May 2021
- Option to set value for skip days so that vaccine can be booked at a future date
Option to set auto refresh interval (v3.4.0) - 24 May 2021
- Set auto refresh interval (To avoid throttling)
Autorefresh interval enabled (v3.3.0-autorefresh) - 23 May 2021
- Users can input refresh intervals and page keeps refreshing
Vaccine selectors along with costs (v3.3.0) - 23 May 2021
- Select desired vaccine-
- Select cost preference
Allow 10 digits for mobile and 6 digits for pin (v3.2.0) - 22 May 2021
- 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
Handle modal open issue in mobile browsers (v3.1.0-kiwi) - 22 May 2021
Option to enable auto book (v3.1.0) - 21 May 2021
- Option to not wait for confirmation after captcha entry
- Minor fixes in UI
Better user interface for the form (v3.0.0) - 21 May 2021
- Bootstrap css used for UI
- Added try/catch around timeslot button in case it fails
Center preference added (v2.1.0) - 21 May 2021
- You can now add preferred centers
- You can specify min slots available to look for in order to choose a center
Auto Refresh when searching by district (v2.0.6) - 20 May 2021
- 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
Bugfixes and better messages (v2.0.5) - 20 May 2021
- Fixed the bug: Slotind was NaN when input is empty.
- Better messages/warnings/instructions
Expand model's scope to have all characters (v2.0.4) - 18 May 2021
The previous model for decoding captcha did not have all the models. Added codes for all alphabets (both cases) and 0-9
Default to slot 1 when input is invalid (v2.0.3) - 18 May 2021
Added autoselect and captcha (v2.0) - 17 May 2021
Added major features:
- Whenever an available slot appears on the screen, the first one available is selected for booking and captcha page is shown
- The time slot can be denoted in the autofill form and that timeslot will be preferred for booking
- Captcha will be detected and entered in the input box.
Stable version before autoselect and captcha (v1.4) - 17 May 2021
The recent stable version before captcha detection was added