Releases: chris-y/zmakebas
v1.8.6
Commits
- 837737c: Update versions (Chris Young)
- 0f4c92e: Fix handling of TS2068 "ON ERR" keyword (Ryan Gray) #13
- 67eb1fd: Add TS2068 DELETE keyword (Ryan Gray) #13
- c0cc65d: Update version number and changelog (Ryan Gray) #13
- f9b128e: Update deprecated version of Artifact actions (Ryan Gray) #13
- 2decf63: Removed the empty strings in tokens between ON ERR (123) and DELETE (12) and added a toknum==122 check to jump it down to 12 instead (Ryan Gray) #13
v1.8.5
Commits
- de323cb: Add Amiga builds to release (Chris Young)
- ec34389: Update codeql-analysis.yml to v2 (Chris Young)
- 9b44a4f: fix git checkout HEAD^2 is no longer necessary (Chris Young)
- 018175a: Fix number after + or - following $ not getting FP bytes (Ryan Gray) #12
- d7bd056: Update version number (Ryan Gray) #12
- 3ed7990: update versions (Chris Young)
v1.8.4
v1.8.3
v1.8.2
v1.8.1
2023-01-17 ryangray
* Fix ZX81 mode escape byte codes in input so they are not translated from ASCII
* Version 1.8.1
What's Changed
- Fixed minor typo by @polluks in #5
- Fix for ZX81 mode character code number escapes by @ryangray in #6
New Contributors
Full Changelog: v1.8.0...v1.8.1
v1.8.0
Merge of ohnosec's fork back into here with recent v1.6.2 changes.
Bumped to v1.8.0 to avoid confusion.
2023-01-01 imneme
* Fix handling of numbers in variable names
* Fix labels in data statements
* Can now specify line numbers in label mode, also
as 90+2 (start at 90, increment by 2 on next lines)
* Version 1.8.0 / 1.6.2
2022-12-01 ohnosec
* Fixed bug where VAL$ wasn't being recognized properly
* Fixed bug where a label on a line corrupted the REM statement on the same line
* Version 1.7.2
2022-10-04 ohnosec
* Fixed bug where a label on a line dropped the REM statement on the same line
* Version 1.7.1
2022-06-23 ohnosec
* Added T/S 2000 tokens to array of spectrum keywords (0x7B ON ERR -> 0x7F RESET)
* Version 1.7.0
2021-01-26 flatduckrecords
* Spectranet
What's Changed
Full Changelog: v1.6.2...v1.8.0
v1.6.2
2023-01-01 imneme
* Fix handling of numbers in variable names
* Fix labels in data statements
* Can now specify line numbers in label mode, also
as 90+2 (start at 90, increment by 2 on next lines)
* Version 1.6.2
What's Changed
New Contributors
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6
AmigaOS 4 binary is tested and working.
AmigaOS 3 binary does not appear to work properly (at least under OS4) - please try v1.6.1.
Changelog:
2020-04-21 Chris Young
* Added -3 switch to allow writing of +3DOS compatible files
(suitable to copy onto a +3 disk image or Next SD card)
* Version 1.6