0.9 - 8/13/2006

First numbered version!
All features work except for print, code counter, statistics, case-sensitivity in find/replace and labels

1.0test - 3/2/2007

"No include directories processed in symbol table" bug fixed
"TASM80.TAB not found" bug fixed
Added code listing command
Added code counter
Added program stats command
Finally made a proper makefile for asmide and SPASM
Fixed syntax coloring on/off option
Added automatic indent feature
Fixed case-sensitivity options in find dialogs
Gave SPASM binary a better name
More intelligent assembler output window
Removed print option until I get around to adding the code

1.0test2 - 4/15/2007

Removed not-yet-implemented "case-sensitive labels" option
Fixed #include in wabbit.c
Fixed broken toolbar button for code counter
Changed default font to one that should be available on all systems
Fixed problems with editor font occasionally not saving correctly, ~/.asmide format now slightly different

1.0 - 4/15/2007

First full version!
Small documentation cleanups

1.1 - 5/16/2007

Many improvements to build system and packaging
More consistent naming for directories, MIME type, icons, and .desktop file to avoid conflicts
Added MIME type for KDE
Fixed bug with opening too many files at once
Fixed version number in about dialog
Fixed assembler bug in "generate listing" code
Fixed bugs in build error reporting code
Improved manual
Made SPASM 64-bit safe (thanks to Kevin Kofler for a patch)
Did a bit of cleanup on the mess that is known as SPASM
Replaced original TASM80.TAB with an adapted GPL'ed Z80 opcode table to avoid legal issues
Modified SPASM heavily to use the new opcode table
Fixed too-many-labels and too-many-defines assembler bugs
Fixed include problems with generate listing, symbol table commands
Fixed long filename bug

1.2 - 5/31/2007

Added .PHONY target to makefile (thanks to Andy Janata for finding that it was missing)
Fixed bug in code for opening manual (thanks to Kevin Kofler for finding it)
Changed local settings file from .asmide to .z80asmide
More improvements in build system for packaging (again, thanks to Kevin Kofler for suggestions)
Fixed bug where wrong file would be closed if tab position of file was changed
Fixed application icon size
Added MIME type icon

1.3 - 6/21/2007

Fixed icon caching in makefile
Fixed makefile to make sure all necessary dirs are created in the right place
Fixed absolute symlink for MIME type icon
Added KDE MIME type icon
Added crash notification for assembler
Fixed the horribly broken undo system

1.31 - 6/23/2007

Fixed wrong path in show help callback
Fixed a Makefile problem which kept "make install" from working
Fixed a Makefile problem which kept the menu entry from being installed when installed in a separate directory for packaging (thanks to Kevin Kofler for finding all of these)

1.32 - 7/2/2007

Fixed serious bug with undo stack
