Changes in version 0.3.5 (2025-10-08) o URL and BugReports fields have been added to DESCRIPTION o The pbPost function deals more robustly with the case of multiple target emails o The continuous integration and the README badge have been updated o The DESCRIPTION file now use Authors@R o The (encrypted) unit test configuration has been adjusted to reflect the current set of active devices o The mkdocs-material documentation site is now generated via altdoc Changes in version 0.3.4 (2021-03-01) o Return code checking using error code content if it exists (Thomas Shafer in #64). o Enabled GitHub Actions with encrypted JSON file for API access. o Added a package documentation website. Changes in version 0.3.3 (2020-01-19) o UTF-8 encoding is now used (Chan-Yub Park in #55). o Curl can use HTTP/1.1 (Alexandre Shannon in #59 fixing #57, plus Dirk in #60 making it optional). Changes in version 0.3.2 (2019-07-21) o The Travis setup was robustified with respect to the token need to run tests (Dirk in #48) o The configuration file is now readable only by the user (Colin Gillespie in #50) o At startup initialization is now more consistent (Colin Gillespie in #53 fixing #52) o A new function to fetch prior posts was added (Chan-Yub Park in #54). Changes in version 0.3.1 (2017-02-17) o The target device designation was corrected (#39). o Three new (unexported) helper functions test now test the validity of the api key, device and channel (Seth in #41). o The summary method for the pbDevices class was corrected (Seth in #43). o New helper functions pbValidateConf, pbGetUser, pbGetChannelInfo were added (Seth in #44 closing #40). o New classes pbUser and pbChannelInfo were added (Seth in #44). o Travis CI tests (and covr coverage analysis) are now enabled via an encrypted config file (#45). Changes in version 0.3.0 (2017-02-03) o The curl binary use was replaced by use of the curl package; several new helper functions added (PRs #30, #36 by Seth closing #29) o Use of RJSONIO was replaced by use of jsonlite (PR #32 by Seth closing #31) o A new function pbSetup was added to aid creating the resource file (PRs #34, #37 by Seth and Dirk) o The package intialization was refactored so that non-loading calls such as RPushbullet::pbPost(...) now work (#33 closing #26) o The test suite was updated and extended o The Travis script was updated use run.sh o DESCRIPTION, README.md and other files were updated for current R CMD check standards o Deprecated parts such as 'type=address' were removed, and the documentation was updated accordingly. o Coverage support was added (in a 'on-demand' setting as automated runs would need a Pushbullet API token) Changes in version 0.2.0 (2015-02-09) o Added support for Pushbullet 'channels' (once again thanks to Mike Birdgeneau for the initial push on this; cf #18) o Support for pushes was solidified: proper choices of either device, email or channel should work in all cases o S3 methods are now properly exports (thanks to Henrik Bengtsson) o File transfer mode has been improved / corrected (thanks to Mike Birdgeneau) o The regression test suite was expanded and robustified o This NEWS file was added. Better late than never. Changes in version 0.1.1 (2014-11-04) o Corrections to the file upload method Changes in version 0.1.0 (2014-10-10) o Expanded documentation on how to set API keys, device keys and default settings o Email support was added o Regression tests for types ‘link’ and ‘file’ were added. o Support for file transfers was added by Mike Birgeneau o Initialization was rewritten / solidified Changes in version 0.0.2 (2014-06-03) o Improved detection of curl binary at startup o Package environment now in .pkgenv o Added simple test script Changes in version 0.0.1 o Initial version