Skip to content

Release 7.8.0

Compare
Choose a tag to compare
@thet thet released this 15 Apr 10:26
· 1033 commits to master since this release

7.8.0 (2022-04-15)

Features

  • pat tooltip: Initialize the tooltip's content after each refresh via get_content. This re-initializes any patterns after an update to the tooltip's contents. (665bea5)

Maintenance

  • Build: Remove customized main changelog template as due to conventional-changelog 4.3.0 the previous header's line break is preserved. (9e8ecbd)

  • Build: Upgrade dependencies. (9ea9c21)

  • pat tooltip: Use add_event_listener from core.events which better handles double registrations and makes it easier to unregister event handlers. (fe0f0d7)