Skip to content

Releases: sylvanaar/prat-3-0

3.7.59

17 May 12:51
Compare
Choose a tag to compare

Prat 3.0

3.7.59 (2020-05-17)

Full Changelog

  • Search: Fix numerous bugs
  • Search: Fix some error messages

3.7.58

17 May 12:14
Compare
Choose a tag to compare

Prat 3.0

3.7.58 (2020-05-17)

Full Changelog

  • Search: Resurrect the search module. Search your chat!
  • CustomFilters: Remove unused sink, clean up the match handling so it always passes through gsub
  • Highligh: Add options for the module
  • Editbox: Fix border color for chat channels

3.7.57

17 May 07:44
Compare
Choose a tag to compare

Prat 3.0

3.7.57 (2020-05-17)

Full Changelog

  • Merge branch 'master' of github.com:sylvanaar/prat-3-0

    Conflicts:

    addon/locales.lua

    modules/ChatFrames.lua

  • Locales: Tweak the first char pattern a little
  • Chatframes: Stop trying to hook multiple times
  • Try to address #53. Update the name matching patterns to bettter support UTF8
  • Reformatted all source files
  • Fix typo for RegisterSmartGroup in OnDisable
  • Stop processing loot messages
  • Merge branch 'master' of github.com:sylvanaar/prat-3-0
  • Revert previous changes affecting editbox fonts, and fix fornt when first setting value
  • Merge pull request #22 from amakinen/blizz-timestamps-taint-fix
    Hiding default UI timestamps without breaking Communities UI - setfenv solution
  • Merge branch 'master' into blizz-timestamps-taint-fix
  • Remove CF_MEH hook which taints timestamp
  • Add .editorconfig
  • Support for community channels in sound module
  • Fix the channel list
    Blizzard changed the ordering of data in the channel list and this was preventing the full list of channels from showing.
  • Disable Blizzard timestamps on Timestamps module init instead of enable
    Init is called only once and earlier, reducing chance that it is already
    hooked.
  • Hide Blizzard chat timestamps by using setfenv
    to redirect the CHAT_TIMESTAMPS_FORMAT read instead of modifying and
    tainting the global.
    CF_MEH does not write globals or create functions that do, so __newindex
    is not strictly necessary, but use it anyway to avoid hard to debug
    issues if it is ever changed to do so.
  • Revert "Hide Blizzard chat timestamps when using the Timestamps module"
    While this implementation correctly hid default timestamps in chat and
    kept them in the Communities UI, tainting CHAT_TIMESTAMP_FORMAT breaks
    other, secure features of the Communities UI and a different solution is
    needed.

3.7.56

19 May 13:23
Compare
Choose a tag to compare

Prat 3.0

3.7.56 (2020-05-12)

Full Changelog

  • Try to address #53. Update the name matching patterns to bettter support UTF8
  • Reformatted all source files

3.7.55

07 May 10:06
Compare
Choose a tag to compare

Prat 3.0

3.7.55 (2020-05-07)

Full Changelog

  • Fix typo for RegisterSmartGroup in OnDisable
  • Stop processing loot messages

3.7.54

07 May 07:37
Compare
Choose a tag to compare

Prat 3.0

3.7.54 (2020-05-07)

Full Changelog

  • Merge branch 'master' of github.com:sylvanaar/prat-3-0
  • Revert previous changes affecting editbox fonts, and fix fornt when first setting value
  • Merge pull request #22 from amakinen/blizz-timestamps-taint-fix
    Hiding default UI timestamps without breaking Communities UI - setfenv solution
  • Merge branch 'master' into blizz-timestamps-taint-fix
  • Remove CF_MEH hook which taints timestamp
  • Add .editorconfig
  • Support for community channels in sound module
  • Fix the channel list
    Blizzard changed the ordering of data in the channel list and this was preventing the full list of channels from showing.
  • Disable Blizzard timestamps on Timestamps module init instead of enable
    Init is called only once and earlier, reducing chance that it is already
    hooked.
  • Hide Blizzard chat timestamps by using setfenv
    to redirect the CHAT_TIMESTAMPS_FORMAT read instead of modifying and
    tainting the global.
    CF_MEH does not write globals or create functions that do, so __newindex
    is not strictly necessary, but use it anyway to avoid hard to debug
    issues if it is ever changed to do so.
  • Revert "Hide Blizzard chat timestamps when using the Timestamps module"
    While this implementation correctly hid default timestamps in chat and
    kept them in the Communities UI, tainting CHAT_TIMESTAMP_FORMAT breaks
    other, secure features of the Communities UI and a different solution is
    needed.

3.7.53

02 May 22:59
Compare
Choose a tag to compare

Prat 3.0

3.7.53 (2020-05-02)

Full Changelog

  • TOC Update For Classic

3.7.52

02 May 17:25
Compare
Choose a tag to compare

Prat 3.0

3.7.52 (2020-05-02)

Full Changelog

  • Fix Dropdown Menu Tainting
  • Fix a coupple issues with forwarding chat

3.7.51

02 May 15:54
26d20bc
Compare
Choose a tag to compare

Prat 3.0

3.7.51 (2020-05-02)

Full Changelog

  • Merge pull request #49 from mltnhm/master
    Add option for a format with AM/PM but no seconds
  • Fix editbox font size issue
  • Add option for a format with AM/PM but no seconds
  • Remove Forum Thread

3.7.50

26 Jan 16:03
Compare
Choose a tag to compare

Prat 3.0

3.7.50 (2020-01-26)

Full Changelog

  • Add a guard against misbehaved addons which add chat types without a valid CHAT_TYPE_INFO entry