Skip to content

Releases: MadrasMC/telecraft

v2.0.0-beta6

17 Nov 22:49
8ecb1cf

Choose a tag to compare

  • Fixed store-related auth bug
  • Fixed Vintage Story getting bridged with any group or chat sending messages to the bot
  • Fixed MC server becoming a baby zombie process if Telecraft was ungracefully killed
  • Fixed MC<>Telegram bridge:
    • Fixed missing escape in RegExp sequence parsing Minecraft messages
    • Fixed incorrectly stringifying chatId before comparing, causing Telegram messages to not be bridged with Minecraft

v2.0.0-beta4

14 Nov 23:05
9718e17

Choose a tag to compare

  • [BREAKING] Switched to Bun as the runtime, replacing Deno
  • [BREAKING] Switched to using Bun SQLite directly instead of problematic Deno.Kv (old Telecraft stores are unfortunately invalid now)
  • Fixed minor issues with the Auth plugin
  • Made IRC plugin unmaintained for now, due to the "irc" module depending on iconv

v2.0.0-beta.3

11 Oct 17:04
11a08c8

Choose a tag to compare

  • Fixed issues launching Minecraft with the auth plugin enabled
  • Upgraded to Deno 2.5
  • Added support for /time in Minecraft

v2.0.0-beta.2

29 Aug 06:00
154bbaf

Choose a tag to compare

  • A few minor fixes for Vintage Story.
  • /list doesn't query server anymore, uses a Telecraft managed Set, based on tracked joins and leaves.
  • Fix Deno 1.44 for CI builds; Deno broke types 1.45 onwards.

v2.0.0-beta.1

28 Jan 17:08
f1010e2

Choose a tag to compare

telecraft

This is the first public release for telecraft. This version adds preliminary support for VintageStory, and adds a configuration format. Read full documentation here.