Skip to content

Latest commit

 

History

History
167 lines (92 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

167 lines (92 loc) · 12.2 KB

Changelog

2.1.0+1.20.6 (2024-05-10)

Features

  • chat: add entries[].discord.purgeLinks option to prevent links from being sent to Discord (#135) (046e148), closes #134

2.0.3+1.20.6 (2024-05-04)

Build System

  • add support for Minecraft 1.20.5+ (037115f)
  • api: add support for Minecraft 1.20.5+ (651b042)
  • chat: add support for Minecraft 1.20.5+ (a9a313c)
  • cmds: add support for Minecraft 1.20.5+ (0ede3cf)
  • presence: add support for Minecraft 1.20.5+ (6ffd2e5)

2.0.3+1.20.4 (2024-03-04)

Bug Fixes

  • chat: Minecraft events were not being forwarded to Discord forum threads (fixes #121) (#122) (dc24b66)

2.0.2+1.20.4 (2024-01-27)

Build System

  • add support for Minecraft 1.20.3+ (5076558)
  • api: add support for Minecraft 1.20.3+ (707890d)
  • chat: add support for Minecraft 1.20.3+ (15fff69)
  • cmds: add support for Minecraft 1.20.3+ (3da022c)
  • presence: add support for Minecraft 1.20.3+ (eadb57a)

2.0.2+1.20.2 (2023-12-03)

Build System

  • add support for Minecraft 1.20.2+ (47b2106)
  • api: add support for Minecraft 1.20.2+ (1206525)
  • chat: add support for Minecraft 1.20.2+ (bdd2e1a)
  • cmds: add support for Minecraft 1.20.2+ (e80603d)
  • presence: add support for Minecraft 1.20.2+ (c8ef25e)

2.0.2+1.20.1 (2023-10-17)

Bug Fixes

  • chat: do not check player count during server start-up on Discord messages (fixes #84) (#91) (8cddbeb)
  • cmds: option choices were incorrectly serializing to disk (fixes #83) (#90) (70574c4)

Build System

  • add support for Minecraft 1.20-1.20.1 (#106) (d627188)
  • api: add support for Minecraft 1.20-1.20.1 (#102) (d2534e2)
  • chat: add support for Minecraft 1.20-1.20.1 (#103) (0a150ec)
  • cmds: add support for Minecraft 1.20-1.20.1 (#104) (07d260f)
  • presence: add support for Minecraft 1.20-1.20.1 (#105) (ae5e637)

2.0.1+1.20 (2023-06-10)

Bug Fixes

  • api: do not load already loaded modded translations (fixes #78) (#79) (d6614bd)

2.0.0+1.20 (2023-06-08)

deps

2.0.0+1.19.4 (2023-06-08)

⚠ BREAKING CHANGES

  • use Patbox/TextPlaceholderAPI for templating (#70)

Features

  • add samolego/FabricTailor support for player avatars (closes #68) (#75) (6a14aba)
  • add player avatars to certain messages (closes #31) (#62) (331e6d8)
  • add support for Bedrock player avatars in embeds (closes #71) (#72) (af69840)
  • chat: send Discord stickers into Minecraft (closes #74) (#76) (8c8ca3e)
  • chat: separate advancement config into task, goal and challenge (a570d0a)
  • chat: show player avatar on login, logout, death and teleport messages (331e6d8)
  • cmds: show avatar in custom command feedback where a player is detected (331e6d8)
  • upgrade Minecraft (1.19 -> 1.19.2) (#69) (c351b26)
  • use Patbox/TextPlaceholderAPI for templating (#70) (a570d0a)

Bug Fixes

  • api: regex characters in StringTemplate variables should be escaped (#65) (4553977)
  • mixins that may now be remapped (f17a48d)

Miscellaneous Chores

  • release as v2.0.0+1.19.4 (d3d9bfc)

1.1.0-beta.3 (2022-08-22)

Features

  • api: add 'i18n' config for translations (#48) (64b95c0)
  • api: add String formatting to string templates (4baa059)
  • chat: add /me, /say and /tellraw command messages (closes #51) (#53) (7eea724)
  • chat: add Discord reply messages (closes #50) (#57) (4baa059)
  • chat: use new fabric-message-api events (closes #32) (#52) (1859c69)

Bug Fixes

  • api: do not attempt to remap the language mixin (791775b)
  • chat: correct teleport message placeholders in config (7eea724)
  • chat: correct Discord message placeholders in config (4baa059)
  • cmds: commands that don't have an output should receive a default message (fixes #54) (162f30f)
  • cmds: commands with multiple lines of output should edit the original embed (162f30f)
  • modded translation keys should be resolved (fixes #45) (64b95c0)

1.0.0-beta.3 (2022-07-01)

Bug Fixes

  • lang3 classes should not be relocated (fixes #40) (#42) (9c107f3)
  • chat: unused java-diff-utils classes should remain (9c107f3)

Miscellaneous Chores

  • force release as v1.0.0-beta.3 (b36b83a)

1.0.0-beta.2 (2022-06-30)

Bug Fixes

  • api: unused JDA classes should remain (fixes #37) (#38) (35c6599)

Miscellaneous Chores

  • force release as v1.0.0-beta.2 (01a60f0)

1.0.0-beta.1 (2022-06-11)

Features

Miscellaneous Chores

  • force release as v1.0.0-beta.1 (81e23ff)