Skip to content

Releases: beeper/bridge-manager

v0.14.0

Choose a tag to compare

@tulir tulir released this 24 Feb 17:20
  • Switched LinkedIn and Telegram to v2.
  • Fixed bugs in the Docker image and added arm64 builds.
  • Changed private chat portal meta flag to be disabled by default.
  • Added --local-dev flag for bbctl delete to delete the database in the current directory.
  • Added messenger-lite mode as an option for the Meta bridge.

v0.13.0

Choose a tag to compare

@tulir tulir released this 15 Dec 11:43
  • Added support for Bluesky DM bridge.
  • Updated WhatsApp and Twitter bridge configs to v2.
  • Switched Python bridges to be installed from PyPI instead of GitHub.

v0.12.2

Choose a tag to compare

@tulir tulir released this 26 Aug 16:42
  • Added support for Google Voice bridge.
  • Fixed running Meta bridge without specifying platform.

v0.12.1

Choose a tag to compare

@tulir tulir released this 17 Aug 10:41
  • Bumped minimum Go version to 1.22.
  • Removed separate v2 versions of Signal and Slack. The normal bridges default to v2 now.
  • Switched Google Messages and Meta to v2.

v0.12.0

Choose a tag to compare

@tulir tulir released this 12 Jul 14:14
  • Added support for generating generic bridgev2/megabridge configs.
  • Added support for signalv2 and slackv2.
  • Updated hungryserv URL template to work with megahungry.

v0.11.0

Choose a tag to compare

@tulir tulir released this 17 Apr 20:09
  • 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

Choose a tag to compare

@tulir tulir released this 28 Feb 19:52
  • Bumped minimum Go version to 1.21.
  • Updated Meta and Signal bridge configs.

v0.10.0

Choose a tag to compare

@tulir tulir released this 17 Feb 13:01
  • 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

Choose a tag to compare

@tulir tulir released this 21 Dec 18:50
  • Added support for new iMessage bridge.
  • Fixed bbctl running bridges with websocket proxy on macOS.
  • Updated bridge downloader to pull from main mautrix/signal repo instead of the signalgo fork.

v0.9.0

Choose a tag to compare

@tulir tulir released this 15 Dec 10:59
  • Added support for the LinkedIn bridge.
  • Added --compile flag to bbctl 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.
  • 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.