Skip to content

v1.3.0

Latest

Choose a tag to compare

@jflowers jflowers released this 16 Apr 22:14

Changelog

Features

Details

Added a slackWorkspaceUrl field to settings.json that controls which Slack URL Chrome opens when setup-browser launches without an existing Slack tab. Defaults to https://app.slack.com. Validated to require HTTPS and a *.slack.com domain. All hint text in setup-browser and doctor now reflects the configured URL.

Example:

{
  "slackWorkspaceUrl": "https://mycompany.slack.com"
}