You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenotes.txt
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,25 @@ RELEASE NOTES
2
2
3
3
Upcoming release
4
4
5
-
New/changed features:
5
+
================================================
6
+
Release 13.6: 17 November 2023
7
+
8
+
Bugfixes:
6
9
- make.rb prints a warning if undo support was requested but game is z5-z8 and doesn't support undo.
7
10
- Build using -P didn't work, probably since v13.0. Fixed.
8
11
- make.rb didn't protest when asked to build with Undo in mode P, though it's not possible. Now it halts with an error.
9
12
- make.rb would sometimes reserve too small a buffer for splash screen in mode P.
10
13
- make.rb couldn't build a mode P game using the full memory if the story file had an odd number of pages, e.g. a game of 51.25 KB couldn't be built even if a 51 KB game left an empty memory page at the end.
11
14
12
15
================================================
13
-
Release 13.1: 19 July 2022
16
+
Release 13.1: 19 July 2023
14
17
15
18
Bugfixes:
16
19
17
20
- Fixed bug in text printing that could crash game, when printing a word longer than a line, or when text buffering was started in the middle of a screen line.
0 commit comments