0.8.3.1
    Fixed an alignment in the session drawer widget.

0.8.3
    Added a background configuration for the diagram.
    Added a table with the details of the XSD differences.
    Added an invitation to the session tree widget.
    Changed XSD item graphics.
    Added explaination of the cause that prevent the load of an XML file.
    Impemented visual compare of xsd.
    Removed use of stdout from the test project to emit xml output compatible with xUnit
    Commented some unused paramters.
    Deactivated a log.
    Added the flag -Werror=format-security to the compilation errors.
    Added formats to output messages utility functions.
    Fixed issues:
    * #26 http://code.google.com/p/qxmledit/issues/detail?id=26

0.8.2
    Added a dialog to examine encodings.
    Added a dialog to convert text from and from base 64.
    Fixed an inssue on base 64 encoding with utf-8 encoding.
    Enlarged the space for tag editing.
    Added tests for undo.
    The current path is shown in the edit element dialog.
    Enabled undo on edit text nodes.
    Enabled undo on edit elements.
    Enabled undo on delete elements.
    Enabled undo on move elements.
    Fixed a bug in the copy element method.
    Optionally link with qwtplot3d library for display of XML data statistics.
    New higlighting methods in data display: dilate and max.
    New measure type: payload
    Accept drop actions in data visualization widget.
    Fixed issues:
    * #20 http://code.google.com/p/qxmledit/issues/detail?id=20

0.8.1
    Added an icon 48x48 as stated in Freedesktop standards.
    New extraction split type using depth.
    Added new include folder for widget only release.
    Added visualization option to the welcome dialog.
    Fixed a typo in the format string of paused session in the state widget.
    Added command line parameter to load a file into visualization mode.
    Added data visualization.
    Added multiple windows management.
    Added a split to the columnar view.
    Fixed issues:
    * #24 http://code.google.com/p/qxmledit/issues/detail?id=24
    * #23 http://code.google.com/p/qxmledit/issues/detail?id=23
    * #22 http://code.google.com/p/qxmledit/issues/detail?id=22
    * #21 http://code.google.com/p/qxmledit/issues/detail?id=21

0.8.0
    Added a check if current file is modified when selecting a recent file from menu.
    Enabled XSD suggestions.
    Added a session handler subproject.
    Put configuration classes in the application project.

0.7.2
    Fixed issues:
    * #19 http://code.google.com/p/qxmledit/issues/detail?id=19

0.7.1 
    Put the library version number under Unix configuration
    Fixed issues:
    * #18 http://code.google.com/p/qxmledit/issues/detail?id=18
    * #17 http://code.google.com/p/qxmledit/issues/detail?id=17

0.7.0
    Added a library test project.
    Added GalaxySemi as contributor
    Added a modification indicator in the edit element dialog.
    Added icons to main widget.
    Transformed Regola into a read only tree model.
    Added a window title for the library as global data.
    Added a columnar view.
    Splitted the project into an application and a library.

0.6.2
    Created a new item for the documents installation directory
    New comparison option in XML extraction.
    New filtering option in XML extraction.
    Fixed issues:
    * #16 http://code.google.com/p/qxmledit/issues/detail?id=16

0.6.1
    New structure visualization (#15).
    New tests for fix #14
    Fixed issues:
    * #14 http://code.google.com/p/qxmledit/issues/detail?id=14
    * #15 http://code.google.com/p/qxmledit/issues/detail?id=15

0.6.0
    License changed to LGPL.
    Added binary file loading and saving in text noded via base 64 encoding
    Added a 'space' token as option in file splitting naming.
    Mixed content handling.
    Added "New with Schema" menu and dialog.
    Added Schema files cache.
    Added help icon.
    Redesigned toolbar.
    Added new tests
    Default fonts made configurable.

0.5.4
    Czech translation updated.
    Improved fragments extraction dialog with tooltips.
    Trimmed split files input values.
    Handled unusual cases on XML fragments navigation.
    Added some images.
    Fixed issues:
    * #12 http://code.google.com/p/qxmledit/issues/detail?id=12
    * #13 http://code.google.com/p/qxmledit/issues/detail?id=13

0.5.3
    Changed a system field in the extraction dialog
    Double clicking on recent files of welcome dialog load the file.
    Forbid overwriting original file if mixed contents are detected.
    Used a separate version for welcome dialog
    Fixed README to reflect the minimum Qt version required

0.5.2
    Added the extraction of XML fragments.
    Added a welcome page.
    Transform an element in comment and vice versa.
    Removed Qt 4.4 compatibility and updated the documentation. Automatic code generation from
      designer made it very expensive.
    Started work on validation.
    Fixed issues:
    * #11 http://code.google.com/p/qxmledit/issues/detail?id=11
    * #9  http://code.google.com/p/qxmledit/issues/detail?id=9
    * #8  http://code.google.com/p/qxmledit/issues/detail?id=8

0.5.1
    Exported the xsd diagram as SVG or PDF.
    Items not matching search lemma are hidden in the XSD navigator
    Added a legend to xsd navigator
    Added an explicit error if an unsupported entity or entity reference is read from the parser.
    Added a QTestLib test project and a main project with template=subdirs
    Added a check for the correct axis scansion in search in file
    Added icons to groups to search in file
    Added grouping option on last item in search in file dialog
    Added a navigation pane to XSD viewer
    Update the About dialog to accomodate translators
    Added a button on main window to view data as XSD
    Inserted localization instructions in the .pro script
    Czech language localization.
    Inserted a check on the XSD format at the load time.
    Added data collection structures in xsd viever.

0.5.0
    Added a xsd file viewer accessible through the plugins menu
    Added a 'explore structure' mode to scan a large file. This mode capture only a XML file structure,
     not data, so normal editing capabilitites are disabled to avoid accidental overwriting
     of the original file. This mode sports limited formatting to be very fast, yet it shows
     the data size of the elements.
     It is a read only view of the original data.
    Added a shortcut for the enter key in find edit box
    Added a clean bookmarked items contents command. This command strips off any data from
        selected items.
    Added a delete bookmarked items command.
    Added the option to show element size
    Added the option to show element text length
    Added an option to show elements modified in the work session with a colored marker on
     the margin of the first column.

    Fixed issues:
    * #7 http://code.google.com/p/qxmledit/issues/detail?id=7


0.4.9.1
    Implemented w3c syntax compliant check on attribute and element names
    with the following limitation: only the Unicode Basic Multilingual Plane (BMP) is used.
    This limitation probably will be removed in a future release.
     * #6 http://code.google.com/p/qxmledit/issues/detail?id=6

0.4.9
    Requires QT4.6 but compatible with 4.4 via compile time switch dropping some functionality
    XML Snippets
    Transform selection in snippet
    Balsamiq Plugin
    Auto test feature
    Set buddies in EditElement dialog
    Set correct viewer protocol and path in ConfigStyle dialog
    Fixed clone element bug on text nodes.
    Fixed some dialogs alignments and layouts
    Mac OS X system resource path forced in bundle install location
    ISSUES RESOLVED:
     * #3 (http://code.google.com/p/qxmledit/issues/detail?id=3)
     * #4 (http://code.google.com/p/qxmledit/issues/detail?id=4)
     * #5 (http://code.google.com/p/qxmledit/issues/detail?id=5)

0.4.8
    Recent files menu
    Preferred directories
    Diff between XML files (very simple)
    Reload of current file
    Zoom of fonts
    Directly edit base 64 text in elements.
    Edit inner XML or XML as base64 text in elements (one level only)
    Count number of matches in 'find text'
    Added 'file:' protocol to configuration paths open in browser.
    Enlarged configuration dialog labels.
    Updated the installation script


0.4.7
    written a windows installer script trace
    Redisplay of tree without recreating contents
    Redisplay of tree with previous opening state
    Display Styles - first implementation
    Edit Text Node: wrap text option
    Inserted a Windows Icon in resource file
    XPath like search syntax
    Copying of attribute values

0.4.5

    Little user manual in ODF format
    Reverted order of recognition of CDATA sections / Text loading files
    attributes handled as a class and no more as a hashmap
    Persistence of view and find options
    In find: selection to bookmarks and close unrelated items
    Show Attributes length
    Use a non proportional font for attributes to show the real length
    'Compact View' mode
     Hide brothers mode

0.4.4
    Quit button shortcut now working
    Implemented 'New from clipboard'
    Check about modified buffers in all 'new document' situations

0.4.1
    Bookmarks
    new navigation shortcuts

0.4.0

0.3.1

  Edit a single node using a separate window

 Edit elements text nodes using a QTable

 Edit attributes using a QTable
 
 beginning clipboard interfacing

  Start codiing a simple find panel

 Fixed processing instruction edit
 
  Added Srag and drop support

    Set Macintosh icon

    Fixed a bug in delete element text

    Different colors for attributes.

    Reordering of columns and auto adjusting size

    Command line arguments parsing

0.2.0 Release
  Edit of comments
  
