@@ -465,6 +465,7 @@
</script>
<body onload="focusInput()">
<h1>To-Do List</h1>
+ To display your to-do list as an overlay, create a brower source in your streaming software, and point it at /todo.
<form id="todo-item-form" method="POST" onsubmit="focusInput()" action="/mgmt/addtodoitem">
<input type="text" id="itemInput" name="item" placeholder="Add a new item">
<button id="todo-item-form" class="button button2" type="submit">Add</button>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ownchatbot"
-version = "1.1.7"
+version = "1.1.dev8"
authors = [
{name = "DeadTOm", email = "deadtom@deadtom.me"},
]