Releases: OctoPrint/OctoPrint-Pushbullet
Releases · OctoPrint/OctoPrint-Pushbullet
0.1.14
0.1.13
0.1.10
0.1.9
0.1.8 (stable)
Improvements
- #3: Rotate/flip image before sending if necessary (and ffmpeg/avconv is available). See also PR#12. Thanks @crazyquark!
0.1.7 (stable)
Bug fixes
- #9 - Fix sender object not being properly initialized on startup
0.1.6 (stable)
Improvements
- Added support for Pushbullet channels. See also PR#7). Thanks @DustinWoods!
- Added a test button to for sending a test Pushbullet message using the current configuration in the settings dialog
Bug fixes
- Restrict settings values to admin users
0.1.5 (stable)
Improvements
- Updated pushbullet.py to version 0.9.0 which finally fixes an issue with installation on older versions of pip. This means we no longer need to depend on a patched version of it which should speed up installation a lot.
- Added a small explanation to the settings dialog to describe where users can find their API key.
0.1.4 (stable)
Heads up
- The plugin utilizes the new dependency link mechanism as present in OctoPrint starting with version 1.2.4. Hence it is only compatible with OctoPrint 1.2.4 and up.
Improvements
- Logging entry when successfully connected to Pushbullet
Bug Fixes
- Fixed connection not being attempted after adding API key
0.1.3 (stable)
Bugfixes
- API key was not correctly read from the settings
- New pushbullet.py version changed API, adjusted to accomodate