- update Go version
- update dependent libraries
- As per Slack's latest API update,
files.upload
is now deprecated. We have updated our tool to use the new APIs,files.getUploadURLExternal
andfiles.completeUploadExternal
. - It is no longer possible to specify a
channel
for file uploads. You must now usechannel-id
. - The
snippet_channel
setting in TOML files and theNOTIFY_SLACK_SNIPPET_CHANNEL
environment variable have been deprecated and are no longer supported. - The
-filetype
option has been modified. Please use-snippet-type
instead for specifying the type of file when uploading to a snippet.
- A new
-debug
option has been added for development.
- update Go version (require Go 1.22.2 or higher)
- update dependent libraries
- update README
- update Go version (require Go 1.21 or higher)
- update dependent libraries
- update README
- Fixed a bug #101 @gongqi-zhen
- update Go version (require Go 1.17 or higher)
- update dependent libraries
- update README
- update Go version
- Require Go 1.16
- Added support for
NOTIFY_SLACK_INTERVAL
environment variables - Added the binary for Mac ARM64
- refactoring
- Changed version number is included by
go get
- Added the binary for Linux ARM64
- Modify README due to specification changes by Slack
- Changed to use Go 1.14
- Changed a test
- Changed to use GoReleaser on GitHub Actions
- Changed to use GitHub Actions instead of Circle CI
- Changed
url
not to be a required parameter - Modified README
- Reduced the number of upgrade steps
- Reduced the number of dependent libraries
- Fixed a bug that caused permission denied error #43 @ryotarai
- Added
-snippet
option - Added support for
NOTIFY_SLACK_*
environment variables - Added
~/.notify_slack.toml
as a configuration file
- Added automatically release file by CircleCI
- Changed to use Go 1.12
- Modified using Go modules
- Add version output function
- Added support passing interval from toml file
- Added support for uploading to snippet
- First release