|
1 | | -## 1.1.2025-10-06 |
| 1 | +## 1.2.2026-03-11 |
| 2 | + |
| 3 | +### Features |
| 4 | + |
| 5 | +- Banked program memory, FRE() function, array region, boot ROM layout ([`b2e99a2`](https://github.com/FoenixRetro/f256-superbasic/commit/b2e99a2fb5f00e207b9053aa5d354c6d571b85be)) |
| 6 | +- Add STEP support for FOR loops ([`df4639f`](https://github.com/FoenixRetro/f256-superbasic/commit/df4639f69b667a42dac8262dad7e8ec6172bba61)) |
| 7 | +- Add scroll navigation, line-wrap tracking, and wrap-aware editing ([`bd83aa5`](https://github.com/FoenixRetro/f256-superbasic/commit/bd83aa5a540d6ce2221669467cf57b05478d2e19)) |
| 8 | +- Remap editing keys ([`174c599`](https://github.com/FoenixRetro/f256-superbasic/commit/174c59944eedee095ea402475b08b6cf77fb9645)) |
| 9 | + |
| 10 | +### Bug fixes |
| 11 | + |
| 12 | +- Correct else indentation in list output ([`5431177`](https://github.com/FoenixRetro/f256-superbasic/commit/543117733b6873755b443f77041c70d9502366a9)) |
| 13 | +- Sprite collision threshold corrupted at high y-positions ([`a6a98b5`](https://github.com/FoenixRetro/f256-superbasic/commit/a6a98b5bbd66fca4612531cc9e5af798db8c5186)) |
| 14 | +- SPC() infinite loop and direct command loop after break ([`338fdb1`](https://github.com/FoenixRetro/f256-superbasic/commit/338fdb181e956a7e6355f515e05853a366c017dd)) |
| 15 | +- Scroll navigation page boundary, indentation, and scroll-down ([`1322aa9`](https://github.com/FoenixRetro/f256-superbasic/commit/1322aa9dcc8f2be5e7f6dd8847f0358309e75719)) |
| 16 | +- Set FirstFreePage to 48 for 512KB systems ([`aad7d3c`](https://github.com/FoenixRetro/f256-superbasic/commit/aad7d3c46ffb3e21113e88bae2bb432ed0dcc28c)) |
| 17 | +- Inline string corruption in multi-page programs ([#113](https://github.com/FoenixRetro/f256-superbasic/issues/113)) ([`c51d9b4`](https://github.com/FoenixRetro/f256-superbasic/commit/c51d9b4431ea69436ab55082dc0c9e276463a188)) |
| 18 | + |
| 19 | +### Under the hood |
| 20 | + |
| 21 | +- Always clean `modules` build output ([`b747547`](https://github.com/FoenixRetro/f256-superbasic/commit/b747547f36b0ebedc953c505fab6ac063f3a08de)) |
| 22 | +- Bump minor version ([`7d636fa`](https://github.com/FoenixRetro/f256-superbasic/commit/7d636fac68f1efc9de0efba063d1aba4dcbadb63)) |
| 23 | +- Convert jmp to bra and remove redundant .cresync calls ([`c1f46e2`](https://github.com/FoenixRetro/f256-superbasic/commit/c1f46e2e679450ebe961947d63a61437dd585b5d)) |
| 24 | +- Fix memory allocation and build configuration ([`28584c8`](https://github.com/FoenixRetro/f256-superbasic/commit/28584c8929c2771da29f7011b599a8bc7e456d1d)) |
| 25 | +- Remove Makefile emu target changes (testing only) ([`b15fc90`](https://github.com/FoenixRetro/f256-superbasic/commit/b15fc904285ba5cff66130b940707655a950ec39)) |
| 26 | + |
| 27 | +## v1.1.2025-10-06 - 2025-10-07 |
2 | 28 |
|
3 | 29 | ### Features |
4 | 30 |
|
|
28 | 54 | - Rework build & release procedure + repository cleanup ([`f6736ca`](https://github.com/FoenixRetro/f256-superbasic/commit/f6736ca1b0cc4a1e38b8da406cd38a3eeedd30d4)) |
29 | 55 | - Add Contributing section ([`f2d07a7`](https://github.com/FoenixRetro/f256-superbasic/commit/f2d07a7979be463bfc383b07cb93b811a33a19c9)) |
30 | 56 | - Support variable-height boostscreen rendering ([`b1c38a1`](https://github.com/FoenixRetro/f256-superbasic/commit/b1c38a18314984b03560c7dc1d6a6bf0bbd4b899)) |
| 57 | +- V1.1.2025-10-06 ([`2577337`](https://github.com/FoenixRetro/f256-superbasic/commit/25773372f522b6b2b7770bdd1d3345e059064ee1)) |
31 | 58 |
|
32 | 59 |
|
0 commit comments