Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

2.1.0-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 04:37
· 21 commits to main since this release

ChatFramePlus

2.1.0-release (2023-08-01)

Full Changelog Previous Releases

  • feat: initial button module functionality
    Need to think more about how to structure functionality specific to a chat frame versus
    functionality for the entire chat frame. Initial button module will allow players to show or hide
    the navigational buttons as they are specific to a chat frame. That is how the addon functions
    currently, so it's easy to implement this slice.
  • fix: revert back to using SetText instead of Insert on copy frame multi-line edit box
    Insert was being used to debug issue #2 and it has an issue with SetCursorPosition not consistently
    scrolling to the bottom.
  • style: consistent variable naming