TOTP의 버전 기록 - 9개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 1.2.8
2023년 11월 22일에 출시 - 12.99 KBfirefox 67.0 이상에서 작동since the half-fix was back ported to ESR and thunderbird, assume that selectAllChildren() doesn't set the primary selection on *any* version of firefox anymore.GNU General Public License v3.0 only에 따라 릴리스된 소스 코드
Firefox를 다운로드하고 확장 기능을 받으세요이 확장 기능을 사용하려면 Firefox가 필요함이전 버전
버전 1.2.7
2023년 10월 27일에 출시 - 12.97 KBfirefox 67.0 이상에서 작동Disable the deceptive text highlighting in newer versions of firefox on X11, since selectAllChildren() no longer sets the primary selection. The breakage is caused by the half-fix for the exploitable pastejack bug[1] that I have reported.
Use css to still allow users to copy the code to the primary selection with a single click.
Add a more direct explanation on why saving the keys may fail.
[1] https://github.com/turistu/odds-n-ends/blob/main/firefox/pastejack.mdGNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.2.6
2023년 9월 27일에 출시 - 12.77 KBfirefox 63.0 이상에서 작동add the extension button to the navigation bar by default
select and highlight the generated text on all non-touchscreen devices
set minimum version to 63.0: the first which supports navigator.clipboard
get rid of the invisible iframe target kludgeGNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.2.5
2023년 9월 17일에 출시 - 12.77 KBfirefox 52.0 이상에서 작동allow for keys not multiple of 40 bits; for instance, mozilla's bugzilla is using a 128 bit key (130 bits / 26 chars with no padding in base32)
revert to using a checkbox for the show password toggle
cut a bit on css-for-functionality abuse
use <ouput> for parts of the page which are dynamically modified (the code and errror)GNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.2.4
2023년 9월 4일에 출시 - 12.9 KBfirefox 48.0 이상에서 작동Save an extra click on X11 by automatically copying to the primary selection upon generating the OTP.
Give some visual feedback on whether copying to the clipboard has succeeded or not.
Use a single file for both the popup and the tab page; use css to trim stuff out.
Various css tweaksGNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.2.3
2023년 8월 4일에 출시 - 13.02 KBfirefox 48.0 이상에서 작동use an opaque icon (still not pretty, but at least visible in dark mode too)
in the popup: select the OTP code (and copy it to clipboard) when clicking on it
minor css fixesGNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.2.2
2023년 7월 11일에 출시 - 12.5 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동simplify totp.js
also reset the input's validity when autocompleted
let the "show" text act as a label form the "show" checkbox
allow wrapping of text in buttons
other css fixes and tweaksGNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.2.1
2023년 3월 29일에 출시 - 12.53 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동handle invalid input
separate generating an OTP from triggering the password manager
other minor fixesGNU General Public License v3.0 only에 따라 릴리스된 소스 코드
버전 1.2
2023년 3월 17일에 출시 - 12.11 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동disable the minlength attribute on the input for nowGNU General Public License v3.0 only에 따라 릴리스된 소스 코드