diff --git a/NEWS b/NEWS index e42b7f1..08123f1 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,14 @@ Version 0.9.38: * Fixed bug in auto_reload * Added command line option for auto reload * Added mouse button and modifier info to the pick_coordinate jsonrpc command +* Moved make system to meson entirely with subprojects for 3rd parties +* Fixed yet another clipping bug +* Added jsonrpc commands get_transform and set_transform +* Created python example of how to use remote server to sync between two giv instances +* Fixed windows plugins for webp and fits formats +* Added support for a few select entity encoded characters e.g. Δ +* Fixed string parsing related crash +* Removed deprecated automake and scons build systems from source tree Version 0.9.37: diff --git a/README.md b/README.md index f6a6186..7e96538 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,6 @@ See: http://giv.sourceforge.net/giv/index.html # Release notes -* Added interactive option "I" for toggling image display -* Added option for showing ballons by default -* Added support for Quadratic bezier curves - See also file:NEWS # Development