Skip to content

Release/bump2version #971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[v1.18.0](https://github.com/boriel/zxbasic/tree/v1.18.0)
===
+ ! Fixes bug with local arrays and arrays pased byRef
+ All booleans are now normalized smartly!
+ Labels must be declared now at the beginning of the line.
+ ! Fixes several bugs and improved stability
+ Added a tool for compiler developers that unifies (hardlink) identical libs.
+ Severe internal refact and more to come.

[v1.17.3](https://github.com/boriel-basic/zxbasic/tree/v1.17.3)
===
+ Add ROUND function
Expand All @@ -18,14 +27,15 @@
+ Add NextLibLite.bas library (@em00k's NextLib stripped down version)
+ Add ON GOTO / ON GOSUB examples and fix typo in pong.bas example
+ Fix some other errors and improve stability
+ Relicense to aGPL v3

[v1.17.2](https://github.com/boriel-basic/zxbasic/tree/v1.17.2)
===
+ ! Fixes bugs related to using CONST strings
+ ! Fixed a bug with local Arrays of Floats
+ ! Fix PEEK (ULong, ...)
+ Other minor errors fixes and improvements
+ + NextTool is now directly executable
+ NextTool is now directly executable

[v1.17.1](https://github.com/boriel-basic/zxbasic/tree/v1.17.1)
===
Expand Down
Loading