Version 1.08 (25-Aug-2007)
--------------------------
+ Russian translation by VRS
+ Language files can be added dinamically
+ Check for translation updates
* Fixed backward compatibility problem
* Fixed code generation of an interface property
* Fixed a critical bug that caused super classes not to be bases
* Fixed a bug with loading of multiple plugins
* AssemblyImport plugin was missing in the installer

Version 1.07 (11-Jul-2007)
--------------------------
+ Plugin system
+ Source code generation
+ Reverse engineering (AssemblyImport plugin by Malte Ried)
+ Brazilian Portuguese transation (thanks to Alessandro Binhara)
+ Exporting image to Enhanced Metafile Format (EMF)
+ 'New' and 'Volatile' modifiers added
+ '@' prefix character to enable keywords to be used as identifiers in C#
+ Automatic selection of a class' name after creating it
* Comment diagram elements were duplicated
* Unified way of adding modifiers to class members
* Multidimensional arrays (rectangular and jagged) are now supported
* Operator true and false were missing
* In structure, inherited methods from Object are now overridable
* The 'ref' keyword were ignored in C# parameter declarations
* Many, many small bugfixes

Version 1.06 (28-Dec-2006)
--------------------------
+ Spanish language added (thanks to Pedro J. Molina) 
+ Relation context menu added 
* License is changed to LGPL, little architecture modifications needed 
* 'ref' parameter modifier changed to 'inout' (in accordance with the UML syntax)
* Fixed bug: indexers cannot have static modifiers 
* Fixed relation selection bug 
* Fixed file 'dirty' flag bug (when class access is modified) 
* Fixed a critical clipboard problem 

Version 1.05 (21-Nov-2006)
--------------------------
+ 'Check for Updates' menu 
* Fixed critical Cut and Paste bugs 
* Fixed bug when a property is set to an indexer 
* Fixed JavaInterface constructor bug, Java example file can now be opened 
* Properties and event can now be added in structs 
* Relations are now drawn when diagram is saved as image 
* Default horizontal printout 

Version 1.04 (05-Nov-2006)
--------------------------
+ New menu items: Cut, Paste and Select All in Edit menu 
* Fixed diagram offset problem in saving 
* Fixed permission bug when saving with unauthorized file access 
* Fixed class modifier vanishing bug 
* Comment relation lines are now dashed 

Version 1.03 (01-Nov-2006)
--------------------------
* Stricter file format verifying 
* Stricter type access and modifier controlling 
* Fixed bug in selecting a dependency or comment relation 
* Fixed bug in creating invalid comment relation 
* Fixed saving enum initial values 
* Constructor and destructor names are always automatically updated 

Version 1.02 (23-Oct-2006)
--------------------------
+ Every class has an implicit Object base 
+ Methods are grouped by base in Override Members dialog 
+ Overridden methods are not showed in Override Members dialog 
+ Implemented methods are not showed in Implementing dialog 
+ Option for explicitly implementing 
* Inherited interface members were not showed in Implementing dialog 
* Access modifier must be Default in explicitly implemented member 
* Interface operations were not showed as abstract 
* Modified class members were not updated correctly 
* File format changed a bit 
* Fixed several other bugs 

Version 1.01 (15-Oct-2006)
--------------------------
+ First release