Releases: sylvanaar/prat-3-0
Releases · sylvanaar/prat-3-0
3.8.7
3.8.6
Prat 3.0
3.8.6 (2020-06-02)
- Buttons: Undo last change - may be causing buttons to display on load despite being hidden
- Achievments: Enable achievement event processing
- Reformat code
- Timestamps: More efficient timestamp addition
- PlayerNames: Link protection for BNET links
- Copychat: Don't strip quoted BNET links
- CustomFilters: Make available the ability to output to a specific chatframe
3.8.5
Prat 3.0
3.8.5 (2020-05-31)
- CopyChat: Click the timestamp to copy the line into the edit box
- Core: Compatibility fix for WIM
- History: Handle non-commands
- Core: Include the frame in the link function call
- Core: Improve CHANNEL_NOTICE code
- CopyChat: Remove the no-strip option
- History: Fix issue where secure commands weren't being filtered from the editbox history
3.8.4
3.8.3
Prat 3.0
3.8.3 (2020-05-31)
- Core: Debug message command uses no-strip copy
- CopyChat: Add a no-strip mode for debugging
- CopyChat: Allow the copychat frame to handle more text
- ChatTabs: Remove the tab flashing that this module does
- Core: Fix system messages disappearing and tabs not flashing
- Search: Fix for empty search results
3.8.2
3.8.1
3.8.0
Prat 3.0
3.8.0 (2020-05-30)
- Core: fix timeout for printliteral
- Core: Fix issue with chat type info
- Search: Fix search box height so anchoring is correct
- Merge branch '3.8'
- Merge pull request #81 from sylvanaar/3.8
New core that doesn't taint AddMessage - Core: Do not create new chat tables for channels that the frame isn't subscribed to
- Events: Restore all events more
- Core: No Need to select chat window anymore before copying
- CopyChat: Make sure that we access the history buffer lines in order
- Merge branch 'master' into 3.8
Conflicts:
addon/addon.lua
services/chatsections.lua
- Prototype that doesn't taint AddMessage
3.7.82
Prat 3.0
3.7.82 (2020-05-30)
- Mentions: Ensure that the chat table is not nil
- Core: Improve the link registry owner tracking
- Core: Try to optimize the core patterns code, and include some performance metrics
- Core: make sure we pass chatesections when we can
- Core: The message debug command should only show messages which were added to the chatframe
- Search: Move the animation setup for the search box to frame creation
- Scrollback: Keep the original message time. Make spam removal an option
- Scrollback: Support a keep history time of 0 (forever), and remove addon spam from history.
- Search: Make the search box more like the copychat icon. Click to use.
- CopyChat: Fix copy button in the settings (#79)
- Scrollback: Don't save the combat log
3.7.81
Prat 3.0
3.7.81 (2020-05-27)
- Scrollback: Fixes for enabling history on all frames
- History: Fix the index into the command history when opening an editbox
- History: Better solutiuon to spaves in saved command history
- Debug: Allow PrintLiteral to be routed to another frame
- History: Avoid saving into the edit history with an empty chatType attribute (Fix #61)
- Scrollback: The length of time to keep the message history is now an option