This is the change log for the MITK Plugin Generator

Changes since version 1.3.0
======================================================================

Changes in the generated files
----------------------------------------------------------------------

 - The generated View does not have a hard dependency on the
   QmitkStdMultiWidgetEditor editor anymore.

Changes since version 1.2.0
======================================================================

Changes in the generated files
----------------------------------------------------------------------

- Added gcc linker flag --as-needed to get same behavior as on Windows
- Improved MITK superbuild configuration options

Changes since version 1.1.1
======================================================================

Changes in the MITKPluginGenerator executable
----------------------------------------------------------------------

- Added a visual clue in the help text about required arguments.
- Added support for checking for new versions online.

Changes in the generated files
----------------------------------------------------------------------

- The plug-in activator class and file name are now derived from
  the plug-in symbolic name.
- Adapted to changes in CTK CMake macros.
- Improved generated superbuild script to correctly pass -j options.
- Using new BlueBerry FunctionCreateBlueBerryApplication() macro
  to create the demo application.

Changes since version 1.0.0
======================================================================

Changes in the MITKPluginGenerator executable
----------------------------------------------------------------------

- Added printing the version number to the console.
- Added hint how to get more help if something went wrong.

Changes in the generated files
----------------------------------------------------------------------

- Fixed user manual for the generated plugin.
- Added comments in the generated project's CMakeLists.txt file about
  how to set-up the MITK module system.
