With this update ItsPrompt finally introduces a Documentation, now available [here](https://itsprompt.readthedocs.io/en/latest/index.html)!
We also updated the process of generating visualisation media for ItsPrompt. With [vhs](https://github.com/charmbracelet/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](https://itsprompt.readthedocs.io/en/latest/index.html)!
TablePrompt Lists
You can now input data for `TablePrompt` as a [`TablePromptList`](https://itsprompt.readthedocs.io/en/latest/guide/options_and_data.html#data-as-a-tablepromptlist):
py
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](https://itsprompt.readthedocs.io/en/latest/guide/usage.html#disabled-options).
Separators
`Separators` can be used to separate different options in different groups.
To read more, visit [Separators](https://itsprompt.readthedocs.io/en/latest/guide/options_and_data.html#separators).
---
If you've got any ideas on what could be changed, added, or improved, visit our [Discussions](https://github.com/TheItsProjects/ItsPrompt/discussions), [Discord](https://discord.gg/rP9Qke2jDs) or open an [Issue](https://github.com/TheItsProjects/ItsPrompt/issues)!
What's Changed
* Tableprompt lists by TheItsNameless in https://github.com/TheItsProjects/ItsPrompt/pull/29
* Additions by TheItsNameless in https://github.com/TheItsProjects/ItsPrompt/pull/35
* 36: add disabled options by TheItsNameless in https://github.com/TheItsProjects/ItsPrompt/pull/39
* add separators by TheItsNameless in https://github.com/TheItsProjects/ItsPrompt/pull/42
* 31: Add Documentation by TheItsNameless in https://github.com/TheItsProjects/ItsPrompt/pull/43
* Fix/44 updated media by TheItsNameless in https://github.com/TheItsProjects/ItsPrompt/pull/45
**Full Changelog**: https://github.com/TheItsProjects/ItsPrompt/compare/v1.4...v1.5