Skip to content

Commit d11e5b4

Browse files
Merge pull request #6 from kristopherjohnson/scripting
Update scripting docs
2 parents e636a47 + 5f605bc commit d11e5b4

File tree

2 files changed

+9
-42
lines changed

2 files changed

+9
-42
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ following forms of notification you want when the timer gets down to 00:00:00:
1919
- Display a notification in Notification Center.
2020
- Make a spoken announcement. You can specify the text to be spoken.
2121

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

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

6265
## Release Notes
6366

67+
v2.1 (work in progress)
68+
69+
- Add scriptable interface for AppleScript and JavaScript.
70+
- Add service-provider interface for control via the Services menu in other applications.
71+
6472
v2.0 (2019/10/28)
6573

6674
- Updated for macOS 10.14.4 and newer.

Scripts/JavaScript/TestAllSettings.applescript

-41
This file was deleted.

0 commit comments

Comments
 (0)