Skip to content

Releases: chris-y/zmakebas

v1.8.6

20 Jun 10:05
787890f
Compare
Choose a tag to compare

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

01 Aug 10:26
3ed7990
Compare
Choose a tag to compare

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

10 Jul 13:47
626a1e2
Compare
Choose a tag to compare

Commits

  • 733c93f: Fix bug not ending the in_deffn condition (Ryan Gray) #10
  • 904bb6d: Create release.yml (Chris Young)

v1.8.3

17 Apr 09:22
bc2d5a9
Compare
Choose a tag to compare

2023-04-15 ryangray
* Fix "-num" or "+num" following a number leaving out the FP bytes after "num"
* Version 1.8.3

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

17 Apr 09:29
f3e00e7
Compare
Choose a tag to compare

2023-01-28 ryangray

  • Fix translation of backtick to the quote image token
  • Remove VAL$ from ZX81 tokens list
  • Version 1.8.2

What's Changed

  • Fix translation of backtick to the quote image token for ZX81 by @ryangray in #7

Full Changelog: v1.8.1...v1.8.2

v1.8.1

18 Jan 09:32
a154ff0
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

04 Jan 13:58
Compare
Choose a tag to compare

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

03 Jan 15:12
Compare
Choose a tag to compare
v1.6.2 Pre-release
Pre-release

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

  • Spectranet by flatduckrecords in #2
  • Fixes and enhancements by @imneme in #3

New Contributors

  • @imneme made their first contribution in #3

Full Changelog: v1.6.1...v1.6.2

v1.6.1

28 Apr 22:29
Compare
Choose a tag to compare

v1.6 with some changes to build on vbcc.

OS3 version now built using vbcc.

v1.6

22 Apr 16:20
Compare
Choose a tag to compare

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