Skip to content

Commit

Permalink
v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YvanTT authored Jun 10, 2022
1 parent 0ce7def commit 7389280
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<body class="is-boxed has-animations">

<div style="width: 220px; position: absolute; text-align: center; line-height: 40px; color: #f0f0f0; box-shadow: 0 0 5px rgb(202 202 202); top: 40px; right: -50px; left: auto; transform: rotate(45deg); background: #39d; font-family: sans-serif; z-index: 99;"><a href="https://github.com/YvanTT/arTIfiCE/releases/download/v1.1/arTIfiCE.8xv" download target="_blank" style="color: white;">v1.1 available!</a></div>
<div style="width: 220px; position: absolute; text-align: center; line-height: 40px; color: #f0f0f0; box-shadow: 0 0 5px rgb(202 202 202); top: 40px; right: -50px; left: auto; transform: rotate(45deg); background: #39d; font-family: sans-serif; z-index: 99;"><a href="https://github.com/YvanTT/arTIfiCE/releases/download/v1.2/arTIfiCE.8xv" download target="_blank" style="color: white;">v1.2 available!</a></div>

<div class="animated-scene">
<div class="animated-scene__frame">
Expand Down Expand Up @@ -227,25 +227,36 @@ <h3 class="mt-0 mb-16">FAQ:</h3>
<div class="feature-extended-body is-revealing" style="width: 100% !important;">
<h3 class="mt-0 mb-16">Changelog:</h3>
<div id="changelogDiv" style="font-size: 0.9em; text-align: left; width: 95%;">
<div>
<p style="float:right; margin:0"><i>Note that all releases are <a href="https://github.com/YvanTT/arTIfiCE/releases" target="_blank">available here</a>.</i></p>
</div>
<div>
<h6>v1.1 – Sept. 22, 2020</h6>
<div style="margin-left: 1em;border-left: 1px grey dashed;padding-left: 1em;">
Address a few issues reported <a href="https://github.com/YvanTT/arTIfiCE/issues/1" target="_blank">here</a>. Thanks to <i>PrivacyDragon</i> for reporting &amp; testing.
<ul>
<li>Handle <abbr title="Automatic Power Down™">APD</abbr>™ (fix issues after using programs for some time)</li>
<li>Improve compatibility with the Cabri™ Jr. app (it now works correctly afterwards)</li>
<li>Show help bar at the bottom and version number at the top</li>
</ul>
<p><small><i>Note: if you experienced the bug where Cabri appeared to 'freeze' when you open arTIfiCE, you will need to press <tt>y=</tt> (or <tt>f(x)</tt>) to progress. This may only happen on first launch.</i></small></p>
</div>
<div>
<p style="float:right; margin:0"><i>Note that all releases are <a href="https://github.com/YvanTT/arTIfiCE/releases" target="_blank">available here</a>.</i></p>
</div>

<div>
<h5>v1.0Sept. 5, 2020</h5>
<h6>v1.2June 10, 2022</h6>
<div style="margin-left: 1em;border-left: 1px grey dashed;padding-left: 1em;">
Initial release
Minor release
<ul>
<li>Improve compatibility for compressed programs that may otherwise make the OS crash after some operations</li>
<li>Improve UI a little bit by showing a text when no ASM programs are present</li>
</ul>
</div>

<h6>v1.1 – Sept. 22, 2020</h6>
<div style="margin-left: 1em;border-left: 1px grey dashed;padding-left: 1em;">
Address a few issues reported <a href="https://github.com/YvanTT/arTIfiCE/issues/1" target="_blank">here</a>. Thanks to <i>PrivacyDragon</i> for reporting &amp; testing.
<ul>
<li>Handle <abbr title="Automatic Power Down™">APD</abbr>™ (fix issues after using programs for some time)</li>
<li>Improve compatibility with the Cabri™ Jr. app (it now works correctly afterwards)</li>
<li>Show help bar at the bottom and version number at the top</li>
</ul>
<p><small><i>Note: if you experienced the bug where Cabri appeared to 'freeze' when you open arTIfiCE, you will need to press <tt>y=</tt> (or <tt>f(x)</tt>) to progress. This may only happen on first launch.</i></small></p>
</div>

<div>
<h5>v1.0 – Sept. 5, 2020</h5>
<div style="margin-left: 1em;border-left: 1px grey dashed;padding-left: 1em;">
Initial release
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7389280

Please sign in to comment.