Skip to content

v1.5

Latest
Compare
Choose a tag to compare
@TheItsNameless TheItsNameless released this 24 Apr 13:17
df965c6

ItsPrompt v1.5

With this update ItsPrompt finally introduces a Documentation, now available here!

We also updated the process of generating visualisation media for ItsPrompt. With vhs, updating the images is now as simple as running a single command!

Since the last release we also introduced lists in TablePrompt, disabled options and separators. To read more about them, visit our documentation!

Documentation

A documentation for ItsPrompt is finally available here!

TablePrompt Lists

You can now input data for TablePrompt as a TablePromptList:

data = [
    ["field 1", "field 2"],
    ["field 3", "field 4"]
]

Disabled Options

All Prompt Types which take a list of options now offer a new disabled argument, which takes a list of IDs to be disabled. Those cannot be selected and are grayed out.

To read more, visit Disabled Options.

Separators

Separators can be used to separate different options in different groups.

To read more, visit Separators.


If you've got any ideas on what could be changed, added, or improved, visit our Discussions, Discord or open an Issue!

What's Changed

Full Changelog: v1.4...v1.5