Skip to content

Commit

Permalink
fixed small update notification bug, bumped version to 1.3.0, updated…
Browse files Browse the repository at this point in the history
… readme
  • Loading branch information
deseven committed Oct 25, 2020
1 parent f1a95c4 commit e08949e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ Simple shortcut manager for macOS 10.8 or higher. It lets you execute any comman
![screenshot](https://d7.wtf/SchesisDodecaneCunarder.png)

## binaries
Latest **stable** release can be downloaded in [Releases section](https://github.com/deseven/icanhazshortcut/releases).
Latest **stable** release can be downloaded in [Releases section](https://github.com/deseven/icanhazshortcut/releases). You can also install it using Homebrew Cask, just run `brew cask install icanhazshortcut`.
Latest **unstable** build compiled from `master` branch can be downloaded [here](https://d7.wtf/s/ichs-dev.zip) (please don't use it unless you desperately need some functionality that's not available in stable release or want to help with testing).

## applescript support
## help & support
If you found a bug, have a suggestion or some question, feel free to [create issue](https://github.com/deseven/icanhazshortcut/issues/new) in this repo.
There is also Telegram group you can join - https://t.me/icanhazshortcut

## applescript
Use `list` command to get the full TSV list of shortcuts and their states.
Use `enable`, `disable`, `toggle` commands to control state of shortcuts by their shortcut names.
Use `enableAction`, `disableAction`, `toggleAction` commands to control state of shortcuts by their action names.
Expand Down
2 changes: 1 addition & 1 deletion const.pb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; main
#myName = "iCanHazShortcut"
#myVer = "1.2.0"
#myVer = "1.3.0"
#cfgVer = "2"
#myID = "info.deseven.icanhazshortcut"

Expand Down
3 changes: 3 additions & 0 deletions proc.pb
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ Procedure checkUpdateAsync(interval.i)
Next
FreeArray(strings())
PostEvent(#evUpdateArrival)
If Not interval
ProcedureReturn
EndIf
EndIf
EndIf
EndIf
Expand Down

0 comments on commit e08949e

Please sign in to comment.