Major changes
- Adds support for EduLint 4.x, drops support for EduLint 3.x.
- Added optional Reporting.
- Users can opt-in to send us reports from their usage of Thonny-EduLint. These reports are split into three categories:
- errors (e.g. crashes of the plugin)
- list of code issues found in their code
- the code itself
- Data collected using this will be used to improve EduLint and for academical research. For more information check the plugin settings.
- Added a dialog that guides the user how to solve a package version issue.
Other
- Only Thonny 4.x is supported. (i.e. releases since Aug 2022)
- Update dialog only shows up if the local version is older than the remote one (previously we didn't check which is older, which meant the dialog was showing up during development when the local one was the newer one).
- Added licence to pip file, so that Thonny plugin window doesn't complain.
**Full Changelog**: https://github.com/GiraffeReversed/thonny-edulint/compare/v0.5.1...v0.6.0