- Added
markdownargument to enable markdown formatting (limited support) (#36, @rfsaldanha) markdowncan be configured globally viaNTFY_MDenv var
- 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
- CRAN release - minor internal changes
- Refactored to use {httr2} with tests, simplified image sending, improved/fixed NDJSON parsing, and general clean-up (#15, @andrewheiss)
- Added basic authentication for protected servers (#12, @andrewheiss)
- Added inline images including ggplot2
- Trim trailing slash from server URL
- Added
show_emoji()and processed emoji/tag data - Added a
NEWS.mdfile to track changes to the package.
- Initial working package