Skip to content

Releases: rneatherway/gh-slack

0.0.28

11 Jun 16:35
00330c8
Compare
Choose a tag to compare

Changelog

  • 00330c8 Merge pull request #68 from rneatherway/rneatherway-patch-1
  • 0a9e475 Update release.yml
  • 14606f3 Fix deprecated goreleaser argument

0.0.25

24 May 08:22
2d8d997
Compare
Choose a tag to compare

Changelog

  • 2d8d997 Merge pull request #66 from rubiojr/rubiojr/nicer-error
  • 2d65963 Improve error message further
  • 6f720d1 Nicer error message if missing configuration
  • 8b1c7f7 Merge pull request #65 from nobe4/markdown
  • b4a4c31 fix: go mod tidy
  • 97c8345 feat: update to latest commit of slack
  • 09b5487 refactor: use slack's internal markdown converter
  • 299963f Update README to include --details flag

0.0.24

08 Apr 20:42
Compare
Choose a tag to compare

Changelog

0.0.23

16 Mar 09:45
7a7ee0b
Compare
Choose a tag to compare

Changelog

  • 7a7ee0b Merge pull request #60 from rneatherway/subthreads
  • 7cdd7a6 Add support for fetching subthreads

0.0.22

17 Jan 14:36
86f738f
Compare
Choose a tag to compare

Changelog

  • 86f738f Merge pull request #57 from rneatherway/extclient
  • 0c89811 Change module reference to new repo name
  • 3d6f944 Upgrade to latest extclient
  • cff03db Update to latest changes in external client
  • 1a78905 Use latest
  • aee8645 Use new repository
  • 19f8852 start extracting the core client functionality

0.0.21

07 Dec 11:03
65aa847
Compare
Choose a tag to compare

Changelog

  • 65aa847 Merge pull request #55 from nobe4/api
  • 84cff6e feat(api): make verb optional
  • e701ee7 docs(api): add example and fix help
  • 81e82dc refactor(api): make post/get use API
  • cdd805d fix(api): use proper flag method to keep values together
  • 8fe79cc feat(command): add api command

0.0.20

29 Aug 08:52
6390aac
Compare
Choose a tag to compare

Changelog

  • 6390aac Merge pull request #51 from ACyphus/add-private-channel-sending
  • 71a6f2b Change id to name in help text for channel selection
  • cdba7b5 Add support for sending to private channels
  • 211b567 Merge pull request #47 from rmoff/patch-1
  • 1dd3565 Update README.md

0.0.19

23 May 14:33
b45d478
Compare
Choose a tag to compare

Changelog

  • b45d478 Merge pull request #45 from rneatherway/rneatherway/rm-newlines
  • 7e1c5ab Remove extra newlines in wait output

0.0.18

23 May 14:22
122546d
Compare
Choose a tag to compare

Changelog

  • 122546d Merge pull request #44 from rneatherway/dol
  • e477c34 Create LICENSE
  • 7cd1a70 Support bot names/ids and file previews
  • 71080a6 Fix shadowing error
  • 042fa4d Make help clearer about config file location
  • 9a4aec0 Update README
  • a646e33 Output progress of channel fetch to stderr
  • 49185ef Improve help output
  • d773ae2 Only connect to RTM if needed
  • cc1cd54 Tidy output
  • 4dc9a9e Remove unused methods on SlackClient
  • a5c86e6 Use camelcase
  • d64cced go mod tidy
  • 69dd7f1 Allow specifying default for channel, bot and team
  • 315fc17 Take channel name rather than id as input
  • 884913b Merge commit '9a4de812a6fd4ec06951c9e930efd79a9ed5a999' into dol
  • eacef1a Merge commit 'e57251e586c20cf1936c3c4126823637c6d19f73' into dol
  • 62c5dc0 Fix httpclient reference in new post method
  • 23ddabd Merge commit 'c182347094e5c55877f37d871b8e2039d7702afa' into dol
  • 48a91fc Merge commit '38802f6d5ebceea65a27284a5300fb7d234017ec' into dol
  • 9a4de81 Move differred cleanup after err check
  • e57251e Update send sub-command to listen to messages when a bot flag is provided
  • d88f5d1 Add ListenToMessagesFromBot method to slackclient
  • bd00ae3 Updated dependencies to use cli/go-gh package
  • 78d95b1 Merge pull request #6 from dsp-testing/sidshank/add-plumbing-for-message-events
  • 72c9296 Adds stub implementation to listen for messages
  • 09c9109 Connect to the RTM API on instantiation
  • c954457 Ensure Close is called on SlackClient instances
  • 68f86fb New method to free up resources on deletion
  • ac325fc Setup SlackClient to have a websocket connection
  • f61fcc8 New type to capture response of Slack rtm.connect
  • 71fc30a New type to capture RTM events
  • ed5204e Merge pull request #5 from dsp-testing/sidshank/add-websocket-dependency
  • aca272b Add a dependency on a websocket library
  • f82e119 Merge pull request #3 from dsp-testing/tjgurwara99/hook-up-sub-command-send
  • a5c648c Merge pull request #2 from dsp-testing/tjgurwara99/sub-command-layout
  • c182347 Hooked up the SendMessage API to command line utility
  • 38802f6 Sub command layout for working with Slack

0.0.17

10 May 15:12
9cf8160
Compare
Choose a tag to compare

Changelog

  • 9cf8160 Merge pull request #42 from dscho/user-ids-in-partner-channels
  • 412d729 Apply gofmt and adjust error handling
  • 81dd737 Merge pull request #41 from rneatherway/rneatherway/issue-pulls
  • d1fee98 Fix "no user with id [...]" problem in partner channels
  • e028eaf Support also posting a comment to a PR