version/readme bump again
This commit is contained in:
parent
0181091ceb
commit
ea238a457e
3 changed files with 3 additions and 2 deletions
|
@ -43,6 +43,7 @@ this is a completely vanilla javascript and html canvas outpainting convenience
|
||||||
- saves your preferences/imported images to browser localstorage for maximum convenience
|
- saves your preferences/imported images to browser localstorage for maximum convenience
|
||||||
- reset to defaults button to unsave your preferences if things go squirrely
|
- reset to defaults button to unsave your preferences if things go squirrely
|
||||||
- floating navigable undo/redo palette with ctrl+z/y keyboard shortcuts for additional maximum convenience and desquirreliness
|
- floating navigable undo/redo palette with ctrl+z/y keyboard shortcuts for additional maximum convenience and desquirreliness
|
||||||
|
- optional generate-ahead function to keep crankin' out the dreams while you look through the ones that already exist
|
||||||
- _all this and much more for the low, low price of simply already owning an expensive GPU!_
|
- _all this and much more for the low, low price of simply already owning an expensive GPU!_
|
||||||
|
|
||||||
## operation
|
## operation
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
<br />
|
<br />
|
||||||
<span id="version">
|
<span id="version">
|
||||||
<a href="https://github.com/zero01101/openOutpaint" target="_blank">
|
<a href="https://github.com/zero01101/openOutpaint" target="_blank">
|
||||||
Alpha release v0.0.12.2
|
Alpha release v0.0.12.3
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<iframe
|
<iframe
|
||||||
id="openoutpaint"
|
id="openoutpaint"
|
||||||
style="width: 100%; height: 800px"
|
style="width: 100%; height: 800px"
|
||||||
src="../index.html?v=200d141"
|
src="../index.html?v=49afaa2"
|
||||||
frameborder="0"></iframe>
|
frameborder="0"></iframe>
|
||||||
<button id="add-res">Add Resource</button>
|
<button id="add-res">Add Resource</button>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue