Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 20, 2020
1 parent 67941ee commit bc2117c
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
0.14.0 (2020-01-20)
====================

Bugfixes
--------

- If a new DM room is created for a IRC user, discard the old room. ([\#919](https://github.com/matrix-org/matrix-appservice-irc/issues/919))
- Fix missig config.schema.yml in the Docker image ([\#920](https://github.com/matrix-org/matrix-appservice-irc/issues/920))
- Stop trying to use sentry when config.sentry.enabled is false ([\#921](https://github.com/matrix-org/matrix-appservice-irc/issues/921))
- Improve reply matching logic for Matrix messages. ([\#925](https://github.com/matrix-org/matrix-appservice-irc/issues/925))


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

- Use Typescript 3.7 and fix build issues. ([\#931](https://github.com/matrix-org/matrix-appservice-irc/issues/931))


0.14.0-rc4 (2019-12-18)
========================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/919.bugfix

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "matrix-appservice-irc",
"version": "0.14.0-rc4",
"version": "0.14.0",
"description": "An IRC Bridge for Matrix",
"main": "app.js",
"bin": "./bin/matrix-appservice-irc",
Expand Down
Empty file modified scripts/towncrier.sh
100644 → 100755
Empty file.

0 comments on commit bc2117c

Please sign in to comment.