From a6f43d3fd8d4865996c021c2043fb5ca97d464b5 Mon Sep 17 00:00:00 2001 From: Jose Rodriguez Date: Sat, 16 Nov 2019 19:29:56 +0100 Subject: [PATCH 1/3] Disable Jekyll builds in Github --- .nojekyll | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb From 795029181bb0c0e21133f5a360b190498fdc3902 Mon Sep 17 00:00:00 2001 From: Jose Rodriguez Date: Sat, 16 Nov 2019 20:12:45 +0100 Subject: [PATCH 2/3] Update Readme with SpecNet IDE info --- Changelog.md | 6 +++++- docs/external_resources.md | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 4def8ce20..f22949527 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/docs/external_resources.md b/docs/external_resources.md index 6a6673e43..4104add2d 100644 --- a/docs/external_resources.md +++ b/docs/external_resources.md @@ -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. From 54cbaa9edbc5283b4098d99aee5dbc5ef52f7a33 Mon Sep 17 00:00:00 2001 From: Jose Rodriguez Date: Sat, 16 Nov 2019 20:14:34 +0100 Subject: [PATCH 3/3] =?UTF-8?q?Bump=20version:=201.9.7=20=E2=86=92=201.9.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 493b266af..248b9da7c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 1.9.7 +current_version = 1.9.8 files = version.py diff --git a/version.py b/version.py index bc6a0268c..184abf991 100755 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = '1.9.7' +VERSION = '1.9.8'