Skip to content

Releases: OctoPrint/OctoPrint-Pushbullet

0.1.14

17 Oct 13:53
Compare
Choose a tag to compare

Bumping version again as the 0.1.13 changes weren't pushed to the main repo properly. Even the python3 image fix wasn't pushed to the main repo, so everything is rolled up into 0.1.14.

0.1.13

14 Oct 21:45
Compare
Choose a tag to compare

Fix including a snapshot when using python3

0.1.10

23 Apr 19:54
b70c559
Compare
Choose a tag to compare

Bug fixes

  • #26: Fixed an issue with print done notification

0.1.9

12 Jul 07:45
Compare
Choose a tag to compare

Improvements

  • #15: Support for periodic progress messages as the print progresses. See also PR#16. Thanks @tsh-xx!
  • Added config dialog for message title and body for both message types

Bug fixes

  • #14: Fixed an issue in channel configuration.

0.1.8 (stable)

12 Apr 11:38
Compare
Choose a tag to compare

Improvements

  • #3: Rotate/flip image before sending if necessary (and ffmpeg/avconv is available). See also PR#12. Thanks @crazyquark!

0.1.7 (stable)

02 Dec 14:22
Compare
Choose a tag to compare

Bug fixes

  • #9 - Fix sender object not being properly initialized on startup

0.1.6 (stable)

07 Oct 11:37
Compare
Choose a tag to compare

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)

16 Nov 17:42
Compare
Choose a tag to compare

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)

23 Jul 09:17
Compare
Choose a tag to compare

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)

17 Jun 15:58
Compare
Choose a tag to compare

Bugfixes

  • API key was not correctly read from the settings
  • New pushbullet.py version changed API, adjusted to accomodate