Releases: daikikohara/enotify-slack
Releases · daikikohara/enotify-slack
v0.3.1
- Deleted Partake integration due to shutdown of the service
v0.3.0
- Added default value for some settings.
- Fixed issues with Eventbrite due to change of the api.
- Fixed issues with summary for Atnd/Zusaar which sometimes gets empty content.
Note
Please replace conf.yml if you are using the older version.
You only need to change meetup and eventbrite config in the 'provider:' section which now requires api-key for meetup and api-token for eventbrite in the separate line from the URL.
Example:
change the following part
meetup:
url: "https://api.meetup.com/2/open_events?key=your_api_key_here&",
(followed by the other settings)
to
meetup:
token: your_api_key_here
(the other settings are optional)
See the conf.yml for more detail.
v0.2.0
- Added support for Meetup and Eventbrite.
- You need to specify your own API key/token in conf.yml
- Added taboo property in the conf.yml to exclue events that matches the taboo.
- Event will not be sent if the event title/description contains taboo even if the other conditions are satisfied.
- Added timezone property in the conf.yml to specify timezone used in Slack message.
- Timezone used to be fixed as Asia/Tokyo but can be modified now.
- Changed event description for some event provider to be shown as plan text instead of html.
- HTML tags were shown in the event summary for Slack message. But now they're gone.
- Changed maximum text length for event summary from 50 to 100.
- Changed language for conf.yml and README from Japanese to English.
- Some other refactoring that does not affect behavior.
v0.1.0
First version