summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2023-01-29 18:26:52 +0100
committerGitHub <noreply@github.com>2023-01-29 18:26:52 +0100
commit6dafebc7cc7863e40840488a6e673f918965b0a4 (patch)
treeb9194727644079932311079349033780663c9c7a /changelog.md
parentd23f2560d5310e3f89cedcc2db8690d61491d244 (diff)
downloadmatterbridge-msglm-6dafebc7cc7863e40840488a6e673f918965b0a4.tar.gz
matterbridge-msglm-6dafebc7cc7863e40840488a6e673f918965b0a4.tar.bz2
matterbridge-msglm-6dafebc7cc7863e40840488a6e673f918965b0a4.zip
Release v1.26.0 (#1957)v1.26.0
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index b6563db9..16bd8846 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,31 @@
+# v1.26.0
+
+## New features
+
+- irc: Allow substitution of bot's nick in RunCommands (irc) (#1890)
+- matrix: Add Matrix username spoofing (#1875)
+
+## Enhancements
+
+- general: Update dependencies (#1951)
+- mattermost: Remove mattermost 5 support (#1936)
+- mumble: Implement sending of EventJoinLeave both to and from Mumble (#1915)
+- whatsappmulti: Improve attachment handling (whatsapp) (#1928)
+- whatsappmulti: Handle incoming document captions from whatsapp (#1935)
+
+## Bugfix
+
+- irc: Fix empty messages on IRC (#1897)
+- telegram: Fix message html entities escaping when sending to Telegram (#1855)
+- telegram/slack: Fix error messages in telegram and slack bridges (#1862)
+- telegram: Fix telegram attachment comment formatting and escaping (#1920)
+- telegram: Make the cgo lottie a build tag (-tag cgolottie) (#1955)
+- whatsappmulti: Update dependencies and fix whatsmeow API changes (#1887)
+- whatsappmulti: Fix the "Someone" nickname problem (whatsapp) (#1931)
+
+This release couldn't exist without the following contributors:
+@s3lph, @sas1024, @Glandos, @jx11r, @Lucki, @BuckarooBanzay, @ilmaisin, @Kufat
+
# v1.25.2
## Enhancements