From 984908269257f408502bf6b5c308ed588a871055 Mon Sep 17 00:00:00 2001 From: Kevin Vance Date: Wed, 19 Dec 2018 21:04:03 -0500 Subject: [PATCH] Bump version to 1.0.4 --- ChangeLog | 6 ++++++ README.md | 2 +- configure.ac | 2 +- docs/kevedit.hlp | 4 ++-- docs/knew.hlp | 7 +++++++ 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index cfac248..208e178 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1.0.4 +----- +Fix rendering linewalls next to edge tiles inside the board +Fix syntax highlighting for "time" +Fix crash when trying to play a 32nd triplet drum sound + 1.0.3 ----- Fix reading boards after a corrupt board diff --git a/README.md b/README.md index 125eb27..bccb3f7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ KevEdit is a ZZT editor that was under development from 2000-2005 by Kevin Vance and Ryan Phillips. It runs under DOS, Windows, macOS, and Linux. -As of 2017 it is maintained by Kevin Vance on github. Maintenance is focused +As of 2018 it is maintained by Kevin Vance on github. Maintenance is focused on improvements for running KevEdit on modern computers while still supporting DOS. diff --git a/configure.ac b/configure.ac index 7c4fa40..3f0edc4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(KevEdit, 1.0.3, kvance@kvance.com, kevedit) +AC_INIT(KevEdit, 1.0.4, kvance@kvance.com, kevedit) AC_CONFIG_SRCDIR([src/kevedit/kevedit.c]) AM_CONFIG_HEADER([src/config.h]) diff --git a/docs/kevedit.hlp b/docs/kevedit.hlp index 0547161..16b8f54 100644 --- a/docs/kevedit.hlp +++ b/docs/kevedit.hlp @@ -1,6 +1,6 @@ @Using KevEdit $----------------------------------------- -KevEdit 1.0.3 +KevEdit 1.0.4 Powerful ZZT Editing $----------------------------------------- Copyright (C) 2000-2005, 2017 @@ -57,4 +57,4 @@ of our work. Kev Vance Ryan Phillips - December 9, 2017 + December 19, 2018 diff --git a/docs/knew.hlp b/docs/knew.hlp index 689adca..2b3997b 100644 --- a/docs/knew.hlp +++ b/docs/knew.hlp @@ -1,6 +1,13 @@ @New Features $New Features +$ Bugs fixed in version 1.0.4 +* Fix rendering linewalls next to edge + tiles inside the board +* Fix syntax highlighting for "time" +* Fix crash when trying to play a 32nd + triplet drum sound + $ Bugs fixed in version 1.0.3 * Fixes reading boards after a corrupt board