Skip to content

Releases: seblindfors/ConsolePort

2.7.26

06 Feb 19:45
Compare
Choose a tag to compare

Console Port

2.7.26 (2024-02-06)

Full Changelog Previous Releases

  • Update TOCs
  • Update ConsolePort.toc
  • Fix broken color picker on 1.15.1

2.7.25

28 Jan 07:47
Compare
Choose a tag to compare

Console Port

2.7.25 (2024-01-28)

Full Changelog Previous Releases

  • Account for ranged inventory type removed in Retail

2.7.24

27 Jan 14:49
Compare
Choose a tag to compare

Console Port

2.7.24 (2024-01-27)

Full Changelog Previous Releases

  • Update ConsolePort.toc
  • Remove old cursor movement handler
  • Fix faulty item equip location map
  • Fix addons using same global name for frame and binding category in popup
  • Update lib drop down for action bar

2.7.23

20 Jan 12:13
Compare
Choose a tag to compare

Console Port

2.7.23 (2024-01-20)

Full Changelog Previous Releases

  • Update ConsolePort.toc
  • Fix broken color picker in Retail
  • Move cursor taint warnings to cursor module
    • Add workaround for map pins causing taint by opening other panels on motion scripts.

2.7.22

17 Jan 17:10
Compare
Choose a tag to compare

Console Port

2.7.22 (2024-01-17)

Full Changelog Previous Releases

  • Update TOC for 10.2.5
  • Config QoL updates
    • Add clarification to ring manager about the extra action button stuck to the default utility ring.
    • Disable mouse wheel scrolling on select widgets unless the widget is active.
    • Disable interface cursor hooks on items in the ring manager (in that menu, you're probably not there to copy spells to the action bar).

2.7.21

13 Jan 19:53
Compare
Choose a tag to compare

Console Port

2.7.21 (2024-01-13)

Full Changelog Previous Releases

  • Add fix for the pvp results frame causing cursor flickering
  • Fix issue where group loot frames can become inaccessible to the cursor
  • Remove unnecessary code in node calculations

2.7.20

12 Jan 17:00
Compare
Choose a tag to compare

Console Port

2.7.20 (2024-01-12)

Full Changelog Previous Releases

  • Fix raid cursor travel time option having no effect
  • Make popups default to enabled while dead
    Previously you were unable to edit key bindings and import/export settings while dead.
  • Make unit hotkeys use a higher frame level to account for unit frame children
    With certain raid frames, the frame level of unit hotkeys is not high enough due to the unit frame having a tree of child frames, causing the unit hotkey to render below other elements, or possibly not even visible.
  • Fix a bug where cursor node calculations use the wrong method to find center
  • Change default unit hotkey set to prioritize raid
    • Due to Lua's string sorting, raid2 will have a lower priority than raid19. This is probably bad.
    • raid unit IDs are now prioritized above party, with a special class for raid1-9 to make them higher priority than raid10-40, due to the multiple number sorting issue.
    • party unit IDs exist simultaneously as raid unit IDs, but you're not likely to have unit frames for them visible on screen, causing raid frames to get more complex bindings than necessary.

2.7.19

08 Jan 11:32
Compare
Choose a tag to compare

Console Port

2.7.19 (2024-01-08)

Full Changelog Previous Releases

  • Add interface cursor scrolling to modern scroll containers
    The switch to scroll containers on Retail instead of using the ScrollFrame widget type has led to broken scrolling in most of the UI (except for edit mode which still uses a ScrollFrame for reasons unknown). This addition should make scrolling work again, but at the risk of spreading taint.
    • Also added textures to indicate scrolling is available, since this isn't intuitive to all people.
  • Add priority to the tooltip on group loot frames
    Hopefully this should minimize accidental need/greed/pass on group loot rolls.
  • Switch to use metatable for interface cursor scans
    This change is to prevent overridden methods on frames found recursively from disturbing the vector calculations necessary for the interface cursor to make decisions.
  • Refactor secure UI controller since it's the only UI controller left in the base addon
  • Add a somewhat working automatic move when a unit expires
  • Clean up raid cursor casting info
  • Fix bug where blocker appears with gamepad cursor in use

2.7.18

06 Jan 15:15
Compare
Choose a tag to compare

Console Port

2.7.18 (2024-01-06)

Full Changelog Previous Releases

  • Fix bug where cursors don't show attention grabbing animation

2.7.17

06 Jan 15:10
Compare
Choose a tag to compare

Console Port

2.7.17 (2024-01-06)

Full Changelog Previous Releases

  • Add modern styling and settings to the raid cursor
  • Add unit variable to raid cursor filter for easier filtering