mirror-chatterino2/CHANGELOG.md
pajlada cdf85c5084
Message menu now holds a shared pointer to a layout (#1787)
This ensures that the layout will survive for the lifetime of the menu,
     so any of the menu actions can with confidence do things with the
     layout, not having to worry whether it's dead or not.

This means that the user, while having the message menu open, could have
one extra MessageLayout alive. I have ensured that when the menu dies
the reference to the shared pointer dies with it.
2020-07-05 13:52:24 +02:00

1.2 KiB

Changelog

Unversioned

  • Major: We now support image thumbnails coming from the link resolver. This feature is off by default and can be enabled in the settings with the "Show link thumbnail" setting. This feature also requires the "Show link info when hovering" setting to be enabled (#1664)
  • Major: Added image upload functionality to i.nuuls.com. This works by dragging and dropping an image into a split, or pasting an image into the text edit field. (#1332)
  • Minor: You can now open the Twitch User Card by middle-mouse clicking a username. (#1669)
  • Minor: Emotes in the emote popup are now sorted in the same order as the tab completion (#1549)
  • Minor: Removed "Online Logs" functionality as services are shut down (#1640)
  • Bugfix: Fix preview on hover not working when Animated emotes options was disabled (#1546)
  • Bugfix: FFZ custom mod badges no longer scale with the emote scale options (#1602)
  • Bugfix: MacOS updater looked for non-existing fields, causing it to always fail the update check (#1642)
  • Bugfix: Fixed message menu crashing if the message you right-clicked goes out of scope before you select an action (#1783) (#1787)
  • Settings open faster
  • Dev: Fully remove Twitch Chatroom support