Skip to content

Releases: OctoPrint/OctoPrint-FileCheck

2024.3.27

27 Mar 11:01
Compare
Choose a tag to compare

Click here if you want to help with OctoPrint's funding!

What's Changed

  • ✨ Added check for API keys leaked by Slicers
  • ✨ File check results will now get saved to the file's metadata and will be displayed in the file list and the printer state
  • ✨ Added a settings dialog that allows enabling/disabling individual checks
  • ✨ Added a button in the newly created settings dialog to trigger a check of all already uploaded files (if native grep is available). Also added a wizard that will be used to give users a heads-up about the necessity to run a check of all files in case of new high priority checks, such as the leaked_api_key one added in this release
  • Bump actions/setup-python from 1 to 4 by @dependabot in #5
  • Bump actions/download-artifact from 1 to 3 by @dependabot in #6
  • Bump actions/checkout from 2 to 3 by @dependabot in #7
  • Bump actions/upload-artifact from 1 to 3 by @dependabot in #8
  • Bump actions/checkout from 3 to 4 by @dependabot in #9
  • Bump actions/setup-python from 4 to 5 by @dependabot in #10
  • Bump actions/download-artifact from 3 to 4 by @dependabot in #11
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #12

New Contributors

Full Changelog: 2021.2.23...2024.3.27

2021.2.23

23 Feb 13:16
Compare
Choose a tag to compare

Changes

  • #2 Fix native grep not always being in extended regex mode
  • Add a "Prerelease" release channel
  • Code now uses pre-commit, black, prettier, isort and flake8 just like OctoPrint itself.

2020.8.7

07 Aug 13:11
Compare
Choose a tag to compare

Bug fixes

  • #1 - Fix false positives generated for hotwords inside GCODE comments

2020.7.6

06 Jul 12:11
Compare
Choose a tag to compare

Bug fixes

  • Fix python compatibility property name

2020.6.22

22 Jun 15:55
Compare
Choose a tag to compare

Initial release