Skip to content

v7.4.0: Long overdue!

Compare
Choose a tag to compare
@bczsalba bczsalba released this 17 May 13:28
· 45 commits to master since this release

Lots and lots of things have happened since my previous time writing a release like this. It will all make sense soon (you can check my PyPi for a sneak peak!), but for the time being there's some changes to document.

Changelog

Additions

  • Add meta tokens for saving & restoring styles (bcf0a2e)

    This adds the new meta tokens #stash, #pop and their clearing-variants #stash/ and #/pop, which allow you to save a snapshot of the currently applied styles and restore it at a later point within the same markup.

    It can be super useful for when you want to insert special styles for a single word.

    [bold 141]This is an example with a [#stash/ @black grey]code-snippet [#/pop] in the middle.

  • Add support for alt/ctrl+backspace to remove whole words (@i404788, #109)

  • Add support for word move actions (Ctrl/Alt+/) & Home/End move (@i404788, #109)

Bugfixes

  • Fix multiline Label widget to incorrectly display message with hyperlink (@leonard-IMBERT, #108)
  • Fix input errors when alert is open (@qoft, #115)

Miscellaneous