Skip to content

Releases: lexfrei/mcp-tg

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:31
v1.3.0
76806e2

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.0

Verify 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.com

Verify 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 Linux

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:44
v1.2.1
7f8c03f

Changelog

  • 🔄 publish binaries and a Homebrew formula on release (#99)

Container Image

docker pull ghcr.io/lexfrei/mcp-tg:v1.2.1

Verify 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.com

Verify 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 Linux

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 10:15
v1.2.0
2a03373

Changelog

  • ✨ search: close the gaps in the message search tools (#96)

Container Image

docker pull ghcr.io/lexfrei/mcp-tg:1.2.0

Verify 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.com

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:12
v1.1.0
e1201d2

Changelog

  • ✨ post as a channel identity (send_as) (#95)

Container Image

docker pull ghcr.io/lexfrei/mcp-tg:1.1.0

Verify 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.com

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:21
v1.0.0
a24cde0

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.0

Verify 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.com

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:40
v0.15.0
84ee8c4

Changelog

  • ✨ tools: support custom, multiple, and big reactions (#81)

Container Image

docker pull ghcr.io/lexfrei/mcp-tg:0.15.0

Verify 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.com

v0.14.3

Choose a tag to compare

@github-actions github-actions released this 19 Jun 14:32
v0.14.3
a1fa805

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.3

Verify 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.com

v0.14.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:22
v0.14.2
7a2a7d2

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.2

Verify 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.com

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:46
v0.14.1
cbf3af1

Changelog

  • 🐛 recover stuck MTProto connections and surface tool failures in logs (#58)

Container Image

docker pull ghcr.io/lexfrei/mcp-tg:0.14.1

Verify 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.com

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 00:07
v0.14.0
3ef2cb0

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.0

Verify 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