Skip to content

Commit

Permalink
Change description of scripting interface and add preliminary 2.1 rel…
Browse files Browse the repository at this point in the history
…ease notes
  • Loading branch information
kristopherjohnson committed Nov 10, 2019
1 parent 5ba8625 commit 5f605bc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ following forms of notification you want when the timer gets down to 00:00:00:
- Display a notification in Notification Center.
- Make a spoken announcement. You can specify the text to be spoken.

The application can be controlled using AppleScript or JavaScript. See [the examples](https://github.com/kristopherjohnson/MenubarCountdown/tree/master/Scripts) for details.
The countdown timer can be controlled using AppleScript, JavaScript, or Swift.
See the examples in the
[Scripts](https://github.com/kristopherjohnson/MenubarCountdown/tree/master/Scripts)
directory for details.

Releases are available from [the Mac App Store](https://apps.apple.com/us/app/menubar-countdown/id1485343244?mt=12)
or <https://github.com/kristopherjohnson/MenubarCountdown/releases>.
Expand Down Expand Up @@ -61,6 +64,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

## Release Notes

v2.1 (work in progress)

- Add scriptable interface for AppleScript and JavaScript.
- Add service-provider interface for control via the Services menu in other applications.

v2.0 (2019/10/28)

- Updated for macOS 10.14.4 and newer.
Expand Down

0 comments on commit 5f605bc

Please sign in to comment.