Changes in version 2.0.4 (2025-03-15) - Fix 'Clang 19' deprecation warning. Changes in version 2.0.3 (2025-02-28) - Drop 'C++14' requirement. Changes in version 2.0.2 (2024-06-05) - Fix 'gcc 14' compile warning. Changes in version 2.0.1 (2024-03-11) - Fix compilation issues with 'clang 18' and 'libc++'. Changes in version 2.0.0 - Split graphics rendering and R interface to seperate package 'unigd'. - Large refactoring and rewrite. - Numerous fixes and improvements in 'unigd' (see 'NEWS.md' there). - Migrate to crow web server library (due to belle being deprecated). - Add live reload feature. - Switched from 'Boost' to 'Asio' - Various library updates. - Various minor fixes and improvements. Changes in version 1.3.0 (2022-02-02) - Fixes for R 4.2 UCRT support (thanks Tomas Kalibera and Uwe Ligges). - Added 'pkgdown' documentation and various vignettes (thanks eitsupi for the article on Docker). - Added RStudio viewer support. - Added version info API. - Added SVGZ support. - Improved client export dialog. - Minor fixes and internal changes. Changes in version 1.2.1 (2021-09-20) - Fix macOS builds. - Minor documentation changes. Changes in version 1.2.0 (2021-09-18) - Client rewrite and static build pipeline. - Added client export dialog. - Various client UI improvements. - Implemented modular rendering. - Cairo based renderers for PNG, PDF, EPS and PS. - Portable SVG renderer (for easier embedding and styling). - Special renderers: Serialized JSON, meta information and strings. - Additions to R and HTTP APIs for selecting and listing available renderers. - All startup default parameters can now be set as options. - Zoom level is now handled server side. - Fix some graphical errors of the SVG renderer. - Improved server URL generation. - Browser can be specified when the server URL is opened from R. - Dependency updates and UCRT support. Changes in version 1.1.1 (2021-04-02) - Fixed font weight related rendering crash. - Small client adjustments. Changes in version 1.1.0 (2021-04-01) - Added plot history sidebar. - Improved SVG rendering performance. - Added static plot ID API. - Font handling improvements. - Various client improvements. - Added API documentation vignette. - Fixed client device inactive desynchronisation. - Fixes for R devel. - Library updates. Changes in version 1.0.1 (2021-01-21) - Fix memory allocation issues with graphics device creation and libpng. - Set cpp11 as a compile time only dependency. Changes in version 1.0.0 (2021-01-19) - First official version intended for release on CRAN.