Skip to content

Releases: jneilliii/OctoPrint-PrusaSlicerThumbnails

0.1.1

16 May 19:06

Choose a tag to compare

  • updated extraction logic for improved performance
  • added github action workflow
  • added stalebot

0.1.0

06 May 16:29
3ecaa48

Choose a tag to compare

  • fixed scanning recursion

0.0.9

06 May 02:59
aa9696c

Choose a tag to compare

  • removed sd status check for state panel thumbnail display

0.0.8

04 May 22:09
a3add47

Choose a tag to compare

  • fix python 3 bug introduced in version 0.0.7

0.0.7

29 Apr 13:30
4fd227e

Choose a tag to compare

  • added a file crawler in settings that will extract missing thumbnails
  • switched state panel thumbnail subscription monitoring

0.0.6

26 Apr 08:48

Choose a tag to compare

  • additional UltimakerFormatPackage compatibility
  • fix error related to deleting selected file
  • code clean-up
  • removed pop-up size limitation

0.0.5

25 Apr 23:07

Choose a tag to compare

  • modifications to allow both UltimakerFormatPackage and this plugin to play nice together
  • Updated configuration section of readme about the need to restart PrusaSlicer once the ini file has been updated
  • add state panel thumbnail for selected file if available

0.0.4

24 Apr 05:30
1d85d21

Choose a tag to compare

Moved URL injection of file metadata to FileAdded event
Removed leading / from URL to resolve multi-instance related issues
Changed alignment option to a select list
Improved performance using regex pattern matching instead of line processing
Deleting folder will now also delete extracted thumbnails

0.0.3

22 Apr 17:38
fbbaf61

Choose a tag to compare

Fixed issue related to uploading to sub-folders

0.0.2

21 Apr 22:37

Choose a tag to compare

Thumbnail removal on gcode deletion
Integrated thumbnail url into metadata
Thumbnail will now be overwritten on new uploads of same filename
Re-uploaded files will get url with timestamp to bypass browser cache