Skip to content

Commit f6432cb

Browse files
committed
0.8.0
1 parent b760d47 commit f6432cb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

4+
## [0.8.0] - 2016-04-04
5+
Implemented by @rce:
6+
### Added
7+
- Support for messages containing both attachments and text.
8+
9+
### Changed
10+
- Attachment URLs are now posted by themselves, instead of including a
11+
preliminary message explaining that it's an attachment.
12+
413
## [0.7.0] - 2016-04-04
514
### Added
615
- Added the config option `ircNickColor` to make it possible to
@@ -16,7 +25,7 @@ disable nick colors for messages sent to IRC.
1625

1726
## [0.5.0] - 2016-02-08
1827
### Added
19-
- Discord attachments will be linked to on IRC when
28+
- Discord attachments will be linked to on IRC when
2029
they're posted (fixed by @rce).
2130

2231
## [0.4.3] - 2016-01-23

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discord-irc",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Connects IRC and Discord channels by sending messages back and forth.",
55
"keywords": [
66
"discord",

0 commit comments

Comments
 (0)