diff --git a/tek4010 b/tek4010 index 6cf6e97..5392cd7 100755 Binary files a/tek4010 and b/tek4010 differ diff --git a/tube.c b/tube.c index 0f5404b..d807197 100755 --- a/tube.c +++ b/tube.c @@ -180,7 +180,7 @@ void tube_init(int argc, char* argv[]) char *argv2[20]; size_t bufsize = 127; int firstArg = 1; - printf("tek4010 version 1.2.6\n"); + printf("tek4010 version 1.3\n"); windowName = "Tektronix 4010/4014 emulator"; if ((argc<2) || (argc>19)) { printf("Error:number of arguments\n"); diff --git a/versions.txt b/versions.txt index 9ec28f0..8844145 100644 --- a/versions.txt +++ b/versions.txt @@ -1,3 +1,10 @@ +Version 1.3 April 29, 2019 +============================ +Bug fixes +- Vertical positioning in ARDS mode +- Character size change did not leave escape mode +- Intensity change did not include effect of flood gun + Version 1.2.6 April 26, 2019 ============================ New features