Skip to content

Releases: jamietsao/slack-multi-channel-invite

Add ability to remove users from channels

31 Oct 06:51
b59b0c5
Compare
Choose a tag to compare

Added option to remove users from channels (a community requested feature: #8)

Slack API auth bug fix

10 Jun 05:25
Compare
Choose a tag to compare

Something changed with the way the Slack API handles auth tokens which broke this script (reported here: #6).

This release fixes the issue.

Multi-user Support

14 Feb 07:05
c85cb79
Compare
Choose a tag to compare

Changes:

  • Added support to invite multiple users at once (a community requested feature: #4)
  • Bumped to major version v1 due to backwards incompatibility. user_email flag has been renamed to emails which now allows for a comma separated list of emails.

Private channel support

21 Jan 16:59
5a19c3b
Compare
Choose a tag to compare
  • Added support for inviting users to private channels
  • Added debug logging flag
  • Added proper pagination for conversations.list API call

Initial release of slack-multi-channel-invite

23 May 16:57
Compare
Choose a tag to compare
v0.1.0

Added Makefile to build releases