Skip to content

Commit b4f8886

Browse files
authored
Merge pull request #249 from boriel/release/bumpversion
Release/bumpversion
2 parents 2f9bda0 + 54cbaa9 commit b4f8886

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.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.9.7
2+
current_version = 1.9.8
33
files = version.py
44

.nojekyll

Whitespace-only changes.

Changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
[v1.9.8](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.8)
2+
===
3+
+ ! Fix memory leak bug when doing procrustean substring assignation
4+
+ Also optimizes substring access not allocating mem when not needed
5+
16
[v1.9.7](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.7)
27
===
38
+ Allow some extra chars within the ASM sections for 3rd party assemblers
49
+ ! Little bugfixes
510
+ Now printing at the end scrolls up the screen!
611

7-
812
[v1.9.6](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.6)
913
===
1014
+ ! Bugfix: grammar errors for RESTORE

docs/external_resources.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Have a look at the [TommyGun files](https://sourceforge.net/projects/tommygun/fi
1313

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

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

1824
* [SevenUP](http://www.speccy.org/metalbrain/), a ZX Spectrum graphics editor for FreeBSD, GNU/Linux, MacOS and Windows.

version.py

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

0 commit comments

Comments
 (0)