CHANGELOG

1.3.2

  • fixed give up timer speeding up when typing the interaction input in chat

1.3.1

  • added background opacity config
  • added frame visibility config

1.3.0

  • fixed broken pause menu reference that was causing the entire game's gui to break in the mesa update
  • fixed chat font not loading

1.2.2

  • added a config for the size of the text chat
  • made chat elements properly scale with different font sizes
  • added a config for using IMGUI to display the text field (this should mostly fix the Microsoft IME issues)
  • added a few missing keys to the chat key config

1.2.1

  • added cancelling out of typing with the escape key
  • fixed <u> tags appearing when typing with Microsoft IME
  • adjusted line and message spacing to be a lil less cramped

1.2.0

  • added chat rich text config
  • moved to using events for networking instead of RPC
    • this adds cross compatibility with CozyChat and PeakNSpeak!
  • fixed messages sometimes calculating their heights wrong
  • hopefully fixed messages sometimes not sending

1.1.2

  • added chat position config (can now move chat to top left or top right)
  • fixed chat not blocking the cinematic camera hotkey when in focus
  • fixed chat not always hiding when the rest of the ui is hidden

1.1.1

  • potentially fixed text chat sometimes overlapping with ui from other mods
  • added bepinex dependency (i forgor)

1.1.0

  • added config support
  • fixed weird padding in chat log

1.0.0

  • initial release