Changes in version 0.1.1 - Added markdown argument to enable markdown formatting (limited support) (#36, @rfsaldanha) - markdown can be configured globally via NTFY_MD env var Changes in version 0.1.0 (2025-10-26) - CRAN release - ntfy_send() returns invisibly (#22, @hadley) - Removed messaging on attach when no topic is set (#23, @hadley) - More robust request (#24, @hadley) and tests (#25, @hadley) - Renamed default branch to main Changes in version 0.0.6 (2024-11-06) - CRAN release - minor internal changes Changes in version 0.0.5 - Refactored to use {httr2} with tests, simplified image sending, improved/fixed NDJSON parsing, and general clean-up (#15, @andrewheiss) Changes in version 0.0.4 - Added basic authentication for protected servers (#12, @andrewheiss) Changes in version 0.0.3 - Added inline images including ggplot2 - Trim trailing slash from server URL Changes in version 0.0.2 - Added show_emoji() and processed emoji/tag data - Added a NEWS.md file to track changes to the package. Changes in version 0.0.1 - Initial working package