Skip to content

Commit

Permalink
CanvasCraft v2.0.0-beta.1.6!
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope41 authored Jul 9, 2024
1 parent 1e93f3b commit a212387
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,11 @@ <h3>Save as Code</h3>
<img src = src/sparkle.svg id = sparkle3 class = sparkle>
</div>
<div id = text>
<h4>CanvasCraft v2.0.0-beta.5</h4>
<h4>CanvasCraft v2.0.0-beta.1.6</h4>
<button class = start id = aboutCanvasCraft>About</button>
<a class = start href = https://github.com/canvas-craft/canvas-craft.github.io target = _blank>GitHub</a>
<button class = start id = changelog>Changelog</button>
<button class = start id = helpSplash>Help</button>
</div>
<div id = splashPanel>
<div id = splashClose><img src = src/close.svg></div>
Expand All @@ -197,6 +198,19 @@ <h2>About the Creator</h2>
creators of many skill levels. Let your imagination go wild! 💥</p>
</div>
<div id = changelogSection>
<h1>09.07.2024</h1>
<h3>v2.0.0-beta.1.6</h3>
<span>&bull; Fixed texture render editing bugs</span>
<span>&bull; Increased default texture render speed</span>
<span>&bull; Changed the default variable types to <span class = code>let</span></span>
<span>&bull; Removed vertical scroll bar when editing code</span>
<span>&bull; Fixed small glitch where code goes yellow</span>
<span>&bull; Added help when hovering on code parameters</span>
<span>&bull; Introduced a new <span class = code>size</span> parameter</span>
<span>&bull; You can now edit presets by giving the updated version the same name</span>
<span>&bull; Choosing a different remix will auto-update the shape</span>
<span>&bull; Shorthand controls now stay on the screen</span>
<span>&bull; Implemented CanvasCraft documentation</span>
<h1>28.06.2024</h1>
<h3>v2.0.0-beta.5</h3>
<span>&bull; Fixed some mobile glitches</span>
Expand Down Expand Up @@ -252,6 +266,12 @@ <h1>22.05.2024</h1>
<h3>v1.0.0</h3>
<span>&bull; Released CanvasCraft v1.0.0!</span>
</div>
<div id = helpSection>
<h1>Advanced Help Manual</h1>
<h3>The CanvasCraft documentation - in development</h3>
<input class = wide placeholder = 'Write your query here' id = querySearch>
<div id = queryResult></div>
</div>
</div>
</div>

Expand Down

0 comments on commit a212387

Please sign in to comment.