novelyst_themes

A theme changer plugin for novelyst

View the Project on GitHub

Project home page > Changelog


Changelog

v4.0.4

Fix a bug where the menu entry is disabled when no project is open.

Compatibility: novelyst v4.0 API

v4.0.3

Refactor: replace tkinter constants with string literals.

Compatibility: novelyst v4.0 API

v4.0.2

Fix a bug where the available themes are not displayed, if the ttkthemes package is not installed.

This is, because ttkthemes.ThemedStyle.theme_names() returns a list, whereas ttk.Style.theme_names() returns a tuple, which has no sort() method.

Compatibility: novelyst v4.0 API

v4.0.1

Compatibility: novelyst v4.0 API

v4.0.0

Compatibility: novelyst v4.0 API

v3.0.0

Compatibility: novelyst v3.0 API

v2.0.1

Compatibility: novelyst v2.0 API

v0.2.1

Compatibility: novelyst v1.0 API