Releases: OctoPrint/OctoPrint-FileCheck
Releases · OctoPrint/OctoPrint-FileCheck
2024.11.12
2024.11.4
What's Changed
- 🐛 Don't show wizard prompting to run an initial file check if there are no files yet
- 🐛 Don't trigger a file check on copied/moved files, only on freshly added ones
Full Changelog: 2024.3.27...2024.11.4
2024.3.27
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 theleaked_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
- @dependabot made their first contribution in #5
Full Changelog: 2021.2.23...2024.3.27
2021.2.23
2020.8.7
2020.7.6
Bug fixes
- Fix python compatibility property name
2020.6.22
Initial release