Skip to content

Commit 47a5a6c

Browse files
Throne3dekmartin
authored andcommitted
Release 2.4.0 (#259)
* Update changelog in preparation for 2.4.0 * 2.4.0
1 parent 483fc44 commit 47a5a6c

File tree

3 files changed

+3693
-1
lines changed

3 files changed

+3693
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## [2.4.0] - 2017-07-01
5+
This project now uses [irc-upd](https://github.com/Throne3d/node-irc) as a dependency, instead of the old [irc](https://github.com/martynsmith/node-irc) package – this fork should be better maintained and will solve some bugs, detailed below.
6+
7+
### Added
8+
* Allow commandCharacters to work for messages sent to Discord - [#221](https://github.com/reactiflux/discord-irc/pull/221).
9+
10+
* Send nick changes from IRC to Discord with `ircStatusNotices` - [#235](https://github.com/reactiflux/discord-irc/pull/235), [#241](https://github.com/reactiflux/discord-irc/pull/241).
11+
12+
* Translate custom emoji references from IRC to Discord - [#256](https://github.com/reactiflux/discord-irc/pull/256).
13+
14+
### Fixed
15+
* Use `ircClient.nick` instead of `nickname` when checking if the `ircStatusNotices` event is for the bot, to prevent a potential crash - [#257](https://github.com/reactiflux/discord-irc/pull/257).
16+
17+
* Use the updated `irc-upd` library instead of `irc`, causing IRC messages to now be split by byte instead of character (fixing [#199](https://github.com/reactiflux/discord-irc/issues/199)) and adding support for certain Unicode characters in nicknames (fixing [#200](https://github.com/reactiflux/discord-irc/issues/200)) - [#258](https://github.com/reactiflux/discord-irc/pull/258).
18+
19+
* Update dependencies:
20+
21+
- discord.js to 11.1.0
22+
- check-env to 1.3.0
23+
- chai to ^4.0.2
24+
- nyc to ^11.0.3
25+
- commander to 2.10.0
26+
- eslint to ^4.1.1
27+
428
## [2.3.3] - 2017-04-29
529
### Fixed
630
* Warn if a part/quit is received and no channelUsers is set -

0 commit comments

Comments
 (0)