Releases: sylvanaar/prat-3-0
3.9.1
Prat 3.0
3.9.1 (2020-10-25)
Full Changelog Previous Releases
- Merge pull request #175 from WanderingFox/master
Adds 9.0 Newcomer/Guide icons - need _G on constants too
- use _G
- user proper check for newcomer status
- formatting
- account for 9.0 guide/newcomer icons
- Merge pull request #167 from KyrosKrane/GuildRoster-Fix
Fix for GuildRoster issues - Merge pull request #162 from KyrosKrane/master
Fixes to invite.lua module (works with both classic and retail) - Fix for GuildRoster issues
- Fix to allow for Classic to continue working
- Change InviteUnit() to C_PartyInfo.InviteUnit()
3.9.0
Prat 3.0
3.9.0 (2020-10-19)
Full Changelog Previous Releases
-
Core: TOC 90000
-
Merge pull request #133 from amakinen/editbox-fixes
Editbox fixes -
Merge pull request #135 from Thrayl/patch-1
Updated for new guild roster namespace -
Merge pull request #137 from Thrayl/patch-2
Updated deprecated API -
Merge pull request #142 from Vashidu/master
Apply fixes for prepatch -
Update Invites.lua
-
Merge pull request #1 from Vashidu/9.0.1
Fix for prepatch -
update guildroster to new guildroster namespace, update toc for 90001
-
Revert "update guildroster to new guildroster namespace, update toc for 90001"
This reverts commit cf45cd9 -
update guildroster to new guildroster namespace, update toc for 90001
-
update guildroster to new guildroster namespace, update toc for 90001
-
Updated deprecated API
-
Updated for new guild roster namespace
-
Editbox: Account for chatframe scrollbar width
-
Editbox: Use less generic key when adding our frame to Blizz frame
-
Editbox: Restore Blizz position on disable
-
Editbox: Restore Blizz focus texture on disable
Hide it with alpha instead of removing the texture file -
Editbox: Reposition temporary frames' editbox on creation
-
Editbox: Include temporary chat frames when looping
-
Editbox: Create Prat editbox frames for temporary chat frames too
-
Merge pull request #126 from Thrayl/master
Added Mixin for 9.0 / SL changesThanks for the PR!
-
Update Editbox.lua
-
Scrollback: Add existence check for the scrollback buffer
3.8.26
Prat 3.0
3.8.26 (2020-07-08)
Full Changelog Previous Releases
- Memory: Fix spelling error
- Memory: Smarter channel leaving behavior - only leave channels that are incorrect. Prevents most instances of #114
- Core: Better implementation of IsrRetail
- Core: Trim whitespaces from all chat messages
- Filtering: Change AI filtering from blacklist to whitelist. Improve feedback messges
- Filtering: Improve the training UI a bilt by re-scoring the line after clicking the ++ or -- links
- Filtering: Do not allow the API to filter our the player's own messages
- Scrollback: Handle nil battletag case #107
- Customfilters: Remove tristate options- too confusing
- Customfilters: Another implementation of the option to apply a filter to specific channels #101
- Revert "Revert "CustomFilters: Support filtering by channel #101""
- Filtering: Support for ignoring certain chat types from AI filtering
3.8.25
Prat 3.0
3.8.25 (2020-06-24)
- Filtering: Disable the AI filter by default
- Memory: Disable debug
- Filtering: Cleanup the training UI a bit
- Filtering: Added a new spam filter that is based on simple machine learning.
- Core: Add Baysean Classifier
3.8.24
Prat 3.0
3.8.24 (2020-06-22)
- CustomFilters: Support running before other modules so we can highlight ourself
- Achievements: Don't try to query player/empty guid
- Core: add IsPrivateChannel and IsCustomChannel to channel API
- Update issue templates
- CopyChat: Fix reversed copy for plain click
- Scroll: Disable TheLowDown for combat log. #103
- CopyChat: Make the copy button easier to click when copy links are underneath
- Revert "CustomFilters: Support filtering by channel #101"
- CustomFilters: Support filtering by channel #101
3.8.22
3.8.21
Prat 3.0
3.8.21 (2020-06-12)
- Timestamps: Don't add a timestamp if the message has been modified by something else
- Playernames: Don't create patterns for full names in color names everywhere. This will cut the number of patterns for most people in half.
- OriginalEditbox: EOL - Removed
- History: Don't save a new line if it is the same as the last one
- Scrollback: Add server time information #98
- Timestamps: Use the modern GetServerTIme API
- Memory: Fix typo
3.8.20
Prat 3.0
3.8.20 (2020-06-10)
- Memory: Don't forget to retry on error
- Memory: Don't do things more than once
- Memory: A bit faster implementation - but still relies on leaving all channels
- Revert "Memory: Much faster channel restore implementation"
- Memory: Restore CVars first
- Memory: Much faster channel restore implementation
- Memory: Support for chat related CVars
3.8.19
Prat 3.0
3.8.19 (2020-06-10)
- Memory: Handle channel number of 0 when adding channels
- Memory: If we are restoring an invalid frame - just close the frame
- Memory: Ensure frames are properly faded in after restore, and select the first frame in the dock