Releases: beeper/bridge-manager
Releases · beeper/bridge-manager
v0.12.2
v0.12.1
v0.12.0
v0.11.0
- Fixed mautrix-imessage media viewer config.
- Updated main branch name for mautrix-whatsapp.
- Updated Meta config to allow choosing messenger and facebook-tor modes.
- Dropped support for legacy Facebook and Instagram bridges.
- Removed "Work in progress" warning from iMessage BlueBubbles connector.
v0.10.1
v0.10.0
- Added option to configure the device name that bridges expose to the remote network using
--param device_name="..."
- Added support for new Meta bridge (Instagram/Facebook).
- Added support for the new BlueBubbles connector on the old iMessage bridge.
- Enabled Matrix spaces by default in all bridges that support them.
- Changed all bridge configs to set room name/avatar explicitly in DM rooms.
- Fixed quoting issue in Signal bridge config template.
v0.9.1
v0.9.0
- Added support for the LinkedIn bridge.
- Added
--compile
flag tobbctl run
for automatically cloning the bridge repo and compiling it locally.- This is meant for architectures which the CI does not build binaries for,
--local-dev
is better for actually modifying the bridge code.
- This is meant for architectures which the CI does not build binaries for,
- Marked
darwin/amd64
as unsupported for downloading bridge CI binaries. - Fixed downloading Signal bridge binaries from CI.
- Fixed CI binary downloading not checking HTTP status code and trying to execute HTML error pages instead.
v0.8.0
- Added
--local-dev
flag tobbctl run
for running a local git cloned bridge, instead of downloading a CI binary or using pip install. - Added config template for the new Signal bridge written in Go.
- Switched bridges to use
as_token
double puppeting (the new method mentioned in the docs). - Fixed bugs in Slack and Google Messages config templates.