v1.0.5
What's Changed
- Added environment variable support in provider config by @iamargus95 in #249
slack:
- id: recon
slack_channel: $SLACK_CHANNEL
slack_username: $SLACK_USER
slack_webhook_url: $SLACK_WEBHOOK
- Added format helpers for messages by @edoardottt in #186
{{datetime}}
{{date}}
{{time}}
{{count}}
- Added discord username support from config by @JorianWoltjer in #217
- Added
UseHTML
andUseStartTLS
parameters for SMTP provider by @S0obi in #223 - Added discord thread support by @CodyCline in #191
- Added
dataJsonString
to custom provider format handler by @vy-bot in #225 - Added self update option by @RamanaReddy0M in #235
- Fixed issue with password escaping in smtp url by @ggranjus in #258
Issues closed in this release - https://github.com/projectdiscovery/notify/milestone/3?closed=1
New Contributors
- @cyicz123 made their first contribution in #184
- @edoardottt made their first contribution in #186
- @JorianWoltjer made their first contribution in #217
- @S0obi made their first contribution in #223
- @CodyCline made their first contribution in #191
- @vy-bot made their first contribution in #225
- @RamanaReddy0M made their first contribution in #235
- @ggranjus made their first contribution in #258
- @iamargus95 made their first contribution in #249
Full Changelog: v1.0.4...v1.0.5