From 63a531098de2423e04311408e748e46faeb6be83 Mon Sep 17 00:00:00 2001 From: Jose Rodriguez Date: Sun, 20 Oct 2019 13:22:52 +0200 Subject: [PATCH 1/2] Remove unused line --- zxbparser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/zxbparser.py b/zxbparser.py index 560de5289..f89ae7779 100755 --- a/zxbparser.py +++ b/zxbparser.py @@ -476,7 +476,6 @@ def p_start(p): if PRINT_IS_USED: zxbpp.ID_TABLE.define('___PRINT_IS_USED___', 1) - # zxbasmpp.ID_TABLE.define('___PRINT_IS_USED___', 1) if zxblex.IN_STATE: p.type = 'NEWLINE' From 5b1e1fe827d7ca9aacc8ad07c180bafbc762aff2 Mon Sep 17 00:00:00 2001 From: Jose Rodriguez Date: Sun, 20 Oct 2019 13:26:18 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=201.9.5=20=E2=86=92=201.9.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- Changelog.md | 5 +++++ docs/archive.md | 8 ++++---- version.py | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7b1d1912f..e76e5e464 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,4 +1,4 @@ [bumpversion] -current_version = 1.9.5 +current_version = 1.9.6 files = version.py diff --git a/Changelog.md b/Changelog.md index 657f982bb..4caf29a28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +[v1.9.6](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.6) +=== ++ ! Bugfix: grammar errors for RESTORE ++ Change LD (IX/IY + NN), r instructions to standardize it + [v1.9.5](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.5) === + ! Bugfix: error compiling to binary with headerless mode (thx to em00k) diff --git a/docs/archive.md b/docs/archive.md index 544b12140..a71882dda 100644 --- a/docs/archive.md +++ b/docs/archive.md @@ -51,11 +51,11 @@ Using these versions is encouraged since they fix many bugs already in the stabl You can contribute to ZX BASIC by using devel versions and reporting possible bugs or improvement suggestions at the [forum](http://www.boriel.com/forum). -Click on the icon to download latest stable version (**1.9.5**): +Click on the icon to download latest stable version (**1.9.6**): -* [win32zip http://www.boriel.com/files/zxb/zxbasic-1.9.5-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.5-win32.zip) +* [win32zip http://www.boriel.com/files/zxb/zxbasic-1.9.6-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.6-win32.zip)
Windows .exe zip package. No install needed, just uncompress it in a directory of your choice. -* [zip http://www.boriel.com/files/zxb/zxbasic-1.9.5.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.5.zip) +* [zip http://www.boriel.com/files/zxb/zxbasic-1.9.6.zip](http://www.boriel.com/files/zxb/zxbasic-1.9.6.zip)
Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system. -* [tar.gz http://www.boriel.com/files/zxb/zxbasic-1.9.5.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.9.5.tar.gz) +* [tar.gz http://www.boriel.com/files/zxb/zxbasic-1.9.6.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.9.6.tar.gz)
(Windows, Linux, Mac) tar.gz package, with python scripts. Requires python installed in your system. diff --git a/version.py b/version.py index 6fcbad6ac..46afb664a 100755 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = '1.9.5' +VERSION = '1.9.6'