Skip to content

Releases: OllisGit/OctoPrint-PrintJobHistory

V1.17.0

18 Mar 21:05
Compare
Choose a tag to compare

This release include DEV1 features/bugfixes, see https://github.com/OllisGit/OctoPrint-PrintJobHistory/releases/tag/1.17.0.dev1 plus the following things:

[BugFix]

  • #154 report link in new tab
  • #194 webcam_rotator id
  • reset capture-button before opening a single print job

Counter

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

Full Changelog: 1.16.0...1.17.0

V1.17.0.dev1

14 Feb 21:41
Compare
Choose a tag to compare
V1.17.0.dev1 Pre-release
Pre-release

[BugFix]

  • #183 cost calculation is now done in pjh. Only reading settings from costestimate-plugin
  • fixing the plugin-version detection for dev and rc-channels

[Enhancement]

  • Adding technical log to printjob the get more transparency about the collected data (e.g. how the costs are calculated)
    image

  • #154 PrintReport for multiple prints
    image

  • #188, #136 showing version-numer and status of 3rd party plugins

Counter

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

Full Changelog: 1.16.0...1.17.0.dev1

V1.16.0

22 Jan 10:09
Compare
Choose a tag to compare

[BugFix]

  • #184, #190 reading thumbnail from base64 gcode fixed
  • #123 M118 gcode for Image capturing (not tested on real printer). Now the printer sends the command to execute the capturing on OP side.

[Enhancement]

  • #191 Release-Channel and Stale-Action
    After installation, you can listen on three release channels (since 1.6.0).
    What does this mean: Each channel has its own release-version and each release has a different kind of functionality and stability.

"Only Release": Only stable and tested versions will be shown in the software-update section of OctoPrint

"Release & Candidate": Beside the stable release, you can also see the "release-candidates", like '''1.7.0rc3'''.
The rc's includde new functionalty/bugfixes and are already tested by the community.. so by YOU ;-)

"Release & Candidate & under Development": Beside stable and rc, you will be informed about development versions.
A development version like '''1.8.0.dev5``` could include a new (experimental) feature/bugfixs, but it is not fully tested by the community

Changing between each release is done via the "Software Update section" in the settings.
image

Hint: "Easy-switching" is possible with OctoPrint-Version 1.8.0 (see OctoPrint/OctoPrint#4238).
At the meantime you need to uninstall and install the version you like from the selected channel...or stay in one channel ;-)

!!!If you use the development-channel you can use the latest feature and can improve the quality of the plugin!!!

  • #189 Sample Print Report
    image

  • #33 Permissions for Editing and Deleting
    image

Counter

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

V1.15.2

19 Nov 17:53
Compare
Choose a tag to compare

[BugFix]

  • #175, #179 Version check of 3rd party plugins, instead of just checking "is available"
  • #178 "NoneCheck" if filesize is None

[Enhancement]

  • #177 Notifier "Filamenttracking not possible" could be disabled now
  • GitHub Action for building the plugin instead of Travis

Counter

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

V1.15.1

14 Nov 08:56
Compare
Choose a tag to compare

Read previous release note as well

[Bugfix]

  • #174 SQL: ALTER TABLE DROP COLUMN not supported for SQLite version < 3.35.0

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

V1.15.0

13 Nov 20:46
Compare
Choose a tag to compare

[Enhancement]

  • #89 support of CostEstimation Plugin (you need Version 3.4.0+). Costs data is read from https://github.com/OllisGit/OctoPrint-CostEstimation
    image

  • #154 Report for a printjob. You can define your own layout for a printable job-description. How to use it could be found in the wiki. Btw if you have a cool design I should add as a default template, please create a ticket for that. Thx, in advance!
    image

  • #160 thumbnail backgroud color is now white

  • #162 searching now starts directly after typing (instead of entering 3 letters)

[Bugfix]

[Other]

  • #123 changing to octoprint.comm.protocol.gcode.sending for M117 Snapshot trigger

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

V1.14.0

24 May 16:43
Compare
Choose a tag to compare

HINT: It is now working with SpoolManager V1.4.0

[Enhancement]

  • #21, #59, #94, #124 reprint feature, if gcode is still available in local file-system
  • disabling of filamenttracking is now possible
    image

[Bugfix]

  • #146, #139 CSV Import fix and ignoring empty lines
  • #123 strip M117 camera-expression

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

V1.13.2

19 May 18:55
Compare
Choose a tag to compare

HINT: Still not working with current SpoolManager V1.3.4 you need to wait for V1.4.0, sorry!

[Bugfix]

  • #145 CSV-Export didn't export the filament values. Total values are now exported.

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

V1.13.1

18 May 07:31
Compare
Choose a tag to compare

HINT: Still not working with current SpoolManager V1.3.4 you need to wait for V1.4.0, sorry!

[Bugfix]

  • #145, #143: Issues with manuell added print jobs (e.g. missing username, lastDate and total) and Python 3 bugfix

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code

V1.13.0

16 May 17:23
Compare
Choose a tag to compare

HINT: Still not working with current SpoolManager V1.3.4 you need to wait for V1.4.0, sorry!

[Enhancement]

  • Filter for filenames in the table
  • Store table pagesize settings in browser storage
  • #100 Parsing SlicerSettings via regular expression

[Bugfix]

downloaded

Support my Efforts

This plugin, as well as my other plugins were developed in my spare time.
If you like it, I would be thankful about a cup of coffee :)

More coffee, more code