Skip to content

Releases: usememos/telegram-integration

v0.3.1

29 Jan 12:56

Choose a tag to compare

Changelog

  • e90f5a2 chore: bump github.com/go-telegram/bot from 1.16.0 to 1.17.0 (#147)
  • df1528f chore: bump github.com/go-telegram/bot from 1.17.0 to 1.18.0 (#168)
  • b26f0be chore: bump github.com/usememos/memos from 0.25.0 to 0.25.1 (#152)
  • 19392a4 chore: bump github.com/usememos/memos from 0.25.1 to 0.25.3 (#162)
  • d0b45b7 chore: update Go version to 1.25.x and increment goreleaser version to 2

v0.3.0

17 Jul 14:57

Choose a tag to compare

Changelog

  • 29e2e03 chore: bump github.com/go-telegram/bot from 1.15.0 to 1.16.0 (#135)
  • 316ea40 chore: upgrade to memos v0.25.0

v0.2.6

23 Jun 15:35

Choose a tag to compare

What's Changed

  • chore: bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot in #134
  • fix: npe from getConfigFromEnv

Full Changelog: v0.2.5...v0.2.6

v0.2.5

04 Jun 14:19
baa899b

Choose a tag to compare

What's Changed

  • Limit bot usage by specified usernames and support absolute path to data file path by @alexkutsan in #126

New Contributors

Full Changelog: v0.2.4...v0.2.5

v0.2.4

17 Feb 15:07

Choose a tag to compare

Changelog

v0.2.3

17 Feb 14:38

Choose a tag to compare

Changelog

  • 32b0959 chore: bump github.com/go-telegram/bot from 1.13.3 to 1.14.0 (#110)
  • fc733bb chore: bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#109)
  • 96e460c fix: search

v0.2.2

07 Feb 05:12
e66929c

Choose a tag to compare

Changelog

v0.2.1

06 Feb 11:56

Choose a tag to compare

Changelog

v0.2.0

06 Feb 01:31

Choose a tag to compare

What's Changed

  • Bump github.com/usememos/memos from 0.22.5 to 0.24.0
  • Fix nil pointer panic by @unstppbl in #94
  • Add telegram api proxy address by @binjoo in #93

New Contributors

Full Changelog: v0.1.7...v0.2.0

v0.1.7

07 Dec 04:35
d0ec82e

Choose a tag to compare

Changelog

  • 3088c8d chore: bump go version
  • c49dd51 chore: using instance url from workspace profile
  • 767e58e chroe: remove unused env
  • 62e77a3 feat: add simple message.Entities handle (#72)
  • 8e8f92b fix: update docker base image(#58)