Skip to content

Commit 5d90ac5

Browse files
author
Sam Knight
committed
FIXES: window and workspace selection
1 parent f4c85cf commit 5d90ac5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ Must include either a channel name (#channel-name) or username (@user.name)
5858
```
5959

6060
- Start a call, with optional name
61+
We have not been able to test slack calls in the latest version due to it being a premium Slack feature
62+
6163
```
6264
# Most scripts are not backwards compatible with v1
6365
start call
6466
start call "Company update" in channel "general"
6567
start call "Company update" in channel "general" in workspace "My Company"
6668
```
69+
6770
- Set a status
6871
```
6972
set status "on lunch"
@@ -72,9 +75,10 @@ clear status # clears status
7275
7376
```
7477
IN BETA: Timed statuses - Known issue if mouse pointer is positioned over status dialog box
78+
79+
Only 24 hour clock seems to be working on my version. This could be my slack settings. Feel free to test 8:31pm in the example below
7580
```
76-
set status "on lunch" until "8:30 pm"
77-
set status "on lunch" with icon ":knife_fork_plate:" until "20:30"
81+
set status "on lunch" with icon ":knife_fork_plate:" until "20:31"
7882
```
7983

8084
- Set do not disturb

Slack.zip

-67 KB
Binary file not shown.

src/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleName</key>
88
<string>Slack</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>2.0.0.rc1</string>
10+
<string>2.0.1</string>
1111
<key>OSAScriptingDefinition</key>
1212
<string>Slack</string>
1313
<key>WindowState</key>
480 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)