Skip to content

Commit

Permalink
v0.26.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul committed May 7, 2021
1 parent 98aec94 commit 0d1fc55
Show file tree
Hide file tree
Showing 15 changed files with 6,278 additions and 54 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
0.25.0 (2021-03-16)
0.26.0-rc1 (2021-05-07)
========================

Features
--------

- Allow changing nickname in any room ([\#1217](https://github.com/matrix-org/matrix-appservice-irc/issues/1217))
- The bridge will now retry creating a room for a PM if the initial attempt fails. ([\#1282](https://github.com/matrix-org/matrix-appservice-irc/issues/1282))
- Decouple invite from the creation of a PM room ([\#1290](https://github.com/matrix-org/matrix-appservice-irc/issues/1290))
- Add new `kickOn` config option to disable kicking Matrix users under certain conditions ([\#1294](https://github.com/matrix-org/matrix-appservice-irc/issues/1294))
- Added an !unlink command for Matrix users to unbridge a channel from Matrix ([\#1298](https://github.com/matrix-org/matrix-appservice-irc/issues/1298))
- Add support for specifying the paste bin limit in room state with the `org.matrix.appservice-irc.config` event type. ([\#1301](https://github.com/matrix-org/matrix-appservice-irc/issues/1301))


Bugfixes
--------

- [M->I]: Trim Markdown code block syntax ([\#1275](https://github.com/matrix-org/matrix-appservice-irc/issues/1275))


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

- Doc changes: Unify use of port 9999, the registration file name, and other minor changes ([\#1274](https://github.com/matrix-org/matrix-appservice-irc/issues/1274))
- Fixed a bug where our linter would miss several files ([\#1288](https://github.com/matrix-org/matrix-appservice-irc/issues/1288))
- Fix linter warnings ([\#1289](https://github.com/matrix-org/matrix-appservice-irc/issues/1289))
- Docker image: Upgrade to NodeJS 14 ([\#1299](https://github.com/matrix-org/matrix-appservice-irc/issues/1299))
- Add GitHub action to push documentation upon release ([\#1306](https://github.com/matrix-org/matrix-appservice-irc/issues/1306))


0.25.0 (2021-03-16)
====================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 0d1fc55

Please sign in to comment.