Skip to content
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
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.9.7
current_version = 1.9.8
files = version.py

Empty file added .nojekyll
Empty file.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[v1.9.8](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.8)
===
+ ! Fix memory leak bug when doing procrustean substring assignation
+ Also optimizes substring access not allocating mem when not needed

[v1.9.7](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.7)
===
+ Allow some extra chars within the ASM sections for 3rd party assemblers
+ ! Little bugfixes
+ Now printing at the end scrolls up the screen!


[v1.9.6](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.6)
===
+ ! Bugfix: grammar errors for RESTORE
Expand Down
6 changes: 6 additions & 0 deletions docs/external_resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Have a look at the [TommyGun files](https://sourceforge.net/projects/tommygun/fi

To integrate ZX Basic with Tommy Gun, please follow this [tutorial](http://www.boriel.com/forum/viewtopic.php?f=14&t=329&start=0).

###SpectNet IDE
A free and impressive IDE created by [Istvan Novak](https://github.com/Dotneteer).
This is a very powerful IDE very advanced and fully documented.
Proceed to the [SpectNet IDE page](https://dotneteer.github.io/spectnetide/) to download the tool and get
further information. The documentation of it is very well maintained.

## Graphics editors

* [SevenUP](http://www.speccy.org/metalbrain/), a ZX Spectrum graphics editor for FreeBSD, GNU/Linux, MacOS and Windows.
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.9.7'
VERSION = '1.9.8'