----------------------------------------------------------
moveVis 0.9.5
adding frames_layout, static_data etc., improvements to workflow
-----------------------------------------------------------
New features:
 + RGB stats support added for animate_stats() and animate_move()
 + added animate_move() argument "time_scale" to enable a time scale
 + added animate_move() argument "frame_layout" for user friendly, complex layouting of the output GIF by specifiying the plot locations
 + added animate_move() argument "layer_stretch"
 + added animate_move() expert arguments "conv_cmd" and "conv_frames"

Improvements:
 + several major bug fixes
 + major animate_raster() bug fixes, reenabling use of RGB rasterStack inputs
 + stats legend is now locatable using frame_layout

Contributers:
 + Bart Kranstauber

----------------------------------------------------------
moveVis 0.9.4
adding animate_stats() and stats arguments for animate_move()
-----------------------------------------------------------
New features:
 + animate_stats(): Enables creation of statistic plot animations visualizing possible relationships between movement paths and basemap. Define individual plot designs based on ggplot2 syntax.
 + stats arguments for animate_move(): Enables statistic plot animations side-by-side with the spatial plot animation of animate_move. Use the animate_stats() arguments with animate_move().
 + extent_factor argument for animate_move(): Increase the distance between the spatial extents of the movement paths and the basemap.

Improvements:
 + Several minor bug fixes


-----------------------------------------------------------
moveVis 0.9.3
Fixing major bug
-----------------------------------------------------------
Improvements
 + Fixed a major bug causing an unavoidable error when creating animations with animate_move() using user defined basemaps (Error message: 'Error in eval(expr, envir, enclos) : Object 'frame_l' not found')


-----------------------------------------------------------
moveVis 0.9.2
adding frame_width and frame_height arguments
-----------------------------------------------------------
New features:
 + Added two new arguments to animate_move() function for changing output frame resolution
 
Bug report contributors:
 + vestlink@github

 
-----------------------------------------------------------
moveVis 0.9.1
Fixing important bug; adding animate_raster()
-----------------------------------------------------------
New features:
 + Added moveStack support: animate_move() now takes also moveStack objects in addition to list objects
 + New function animate_raster() for animating just basemaps/for doing the same as with animate_move(), but without movement data

Improvements
 + Bug fix: Function now takes movebank.org data --> there had been a static code line preventing the read-out of
   movement coordinates, which is now solved.
 + Several major and minor bug fixes

Bug report contributors:
 + bart1@github
 + Patrick Scherler


-----------------------------------------------------------
moveVis 0.9.0
Initial release of moveVis via CRAN
-----------------------------------------------------------
Initial features:
 + animate_move()
 + get_imconvert()
 
Initial example data sets:
 + data(move_data)
