Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cknave committed Dec 20, 2018
1 parent 1b72059 commit 9849082
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down
4 changes: 2 additions & 2 deletions docs/kevedit.hlp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Using KevEdit
$-----------------------------------------
KevEdit 1.0.3
KevEdit 1.0.4
Powerful ZZT Editing
$-----------------------------------------
Copyright (C) 2000-2005, 2017
Expand Down Expand Up @@ -57,4 +57,4 @@ of our work.

Kev Vance <kvance@kvance.com>
Ryan Phillips <bitman@users.sf.net>
December 9, 2017
December 19, 2018
7 changes: 7 additions & 0 deletions docs/knew.hlp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9849082

Please sign in to comment.