Releases: rneatherway/gh-slack
Releases · rneatherway/gh-slack
0.0.19
0.0.18
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
Changelog
0.0.16
Changelog
- f87eab8 Merge pull request #38 from rneatherway/rneatherway/fix-tests
- f0ccc94 Include timezone and allow stubbing for tests
- b1b6c15 Fix markdown unit tests
- 476dca0 Merge pull request #37 from GrantBirki/main
- 31ee47d add status badges
- 31d3a6e cleanup
- b700497 update actions workflows
- cf13cdc update readme
- 6ce4b4e Merge pull request #36 from GrantBirki/main
- 67c4632 Update README.md
- f36d2bf Show header between same author far apart in time
- d60abc2 Handle bot messages
- 2e14ed5 Move mock helpers to mocks package
- 76679b3 Fix extra blank line
- bb594f0 Test header included for separated messages
- 2c7fd22 Partial fix
- 8b891e2 Remove unused import
- 7193754 go mod tidy
- 5d3fdba Pull out slackclient.UsernameForMessage
- 28a9c2f Add failing test for desired message grouping
- e71eff4 Allow HTTP client to be mocked for testing
- d500623 Fix typo in timestamp error message