Skip to content

Commit

Permalink
Merge branch 'asar_19' into asar_2_beta
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Jan 27, 2024
2 parents 85633ab + 917928c commit 3ea99f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ <h3>New features:</h3>
<li><code>incbin</code> now has a new syntax for including a range of the target file which looks like the for loop range syntax and is less ambiguous. (randomdude999)</li>
<li>Added <code>spcblock</code> feature as a replacement for <code>spc-inline</code>, which allows defining blocks of SPC data, but in a more flexible way that can easily be extended in the future. (p4plus2)</li>
<li>Added the <code>--error-limit</code> option, which allows raising the limit on the number of errors that Asar will print before stopping. (randomdude999)</li>
<li><code>freespacebyte</code> command to set the byte value used for searching for freespace and expanding the ROM. (randomdude999)</li>
</ul>

<h3>Bug fixes:</h3>
Expand All @@ -108,7 +109,7 @@ <h3>Bug fixes:</h3>
<li>Fixed some phantom errors when using forward labels. (randomdude999)</li>
<li>Asar should now allow as much recursion as system resources allow, and then throw a nice error instead of crashing. (Atari2.0, randomdude999, p4plus2)</li>
<li><code>optimize address</code> now works a bit more consistently (new behavior also properly documented in manual). (randomdude999)</li>
<li><code>freespacebyte</code> command to set the byte value used for searching for freespace and expanding the ROM. (randomdude999)</li>
<li>Fixed bug where pointing multiple autocleans at the same freespace would sometimes eat some of the data in it. (spooonsss)</li>
</ul></div>

<h3>Deprecated features:</h3>
Expand Down

0 comments on commit 3ea99f1

Please sign in to comment.