Skip to content

Releases: zyonse/BoilerKeyExtension

v1.11

01 Mar 17:04
Compare
Choose a tag to compare

Chrome/Edge: https://chrome.google.com/webstore/detail/boilerkey-helper/infadhgmajhpaoejgbennpkjnobdbkij
Firefox: Signed extension attached below. EDIT: now available at https://addons.mozilla.org/en-US/firefox/addon/boilerkey/

What's Changed

  • Support for login page's i18n by @203Null in #14
    • Fixes an issue that broke the extension for non-English users.
  • Fix HOTP code generation for counter values > 127 by @zyonse in #17
    • Fixes a long-standing issue that would cause the extension to stop working after the ~128th login, forcing users to reset or disable the extension.
  • Fix Brightspace login redirect by @zyonse in #15
    • Extension should now skip the campus selection screen properly. This version is also quicker because it no longer waits for the page to load before redirecting.
    • Added an exception to not redirect if you manually click the "Log Out" button

New Maintainer!

Full Changelog: v1.9.0...v1.11

Firefox

10 Nov 20:38
Compare
Choose a tag to compare

Added reset page.

Firefox

14 Sep 15:43
1a68503
Compare
Choose a tag to compare

Added Brightspace support!

Firefox

22 Jan 15:48
Compare
Choose a tag to compare

Got rid of a benign error.

Firefox

22 Jan 15:34
Compare
Choose a tag to compare

Fixed issue where the Purdue login button wasn't being automatically clicked.

Firefox

22 Jan 15:12
Compare
Choose a tag to compare

Fixed an issue preventing users from setting up the extension.

Firefox

21 Jan 18:44
Compare
Choose a tag to compare

Added a way to reset the extension.

Firefox

14 Nov 16:40
Compare
Choose a tag to compare

Increased security by removing jQuery and extra JS files.

This should make the code easier to audit.