prepare for 0.6.1
This commit is contained in:
parent
547fab3a91
commit
4377b1260e
8
TODO.md
8
TODO.md
|
@ -1,13 +1,5 @@
|
|||
# to-do
|
||||
|
||||
- finish color import improvements (settings refactor)
|
||||
- new undo stuff
|
||||
- fix some bugs
|
||||
- finish auto-clone
|
||||
|
||||
once you have done all of this (maybe not the first one), release 0.6.1
|
||||
|
||||
# and then
|
||||
|
||||
- new oscilloscope renderer - custom code that uses texture and fixes two issues: too many vertices, and broken anti-aliasing
|
||||
- new pattern renderer - performance improvements
|
||||
|
|
|
@ -325,7 +325,7 @@ if __name__ == "__main__":
|
|||
<h1>Furnace<br/>User Manual</h1>
|
||||
</div>
|
||||
<div>
|
||||
<i>for version 0.6</i>
|
||||
<i>for version 0.6.1</i>
|
||||
</div>
|
||||
</section>
|
||||
<section id="authors">
|
||||
|
@ -348,7 +348,7 @@ if __name__ == "__main__":
|
|||
<p>this documentation is under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a> license.</p>
|
||||
<p>you may reproduce, modify and/or distribute this documentation provided this copyright notice (including license and attribution) is present and any necessary disclaimers whether modifications have been made.</p>
|
||||
<p>this documentation is provided as-is and without warranty of any kind.</p>
|
||||
<p>this manual is written for version 0.6 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
|
||||
<p>this manual is written for version 0.6.1 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
|
||||
</section>
|
||||
<section id="index">
|
||||
%s
|
||||
|
|
|
@ -16,9 +16,9 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
|||
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
||||
- issues: https://github.com/tildearrow/furnace/issues
|
||||
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- Furnace on Discord: https://discord.gg/EfrwT2wq7z
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6/
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.1/
|
||||
|
||||
# notes
|
||||
|
||||
|
|
|
@ -26,9 +26,9 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
|||
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
||||
- issues: https://github.com/tildearrow/furnace/issues
|
||||
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- Furnace on Discord: https://discord.gg/EfrwT2wq7z
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6/
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.1/
|
||||
|
||||
# notes
|
||||
|
||||
|
|
|
@ -16,9 +16,9 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
|||
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
||||
- issues: https://github.com/tildearrow/furnace/issues
|
||||
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- Furnace on Discord: https://discord.gg/EfrwT2wq7z
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6/
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.1/
|
||||
|
||||
# notes
|
||||
|
||||
|
|
Loading…
Reference in a new issue