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
- Tableprompt lists by @TheItsNameless in #29
- Additions by @TheItsNameless in #35
- 36: add disabled options by @TheItsNameless in #39
- add separators by @TheItsNameless in #42
- 31: Add Documentation by @TheItsNameless in #43
- Fix/44 updated media by @TheItsNameless in #45
Full Changelog: v1.4...v1.5