readme,changelog: update
This commit is contained in:
+3
-3
@@ -1,15 +1,15 @@
|
||||
# unreleased
|
||||
# v26.04 (unreleased)
|
||||
|
||||
* Rewrote bridge in Go using bridgev2 architecture.
|
||||
* To migrate the bridge, simply upgrade in-place. The database and config
|
||||
will be migrated automatically, although some parts of the config aren't
|
||||
migrated (e.g. log config).
|
||||
migrated (e.g. log config, permission types specific to the legacy bridge).
|
||||
* It is recommended to check the config file after upgrading. If you have
|
||||
prevented the bridge from writing to the config, you should update it
|
||||
manually.
|
||||
* The old-style relaybot is not yet supported and will not be migrated.
|
||||
Setups using the relaybot will have to manually log in as a bot and use
|
||||
`set-relay` to enable the generic relay mode.
|
||||
`set-relay` to enable the generic [relay mode](https://docs.mau.fi/bridges/general/relay-mode.html).
|
||||
|
||||
# v0.15.3 (2025-07-16)
|
||||
|
||||
|
||||
@@ -1,28 +1,22 @@
|
||||
# mautrix-telegram
|
||||

|
||||
[](LICENSE)
|
||||
[](https://github.com/mautrix/telegramgo/releases)
|
||||
[](https://mau.dev/mautrix/telegramgo/container_registry)
|
||||

|
||||
[](LICENSE)
|
||||
[](https://github.com/mautrix/telegram/releases)
|
||||
[](https://mau.dev/mautrix/telegram/container_registry)
|
||||
|
||||
A Matrix-Telegram hybrid puppeting/relaybot bridge.
|
||||
A Matrix-Telegram puppeting/relaybot bridge.
|
||||
|
||||
## Sponsors
|
||||
* [Joel Lehtonen / Zouppen](https://github.com/zouppen)
|
||||
|
||||
## Documentation
|
||||
The rewrite doesn't exist yet, so there's no documentation.
|
||||
|
||||
<!--
|
||||
All setup and usage instructions are located on
|
||||
[docs.mau.fi](https://docs.mau.fi/bridges/go/telegram/index.html).
|
||||
Some quick links:
|
||||
|
||||
* [Bridge setup](https://docs.mau.fi/bridges/go/setup.html?bridge=telegramgo)
|
||||
(or [with Docker](https://docs.mau.fi/bridges/general/docker-setup.html?bridge=telegramgo))
|
||||
* Basic usage: [Authentication](https://docs.mau.fi/bridges/go/telegram/authentication.html),
|
||||
[Creating chats](https://docs.mau.fi/bridges/go/telegram/creating-and-managing-chats.html),
|
||||
[Relaybot setup](https://docs.mau.fi/bridges/go/telegram/relay-bot.html)
|
||||
-->
|
||||
* [Bridge setup](https://docs.mau.fi/bridges/go/setup.html?bridge=telegram)
|
||||
(or [with Docker](https://docs.mau.fi/bridges/general/docker-setup.html?bridge=telegram))
|
||||
* Basic usage: [Authentication](https://docs.mau.fi/bridges/go/telegram/authentication.html)
|
||||
|
||||
### Features & Roadmap
|
||||
[ROADMAP.md](ROADMAP.md) contains a general overview of what is supported by the bridge.
|
||||
|
||||
Reference in New Issue
Block a user