Skip to content

Releases: squatto/alfred-imessage-2fa

Version 1.2.8

05 Nov 19:31
Compare
Choose a tag to compare
  • The php binary is located on your system to cover situations where it isn't in your PATH
  • If the php binary can't be found, an error message is displayed
  • Match 4-8 digit codes followed by "is your [...] code". For example: "2773 is your Microsoft account verification code"

Version 1.2.6

26 May 16:52
Compare
Choose a tag to compare

Match 3 and 4 digit codes if they immediately follow "code" or "is" (e.g. "your code is 1234", "enter code 573 to log in")

Thanks @luckman212 for the PR!

Version 1.2.5

11 Feb 08:08
Compare
Choose a tag to compare
  • By default, only messages received in the past 15 minutes will be searched
  • You can change how many minutes to look back by changing the look_back_minutes workflow variable
  • Tutorial: How to set workflow variables

Thanks for the suggestion @luckman212 👍🏻

Version 1.2.4

10 Feb 20:12
Compare
Choose a tag to compare
  • Detect more patterns, especially those that include extended characters

Version 1.2.3

17 Nov 18:42
Compare
Choose a tag to compare
  • Detect 4 digit codes if preceded by "code:" or "is:"
  • Detect 6 digit codes in XXX-XXX format (e.g. Stripe 2FA messages)

Version 1.2.2

03 Jul 18:09
dc184eb
Compare
Choose a tag to compare
  • Use AppleScript to simulate keystrokes instead of using the system paste functionality. This fixes a problem with some websites that monitor keystrokes and don't consider pasting the code as a valid input (e.g. Wells Fargo online banking)
    • Thanks @cmer for the change!
  • Add ⌥+enter (option + enter) to use the system paste functionality

Version 1.2.1

16 Jun 17:34
Compare
Choose a tag to compare
  • Fixes a bug that was causing codes that were immediately followed by a period to not be found (e.g. "your code is 123456."). This fixes issue #7. Thanks @tmm for the bug report and @manonstreet for the fix!

Version 1.2.0

02 Feb 23:48
97dcd53
Compare
Choose a tag to compare
  • Add comprehensive error checking and reporting
  • Support Google 2FA codes: G-000000

Version 1.1.0

30 Jan 21:28
Compare
Choose a tag to compare
  • Removed the Carbon dependency
  • Removed everything related to timezones
  • Only supports Alfred 4

Version 1.0.0

29 Jan 19:34
Compare
Choose a tag to compare

Initial release