Histórico de versões do TOTP - 9 versões
Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.
Versão mais recente
Versão 1.2.8
Lançado em 22 de nov de 2023 - 12,99 KBFunciona em firefox 67.0 em diantesince 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.Código fonte publicado sob Somente GNU General Public License v3.0
Baixe o Firefox e instale a extensãoVocê precisa do Firefox para usar esta extensãoVersões mais antigas
Versão 1.2.7
Lançado em 27 de out de 2023 - 12,97 KBFunciona em firefox 67.0 em dianteDisable 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.mdCódigo fonte publicado sob Somente GNU General Public License v3.0
Versão 1.2.6
Lançado em 27 de set de 2023 - 12,77 KBFunciona em firefox 63.0 em dianteadd 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 kludgeCódigo fonte publicado sob Somente GNU General Public License v3.0
Versão 1.2.5
Lançado em 17 de set de 2023 - 12,77 KBFunciona em firefox 52.0 em dianteallow 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)Código fonte publicado sob Somente GNU General Public License v3.0
Versão 1.2.4
Lançado em 4 de set de 2023 - 12,9 KBFunciona em firefox 48.0 em dianteSave 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 tweaksCódigo fonte publicado sob Somente GNU General Public License v3.0
Versão 1.2.3
Lançado em 4 de ago de 2023 - 13,02 KBFunciona em firefox 48.0 em dianteuse 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 fixesCódigo fonte publicado sob Somente GNU General Public License v3.0
Versão 1.2.2
Lançado em 11 de jul de 2023 - 12,5 KBFunciona em firefox 48.0 em diante, android 48.0 até 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 tweaksCódigo fonte publicado sob Somente GNU General Public License v3.0
Versão 1.2.1
Lançado em 29 de mar de 2023 - 12,53 KBFunciona em firefox 48.0 em diante, android 48.0 até 68.*handle invalid input
separate generating an OTP from triggering the password manager
other minor fixesCódigo fonte publicado sob Somente GNU General Public License v3.0
Versão 1.2
Lançado em 17 de mar de 2023 - 12,11 KBFunciona em firefox 48.0 em diante, android 48.0 até 68.*disable the minlength attribute on the input for nowCódigo fonte publicado sob Somente GNU General Public License v3.0