Skip to content
This repository has been archived by the owner on Mar 24, 2019. It is now read-only.

Releases: hulloitskai/quest-cli

Animated grade-polling update

27 Dec 13:14
Compare
Choose a tag to compare

The timer that starts when you run quest grades --poll now actually ticks down like a real timer!

Changelog

45d6888 Animated grade-polling timer

Fixed ID-only login option

27 Dec 12:15
Compare
Choose a tag to compare

Fixed an issue where quest login --id-only didn't actually... work. Like, at all.

But—it does now! Security freaks now have the option to leave no traces of their password on the disk whatsoever, opting instead to only save the Quest ID for future reference. Password will be prompted as needed by quest-cli's other commands, but will never be saved to disk.


VirusTotal Checks

These are virus scans for this release. If you see a lot of red results, don't download the files for this release!

Changelog

8e1efab Fixed an issue with the --id-only flag for login
e62e551 Updated README (patch)

Increased-polling-interval patch

27 Dec 02:38
Compare
Choose a tag to compare

Minor patch to increase polling intervals and to introduce randomness to --poll time durations.

See comments by: u/JustPayment u/realisticstudent

Changelog

0225596 Slowed polling interval, added polling randomness

Grade-polling update

27 Dec 00:43
Compare
Choose a tag to compare

Ever had to sit there repeatedly refreshing Quest to see if your grades came out? No more of that! Poll for grades automatically with the brand new --poll flag.

quest grade grades --poll  # check for new grades every 30s

VirusTotal Checks

These are virus scans for this release. If you see a lot of red results, don't download the files for this release!

Changelog

bc611b5 Added --poll flag to grades command
d3752bb Updated README with install / usage info

Initial release with grade-checking capabilities

26 Dec 23:32
Compare
Choose a tag to compare

Check your grades in style!

quest grades

To select a term by name in advance, use the --terms flag:

quest grades --term "Fall 2018"

VirusTotal Checks

These are virus scans for this release. If you see a lot of red results, don't download the files for this release!

Changelog

5ff0a9b Added autocomplete scripts
62362c7 Configured CI with Travis