Skip to content

Releases: sylvanaar/prat-3-0

3.8.7

02 Jun 21:30
Compare
Choose a tag to compare

Prat 3.0

3.8.7 (2020-06-02)

Full Changelog

  • Achievements: Fix issue where achievements weren't being handled

3.8.6

02 Jun 20:45
Compare
Choose a tag to compare

Prat 3.0

3.8.6 (2020-06-02)

Full Changelog

  • 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

31 May 21:01
Compare
Choose a tag to compare

Prat 3.0

3.8.5 (2020-05-31)

Full Changelog

  • 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

31 May 03:21
Compare
Choose a tag to compare

Prat 3.0

3.8.4 (2020-05-31)

Full Changelog

  • Core: Fix for losing messages like /roll aftrer a whisper

3.8.3

31 May 02:36
Compare
Choose a tag to compare

Prat 3.0

3.8.3 (2020-05-31)

Full Changelog

  • 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

30 May 19:57
Compare
Choose a tag to compare

Prat 3.0

3.8.2 (2020-05-30)

Full Changelog

  • Core: Fix for chat fading issues
  • Core: Fix typo

3.8.1

30 May 13:12
Compare
Choose a tag to compare

Prat 3.0

3.8.1 (2020-05-30)

Full Changelog

  • Core: Fix for lines that wont fade back in, and for incorrect tab flashing

3.8.0

30 May 12:06
Compare
Choose a tag to compare

Prat 3.0

3.8.0 (2020-05-30)

Full Changelog

  • 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

30 May 06:57
Compare
Choose a tag to compare

Prat 3.0

3.7.82 (2020-05-30)

Full Changelog

  • 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

27 May 08:55
Compare
Choose a tag to compare

Prat 3.0

3.7.81 (2020-05-27)

Full Changelog

  • 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