Skip to content

v5.2.2

Compare
Choose a tag to compare
@mrossinek mrossinek released this 06 Dec 20:52
· 69 commits to master since this release
be1532c

[5.2.2] - 2024-12-06

Pypi: https://pypi.org/project/cobib/5.2.2/

Breaking Change

  • The config.theme.dark and config.theme.design settings have been replaced
    by the new config.theme.theme setting, which can be either the name of one
    of textual's builtin themes, or a custom textual.theme.Theme instance
    (#147,!279). Due to how recent these settings have been introduced (as part of
    5.2.0), I am opting for a quick removal in this bugfix release rather than a
    proper version bump (in the sense that they have likely not been adopted, yet)
    and the severness of the bug that this is causing outweighs the needs here.

Fixed

  • compatibility with textual>=0.86