File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
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
+
4
13
## [ 0.7.0] - 2016-04-04
5
14
### Added
6
15
- Added the config option ` ircNickColor ` to make it possible to
@@ -16,7 +25,7 @@ disable nick colors for messages sent to IRC.
16
25
17
26
## [ 0.5.0] - 2016-02-08
18
27
### Added
19
- - Discord attachments will be linked to on IRC when
28
+ - Discord attachments will be linked to on IRC when
20
29
they're posted (fixed by @rce ).
21
30
22
31
## [ 0.4.3] - 2016-01-23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " discord-irc" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .0" ,
4
4
"description" : " Connects IRC and Discord channels by sending messages back and forth." ,
5
5
"keywords" : [
6
6
" discord" ,
You can’t perform that action at this time.
0 commit comments