Skip to content

Commit

Permalink
Update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 20, 2023
1 parent 0659e53 commit 92fa100
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v0.9.1 (unreleased)

* Added support for new iMessage bridge.
* Fixed `bbctl run`ning bridges with websocket proxy on macOS.
* Updated bridge downloader to pull from main mautrix/ignal repo instead of the
signalgo fork.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ After installing relevant dependencies:
* `<name>` should start with `sh-` and consist of a-z, 0-9 and -.
* If `<name>` contains the bridge type, it will be automatically detected.
Otherwise pass the type with `--type <type>`.
* Currently supported types: `discord`, `whatsapp`, `imessage`, `slack`,
`heisenbridge`, `gmessages`, `telegram`, `facebook`, `instagram`,
`googlechat`, `twitter`, `signal`, `linkedin`
* Currently supported types: `discord`, `whatsapp`, `slack`, `heisenbridge`,
`gmessages`, `telegram`, `facebook`, `instagram`, `googlechat`, `twitter`,
`signal`, `linkedin`, `imessage` (legacy), `imessagego` (new)
* The bridge will be installed to `~/.local/share/bbctl`. You can change the
directory in the config file at `~/.config/bbctl.json`.
4. For now, you'll have to configure the bridge by sending a DM to the bridge
Expand Down

0 comments on commit 92fa100

Please sign in to comment.