Skip to content

Commit 2bc288b

Browse files
committed
Bump version: 1.8.10 → 1.9.0
1 parent dfd1d68 commit 2bc288b

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.8.10
2+
current_version = 1.9.0
33
files = version.py
44

Changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
[v1.9.0](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10)
2+
===
3+
+ New and completely refactored optimizer which now allow patterns.<br />
4+
This new optimizer (after a year of hard work) not only optimizes better,<br />
5+
it also allows to specify new optimization patterns without touching the compiler code.
6+
+ New optimizer level -O4 (peephole)
7+
+ zxbasm (assembler) now allows several instructions per line using `:`
8+
+ zxbasm allows labels to be declared without using colon.
9+
+ Some other little optimizationn
10+
111
[v1.8.10](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10)
212
===
313
+ ! Bugfix: `FLASH 8` and `BRIGHT 8` were not working correctly. Fixed.
4-
+ Changelog file renamed to `Changelog.md` and renoved. Now uses Markdown.
14+
+ Changelog file renamed to `Changelog.md` and renovated. Now uses Markdown.
515
+ `PLOT`, `DRAW` and `CIRCLE` now do not use the ROM for ATTR (no ROM dependency)
616
+ ! Bugfix: Setting multiple `ORG` within ASM blocks crashed the compiler. Fixed.
717
+ Change code style to pass more flake8 tests

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.8.10'
1+
VERSION = '1.9.0'

0 commit comments

Comments
 (0)