MIRAenvironment-0.18.3:
- Added compiler flag for always generating code with the old ABI using gcc>=5.2.0 where the new ABI is activated by default (e.g. std::basic_string vs std::__cxx11::basic_string)
- Made Qt translation much more easier to use
- Updated Windows dependencies

MIRABase-0.34.0:
- Fixed documentation for getter example
- Added documentation for MIRA_VARTEMPLATE_CLASS_REGISTER
- Added guards for Qt MOC around all boost includes as some macros used in boost headers cannot be parsed by all MOC versions
- Added parameter to StripedStorage::retrieve for passing a sanity check function pointer
- Fixed bug in copy constructor of LogFileSink

MIRAFramework-0.34.0:
- added filter for only getting callbacks when the content of the channel has changed. consecutive updates with the same data are ignored.
- added method to ChannelInterval filter that returns the timestamp of the last performed callback.
- fixed bug when adding a relative channel name to TapeRecorder
- adapted to changes in LogFileSink
- RemoteConnection: catching exception when gathering meta information about channel data

gui-0.30.0:
- Fixed segmentation fault in TapePlayerWidget when playback was stopped while a pause control channel was set.
- fixed compiler error with new version of gcc
- Added setColor method to change the color of all points in a DynamicPoints 3D object.
- fixed compiler error with new version of gcc

CommonVisualization-0.16.0:
- Added 3D visualization for vectors of various double point types.
- Added 2D visualization for 2D polygons of floating point types.

PlotVisualization-0.17.0:
- fixed compiler error with new version of gcc

RigidModel-0.16.3:
- Further improved RigidModelVisualization2D to be robust against race conditions when the transform tree isn't available yet to update the footprints.
- Added visualization of X axis to RigidModelVisualization2D e.g. for symmetrical robots where the footprint doesn't indicate the orientation.

miracenter-0.17.3:
- improved the resize mode of columns in the header of ChannelView

Additional information