File tree Expand file tree Collapse file tree 2 files changed +166
-161
lines changed Expand file tree Collapse file tree 2 files changed +166
-161
lines changed Original file line number Diff line number Diff line change
1
+ [ v1.18.0] ( https://github.com/boriel/zxbasic/tree/v1.18.0 )
2
+ ===
3
+ + ! Fixes bug with local arrays and arrays pased byRef
4
+ + All booleans are now normalized smartly!
5
+ + Labels must be declared now at the beginning of the line.
6
+ + ! Fixes several bugs and improved stability
7
+ + Added a tool for compiler developers that unifies (hardlink) identical libs.
8
+ + Severe internal refact and more to come.
9
+
1
10
[ v1.17.3] ( https://github.com/boriel-basic/zxbasic/tree/v1.17.3 )
2
11
===
3
12
+ Add ROUND function
18
27
+ Add NextLibLite.bas library (@em00k 's NextLib stripped down version)
19
28
+ Add ON GOTO / ON GOSUB examples and fix typo in pong.bas example
20
29
+ Fix some other errors and improve stability
30
+ + Relicense to aGPL v3
21
31
22
32
[ v1.17.2] ( https://github.com/boriel-basic/zxbasic/tree/v1.17.2 )
23
33
===
24
34
+ ! Fixes bugs related to using CONST strings
25
35
+ ! Fixed a bug with local Arrays of Floats
26
36
+ ! Fix PEEK (ULong, ...)
27
37
+ Other minor errors fixes and improvements
28
- + + NextTool is now directly executable
38
+ + NextTool is now directly executable
29
39
30
40
[ v1.17.1] ( https://github.com/boriel-basic/zxbasic/tree/v1.17.1 )
31
41
===
You can’t perform that action at this time.
0 commit comments