Skip to content

Releases: game-design-driven/sim-chat

sim-chat-0.12.0+forge-1.20.1

27 Jan 07:40

Choose a tag to compare

0.12.0 (2026-01-27)

Features

  • add configurable team auto-join behavior with size caps (a20f1f9)

Documentation

  • document teamJoin auto-join config options (29d6b50)

sim-chat-0.11.1+forge-1.20.1

22 Jan 08:13

Choose a tag to compare

0.11.1 (2026-01-22)

Documentation

  • update README with openmessage command and color configuration options (63d25ec)

sim-chat-0.11.0+forge-1.20.1

21 Jan 17:31

Choose a tag to compare

0.11.0 (2026-01-21)

Features

  • add client-configurable UI color palette for chat, widgets, and toast styling (db47327)
  • add focused message persistence, context menu actions, and openmessage flow with share links (e1999ec)
  • add per-command permission config and wire simchat commands including openmessage (b4689b6)

sim-chat-0.10.1+forge-1.20.1

20 Jan 18:57

Choose a tag to compare

0.10.1 (2026-01-20)

Documentation

  • update README with SQLite storage, lazy loading, and new configuration options (b217adb)

sim-chat-0.10.0+forge-1.20.1

19 Jan 17:40

Choose a tag to compare

0.10.0 (2026-01-19)

Features

  • add client-side message caching with lazy loading support and scroll-triggered older message requests (ca13c72)
  • add configurable batch sizes for initial sync (30), lazy loading (30), and server cap (100) (6baa7c6)
  • add priority queue system for runtime template resolution with tick-based flushing and proper newest-first ordering (738c66f)
  • add toJson/fromJson methods to ChatMessage and ChatAction for human-readable database storage (ed9448f)
  • change action click handling to use message UUID instead of index for reliable identification with lazy loading (3305430)
  • replace JSON file storage with SQLite database and add lazy loading network protocol (3f2c4c9)

Documentation

  • add sqlite_jdbc dependency requirement to README (5a20db7)

Code Refactoring

  • update commands and packet handlers to use SQLite-backed team manager API (b7682ae)

sim-chat-0.9.3+forge-1.20.1

17 Jan 13:54

Choose a tag to compare

0.9.3 (2026-01-17)

Bug Fixes

sim-chat-0.9.2+forge-1.20.1

17 Jan 07:55

Choose a tag to compare

0.9.2 (2026-01-17)

Bug Fixes

  • improve error handling and validation in avatar, dialogue, and entity config loading (3a6eaaa)

Documentation

  • update dialogue schema with variant system support (text/label/reply arrays, textMode/labelMode/replyMode selectors, action id field) (8b4583f)

sim-chat-0.9.1+forge-1.20.1

16 Jan 13:05

Choose a tag to compare

0.9.1 (2026-01-16)

Bug Fixes

  • use project version in processResources instead of mod_version prop (da6f3ef)

sim-chat-0.9.0+forge-1.20.1

16 Jan 13:01

Choose a tag to compare

0.9.0 (2026-01-16)

Features

  • use git-version plugin for automatic version from tags (b1d1dc8)

sim-chat-0.8.2+forge-1.20.1

16 Jan 12:13

Choose a tag to compare

0.8.2 (2026-01-16)

Bug Fixes

  • remove update version sh script (242f9f2)