Changes in version 0.2.0 (2026-02-16) - Now requires R >= 4.2.0. - Upgraded vendored fmt library to 12.1.0. - Fixed compiler warnings (clang 17, GCC 15). - Modernized build configuration. - Added C/C++ API and benchmark vignettes. Changes in version 0.1.3 (2025-02-19) - Added missing standard library include for GCC 15. - Drop 'C++14' requirement. Changes in version 0.1.2 (2024-06-05) - Fixed an issue that made unigd crash when rendering without any plots in the history on some platforms. - Update installation instructions (thanks @huangyxi). - Minor internal improvements. Changes in version 0.1.1 (2024-03-25) - Fix issues with 'libtiff'. (Thanks @benz0li) - Update linking on Windows for upcoming version of 'Rtools'. (Thanks @kalibera) Changes in version 0.1.0 (2024-01-25) - Split graphics rendering and R interface from 'httpgd'. - Large refactoring and rewrite. - Add async C client API. - Add custom inter process communication layer. - Add TIFF renderer. - Add Base64 PNG renderer. - Fix crash when querying capabilities on R 4.2. - Improve testing. - Many small fixes and improvements.