diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f845d7..4b6f7ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog This project adheres to [Semantic Versioning](http://semver.org/). +## [2.6.0] - 2018-03-22 +### Added +* Support for posting messages to Discord using webhooks (thanks to + [Fiaxhs](https://github.com/reactiflux/discord-irc/pull/230)!). + +Webhooks lets you override nicknames and avatars, so messages coming from IRC +can appear as regular Discord messages: + +![discord-webhook](http://i.imgur.com/lNeJIUI.jpg) + +To enable webhooks, follow part 1 of [this +guide](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks) +to create and retrieve a webhook URL for a specific channel, then enable it in +discord-irc's config as follows: + +```json + "webhooks": { + "#discord-channel": "https://discordapp.com/api/webhooks/id/token" + } +``` + ## [2.5.1] - 2018-01-18 ### Fixed * Upgraded dependencies. diff --git a/package-lock.json b/package-lock.json index 8d2c8a70..38ebec73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "discord-irc", - "version": "2.5.1", + "version": "2.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8bbdf774..5064de5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-irc", - "version": "2.5.1", + "version": "2.6.0", "description": "Connects IRC and Discord channels by sending messages back and forth.", "keywords": [ "discord",