Changes in version 1.3.0 Improvements - Refactor image comparison logic implementation to single place (todo: add link) - Use htmltools for HTML generation outside of shiny app (todo: add link) Changes in version 1.2.0 (2026-05-23) New features - Add configuration option descriptions (#48). - Support ignoring differences in empty spaces (#49). - Support word level details comparison (optional) (#52). - Improve options cancel, reset, and detecting changes requiring data reloading (#54). - Improve RTF reading to handle some invalid RTF contents (#62). - Implement HTML report with full comparison details (#66). Bug fixes - Fix issue with comment exporting with multiple folder loads (#51). - Fix global variable usage in shiny app that was causing random behavior when running on server (#60). Changes in version 1.1.0 (2026-01-08) Improvements - Improve file content comparisons to be ~90% faster for large file contents and to not cap at 1000 lines (#43). Bug fixes - Add missing 'purrr' library suggestion that is needed for running the 'shiny' application (#41). - Fix 'omit' input usage in 'compare specific files' tab in 'shiny' application (#42). Changes in version 1.0.0 (2025-07-16) - Initial CRAN release.