promotional bannermobile promotional banner

ChatFramePlus

Provides further customization for chat frames.

File Details

1.6.0-release

  • R
  • Jun 28, 2023
  • 135.57 KB
  • 63
  • 3.4.2+1
  • Classic

File Name

ChatFramePlus-1.6.0-release.zip

Supported Versions

  • 3.4.2
  • 1.14.3

ChatFramePlus

1.6.0-release (2023-06-28)

Full Changelog Previous Releases

  • Squashed commit of the following:
    commit e1809d4902d27943e9aa9141af014bee3bd14046
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Tue Jun 27 18:36:45 2023 -0700
    feat(button): add options to hide ChatFrameChannelButton and ChatFrameMenuButton
    After this feature, I plan to revisit my database structure, module files, and options files to
    ensure that my addon can scale.
    commit 7ce9082a901a09b96f6afc3e8bb44e1724dbaa45
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Mon Jun 26 23:29:38 2023 -0700
    chore: update functions that set database defaults to instead be tables
    Can't remember why these were initially created as functions but let's clean it up.
    commit b3745a3de0cd955793982961a43e82cfbffe3885
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Mon Jun 26 23:25:47 2023 -0700
    docs: update README
    To mention new button module.
    commit 2c7a1d4904d69494111db5e2011d99df97c72d17
    Merge: 6999423 8955a9d
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Mon Jun 26 22:44:17 2023 -0700
    Merge branch 'development' of https://github.com/drzewieckinicholas/ChatFramePlus into development
    commit 8955a9db17b6651b6bb41c201fb0cc7ec0739937
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Mon Jun 26 21:54:59 2023 -0700
    chore: update options table order and semantics around function names for database defaults
    commit bdfb3b772d04b23f1bece6ea7b2840f02636a5b2
    Author: Nicholas Drzewiecki drzewieckinicholas@gmail.com
    Date: Mon Jun 26 21:51:52 2023 -0700
    feat: add initial functionality for button module
    Still not entirely sure how I want to structure the database to separate options that are specific
    to a chat frame, and options that are not specific to a chat frame such as the Channel and Menu
    buttons. For now users will be able to hide the buttons that are specific to a chat frame.