Skip to content

Commit

Permalink
0.20.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Aug 11, 2020
1 parent 6c99cef commit daa7384
Show file tree
Hide file tree
Showing 8 changed files with 318 additions and 125 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
0.19.0 (2020-07-06)
0.20.0-rc1 (2020-08-11)
========================

Features
--------

- Media URLs now include the filename when sent to IRC. ([\#1087](https://github.com/matrix-org/matrix-appservice-irc/issues/1087))


Bugfixes
--------

- Fix duplicate messages appearing if an IRC message is poorly decoded. ([\#1081](https://github.com/matrix-org/matrix-appservice-irc/issues/1081))
- Make sure a killed BridgedClient is dead, even if connect was never called ([\#1098](https://github.com/matrix-org/matrix-appservice-irc/issues/1098))


Internal Changes
----------------

- Enable many recommended ESLint rules to catch errors ([\#1078](https://github.com/matrix-org/matrix-appservice-irc/issues/1078))
- Replace .indexOf with more specific methods ([\#1097](https://github.com/matrix-org/matrix-appservice-irc/issues/1097))


0.19.0 (2020-07-06)
====================

No significant changes.
Expand Down
1 change: 0 additions & 1 deletion changelog.d/1078.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1081.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1087.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1097.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1098.bugfix

This file was deleted.

Loading

0 comments on commit daa7384

Please sign in to comment.