diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c963b86..2fd08cc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,15 @@ YYYY/MM/DD - MAJOR.MINOR.RELEASE.BUILD [!] = Fix / Security +2022/05/12 - 1.1.4.3 +——————————————————-- +[!] Fix for Firefox (#30) +[!] Fix for new Chrome versions +[+] Support for older IE versions +[+] URL detection in not language specific now +[=] Bitwarden CLI version >= 1.11.0 + + 2022/02/26 - 1.1.4.2 ——————————————————-- [+] Better URL detection diff --git a/bw-at.ahk b/bw-at.ahk index 2ec6f69..42cc84d 100644 --- a/bw-at.ahk +++ b/bw-at.ahk @@ -191,9 +191,9 @@ return ; End of auto-execute thread ;@Ahk2Exe-SetMainIcon %A_ScriptDir%\assets\bw-at.ico ;@Ahk2Exe-SetName Bitwarden Auto-Type ;@Ahk2Exe-SetOrigFilename bw-at.ahk -;@Ahk2Exe-SetProductVersion 1.1.4.2 -;@Ahk2Exe-SetVersion 1.1.4.2 -;@Ahk2Exe-UpdateManifest 0, Auto-Type, 1.1.4.2, 0 +;@Ahk2Exe-SetProductVersion 1.1.4.3 +;@Ahk2Exe-SetVersion 1.1.4.3 +;@Ahk2Exe-UpdateManifest 0, Auto-Type, 1.1.4.3, 0 ; BinMod ;@Ahk2Exe-PostExec "%A_ScriptDir%\assets\BinMod.exe" "%A_WorkFileName%" ;@Ahk2Exe-Cont "2.AutoHotkeyGUI.Auto-Type-GUI" diff --git a/setup.ahk b/setup.ahk index 6b9c39a..ddbd8d9 100644 --- a/setup.ahk +++ b/setup.ahk @@ -294,9 +294,9 @@ return ;@Ahk2Exe-SetMainIcon %A_ScriptDir%\assets\bw-at.ico ;@Ahk2Exe-SetName Bitwarden Auto-Type ;@Ahk2Exe-SetOrigFilename setup.ahk -;@Ahk2Exe-SetProductVersion 1.1.4.2 -;@Ahk2Exe-SetVersion 1.1.4.2 -;@Ahk2Exe-UpdateManifest 1, Auto-Type, 1.1.4.2, 0 +;@Ahk2Exe-SetProductVersion 1.1.4.3 +;@Ahk2Exe-SetVersion 1.1.4.3 +;@Ahk2Exe-UpdateManifest 1, Auto-Type, 1.1.4.3, 0 ; BinMod ;@Ahk2Exe-PostExec "%A_ScriptDir%\assets\BinMod.exe" "%A_WorkFileName%" ;@Ahk2Exe-Cont "2.AutoHotkeyGUI.Auto-Type-GUI" diff --git a/uninstall.ahk b/uninstall.ahk index c6f4b2a..526d672 100644 --- a/uninstall.ahk +++ b/uninstall.ahk @@ -122,9 +122,9 @@ ExitApp ;@Ahk2Exe-SetMainIcon %A_ScriptDir%\assets\uninstall.ico ;@Ahk2Exe-SetName Bitwarden Auto-Type ;@Ahk2Exe-SetOrigFilename uninstall.ahk -;@Ahk2Exe-SetProductVersion 1.1.4.2 -;@Ahk2Exe-SetVersion 1.1.4.2 -;@Ahk2Exe-UpdateManifest 1, Auto-Type, 1.1.4.2, 0 +;@Ahk2Exe-SetProductVersion 1.1.4.3 +;@Ahk2Exe-SetVersion 1.1.4.3 +;@Ahk2Exe-UpdateManifest 1, Auto-Type, 1.1.4.3, 0 ; BinMod ;@Ahk2Exe-PostExec "%A_ScriptDir%\assets\BinMod.exe" "%A_WorkFileName%" ;@Ahk2Exe-Cont "22.>AUTOHOTKEY SCRIPT<.$APPLICATION SOURCE" diff --git a/version b/version index be7e3d4..67a4468 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.4.2 \ No newline at end of file +1.1.4.3 \ No newline at end of file