diff --git a/filter.js b/filter.js index 9c410b7..cb4b9b5 100755 --- a/filter.js +++ b/filter.js @@ -57,7 +57,7 @@ function allSessionObjs(app, query) { } function titleFilter(pattern) { - var re = new RegExp(pattern.replace(/./g, "$&.*?")); + var re = new RegExp(pattern.replace(/./g, "$&.*?"), "i"); return (obj) => re.exec(obj.title); } diff --git a/info.plist b/info.plist index d3e6415..ff9c14c 100644 --- a/info.plist +++ b/info.plist @@ -210,7 +210,7 @@ Combine with an [iTerm2](https://www.iterm2.com/) profile configured as ssh prot net.isometry.alfred.ssh version - 1.4-beta1 + 1.4 webaddress https://github.com/isometry/alfred-tty