Releases: lexfrei/mcp-tg
Releases · lexfrei/mcp-tg
Release list
v1.3.0
Changelog
- 🐛 messages: chunk reply-parent lookups, and document the reply surface (#110)
- 🔄 site: split the README into an MkDocs Material site on GitHub Pages (#106)
- ✨ messages: bulk-read ergonomics — auto-pagination, date range, output format (#104)
- 🐛 telegram: resolve numeric channel IDs beyond the warm window (#103)
- ✨ subscriptions: push resource updates for subscribed chats (#102)
- ✨ observability: --version, --log-level, and FLOOD_WAIT logging (#101)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:v1.3.0Verify the Container
cosign verify \
ghcr.io/lexfrei/mcp-tg:v1.3.0 \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comVerify the Binaries
The checksums file is signed; the archives are covered by it. Needs cosign v3+ (the bundle format).
cosign verify-blob checksums.txt \
--bundle checksums.txt.bundle \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
shasum --algorithm 256 --check --ignore-missing checksums.txt # sha256sum on Linuxv1.2.1
Changelog
- 🔄 publish binaries and a Homebrew formula on release (#99)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:v1.2.1Verify the Container
cosign verify \
ghcr.io/lexfrei/mcp-tg:v1.2.1 \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comVerify the Binaries
The checksums file is signed; the archives are covered by it. Needs cosign v3+ (the bundle format).
cosign verify-blob checksums.txt \
--bundle checksums.txt.bundle \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
shasum --algorithm 256 --check --ignore-missing checksums.txt # sha256sum on Linuxv1.2.0
Changelog
- ✨ search: close the gaps in the message search tools (#96)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:1.2.0Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:1.2.0 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comv1.1.0
Changelog
- ✨ post as a channel identity (send_as) (#95)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:1.1.0Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:1.1.0 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comv1.0.0
Changelog
- ✨ session: keychain storage, mcp-tg login, and revoked-session visibility (#92)
- ✨ add message types and audio transcription (#87)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:1.0.0Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:1.0.0 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comv0.15.0
Changelog
- ✨ tools: support custom, multiple, and big reactions (#81)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:0.15.0Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:0.15.0 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comv0.14.3
Changelog
- 🐛 telegram: report real byte-level upload progress (#77)
- 🐛 deps: update go modules to v0.159.0 (#76)
- 🐛 deps: update go modules to v1.14.0 (#75)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:0.14.3Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:0.14.3 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comv0.14.2
Changelog
- 🐛 telegram: finalize album media via uploadMedia to avoid MEDIA_INVALID (#73)
- 🐛 deps: update go modules to v0.158.0 (#70)
- 🐛 deps: update go modules to v0.157.1 (#69)
- 🐛 deps: update go modules to v0.156.3 (#68)
- 🐛 deps: update go modules to v0.156.2 (#67)
- 🐛 deps: update go modules to v0.156.1 (#66)
- 🐛 deps: update go modules to v0.156.0 (#65)
- 🐛 deps: update go modules to v0.155.0 (#64)
- 🐛 deps: update go modules to v0.154.0 (#63)
- 🐛 deps: update go modules to v0.152.0 (#62)
- 🐛 deps: update go modules to v0.151.0 (#61)
- 🐛 deps: update go modules to v0.150.0 (#60)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:0.14.2Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:0.14.2 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comv0.14.1
Changelog
- 🐛 recover stuck MTProto connections and surface tool failures in logs (#58)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:0.14.1Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:0.14.1 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comv0.14.0
Changelog
- ✨ add headless HTTP-only shared-daemon transport mode (#57)
- 🐛 deps: update go modules to v0.149.0 (#56)
- 🐛 deps: update go modules to v0.148.0 (#55)
- 🐛 deps: update go modules to v0.147.0 (#54)
- 🐛 deps: update go modules to v0.21.0 (#53)
- 🐛 deps: update go modules to v0.145.2 (#52)
- 🐛 deps: update go modules to v0.145.1 (#51)
- 🐛 deps: update go modules (#48)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:0.14.0Verify Signature
cosign verify \
ghcr.io/lexfrei/mcp-tg:0.14.0 \
--certificate-identity-regexp=https://github.com/lexfrei/mcp-tg \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com