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

2.5.0-release

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Dec 23:32
5c26134

ChatFramePlus

2.5.0-release (2023-12-26)

Full Changelog Previous Releases

  • feat: support for custom fonts (#18)

    • refactor(font): allow user to provide custom fonts

    Since distributing fonts can be tricky due to licensing, the user can now provide custom fonts by

    adding custom-font-{1-3}.ttf to ChatFramePlus/Assets/Fonts. Note: Support will be removed for

    OpenDyslexic3 and OpenDyslexicMono to keep file sizes short. You can re-add these fonts as custom

    fonts.

    issue #17

    • style(options): update descriptions to include periods to match the format of native Options

    • docs: update README