Skip to content

Releases: paulrudy/alfred-go-to-here

v.2.0.4

09 Jun 23:53
Compare
Choose a tag to compare

Make applescript rules less strict: Safari's Save dialog has no special identifying properties, so look only for window with sheet property or with Open name.

v2.0.2

09 Jun 19:21
Compare
Choose a tag to compare

fix applescript not detecting open/save dialogs

"Save" dialogs are detected with an accessibility description property of "save". "Open" dialogs don't have this property, so detecting them depends on a window name proprety of "Open". I'm not sure whether either the accessibility description or the window name property changes when a user's MacOS language settings are non-English.

v2.0.1

08 Jun 16:31
Compare
Choose a tag to compare

refactor using Alfred's built-in objects

v1.0: initial commit

06 Jun 23:43
Compare
Choose a tag to compare
initial commit