Releases: squatto/alfred-imessage-2fa
Releases · squatto/alfred-imessage-2fa
Version 1.2.8
- The
php
binary is located on your system to cover situations where it isn't in yourPATH
- 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"
- Thanks @luckman212 for the PR!
Version 1.2.6
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
- 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
- Detect more patterns, especially those that include extended characters
- Thanks @caidwang for the bug report!
Version 1.2.3
Version 1.2.2
- 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
- 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
- Add comprehensive error checking and reporting
- Support Google 2FA codes:
G-000000
Version 1.1.0
- Removed the
Carbon
dependency - Removed everything related to timezones
- Only supports Alfred 4
Version 1.0.0
Initial release