v5.2.2
[5.2.2] - 2024-12-06
Pypi: https://pypi.org/project/cobib/5.2.2/
Breaking Change
- The
config.theme.dark
andconfig.theme.design
settings have been replaced
by the newconfig.theme.theme
setting, which can be either the name of one
of textual's builtin themes, or a customtextual.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