Skip to content

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
Build 3
  • Loading branch information
anonymous1184 committed May 12, 2022
1 parent e9a58ee commit 4bb114e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions bw-at.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions setup.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions uninstall.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4.2
1.1.4.3

0 comments on commit 4bb114e

Please sign in to comment.