Releases: ArduPilot/MethodicConfigurator
Releases · ArduPilot/MethodicConfigurator
v0.8.11
Commits
- pylint fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- small ZD550 consistency fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- proper resize of FC info window (Dr.-Ing. Amilcar do Carmo Lucas)
- validate the --reboot-time parameter range (Dr.-Ing. Amilcar do Carmo Lucas)
- Add BRD_BOOT_DELAY to the reboot_time (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint argparse_check_range.py (Dr.-Ing. Amilcar do Carmo Lucas)
- --allow-editing-template-files while debugging (Dr.-Ing. Amilcar do Carmo Lucas)
- Detect response.status_code != 200 errors while downloading apm.pdef.xml files (Dr.-Ing. Amilcar do Carmo Lucas)
- Do not allow opening recent directory if directory does not exist (Dr.-Ing. Amilcar do Carmo Lucas)
- component editor validation exception on empty strings #34 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add an initial rover template #34 (Dr.-Ing. Amilcar do Carmo Lucas)
- Delete outdated template versions when installing on windows (Dr.-Ing. Amilcar do Carmo Lucas)
- give an error message if the recent directory exists but is empty #35 (Dr.-Ing. Amilcar do Carmo Lucas)
- also .zip the "_configuration_steps.json" file if it exists #35 (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.10
Commits
- The SPDX comment should not appear in the rendered license file presented during instalation (Dr.-Ing. Amilcar do Carmo Lucas)
- Update for ArduCopter 4.5.5 release (Dr.-Ing. Amilcar do Carmo Lucas)
- Remove download counter badge as it gets resetted on every release (Dr.-Ing. Amilcar do Carmo Lucas)
- Explain the benefits of IMU temperature calibration (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.9
Commits
- pylint fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- also start at 02 if no FC is connected (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.8
Commits
- update the main screenshot (Dr.-Ing. Amilcar do Carmo Lucas)
- Add a flowchart to the top of QUICKSTART.md (Amilcar Lucas)
- present parameters even if metadata information is missing (Dr.-Ing. Amilcar do Carmo Lucas)
- default highlight in light blue regression (Dr.-Ing. Amilcar do Carmo Lucas)
- Support unknown flight controller capabilities bits gracefully (Dr.-Ing. Amilcar do Carmo Lucas)
- Add SPDX license information (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint on frontent_tkinter_parameter_editor_table.py (Dr.-Ing. Amilcar do Carmo Lucas)
- Try to find the vehicle type as late as possible, deriving it from vehicle_components.json as a last resort #28 (Dr.-Ing. Amilcar do Carmo Lucas)
- Update install instructions to support debian 12 bookworm and ubuntu 24.04 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add support for CubePilot CubeOrange+ and CubeRed (Dr.-Ing. Amilcar do Carmo Lucas)
- Explain why the reason changed field is so important (Dr.-Ing. Amilcar do Carmo Lucas)
- Explain more use cases (Dr.-Ing. Amilcar do Carmo Lucas)
- Rename some labels to reduce possible confusion (Dr.-Ing. Amilcar do Carmo Lucas)
- Explain the
Use parameter values from connected FC, not from template files
checkbox (Dr.-Ing. Amilcar do Carmo Lucas) - Automate more of the 02 step (Dr.-Ing. Amilcar do Carmo Lucas)
- correctly ignore derived parameters if no FC is connected (Dr.-Ing. Amilcar do Carmo Lucas)
- Ignore the TCAL steps if not supported by the FC (Dr.-Ing. Amilcar do Carmo Lucas)
- Use a more descriptive tcal_available variable name, and invert the logic (Dr.-Ing. Amilcar do Carmo Lucas)
- Reset BRD_HEAT_TARG to default after offline IMU temperature calibration (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version information (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.7
Commits
- Make windows look the same as linux (Dr.-Ing. Amilcar do Carmo Lucas)
- Add issue templates #31 (Amilcar Lucas)
- Create SECURITY.md #32 (Amilcar Lucas)
- increased test coverage (do Carmo Lucas)
- Add a workflow to check the code against virus (Dr.-Ing. Amilcar do Carmo Lucas)
- Add more unit tests (do Carmo Lucas)
- add a name to the gitavscan action (do Carmo Lucas)
- pypi should be automatically run on releases #33 (Dr.-Ing. Amilcar do Carmo Lucas)
- Motor/Propeller order and direction test are better in file 15 #33 (Dr.-Ing. Amilcar do Carmo Lucas)
- add automated semantic versioning changelog generation #33 (Dr.-Ing. Amilcar do Carmo Lucas)
- Codacy linting (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version information (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.6
Commits
- more defusexml fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- small usermanual fixes and improvements (Dr.-Ing. Amilcar do Carmo Lucas)
- build PyPI with python 3.12 #30 (Dr.-Ing. Amilcar do Carmo Lucas)
- Use new actions/setup-python@v5 #30 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add an explicit legend explaining the text background colors (Dr.-Ing. Amilcar do Carmo Lucas)
- annotate_params.py unittests (Dr.-Ing. Amilcar do Carmo Lucas)
- use comboboxes where possible #12 (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info #12 (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.5
Commits
- annotate_params.py Fix magfit xml documentation filename #26 (Dr.-Ing. Amilcar do Carmo Lucas)
- annotate_params.py allow selecting firmware version #26 (Dr.-Ing. Amilcar do Carmo Lucas)
- do not run workflows on pull_requests, they alrundy run on pushes #26 (Dr.-Ing. Amilcar do Carmo Lucas)
- automatically push pipy on taged pushes #26 (Dr.-Ing. Amilcar do Carmo Lucas)
- do not copy the vehicle.jpg file from the template directory. This will force users to replace it. #26 (Dr.-Ing. Amilcar do Carmo Lucas)
- Extend parameter documentation metadata if <parameter_file>.pdef.xml exists #26 (Dr.-Ing. Amilcar do Carmo Lucas)
- use defusedxml because it is safer #27 (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version information (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.4
Commits
- https://reuse.software/tutorial/ #25 (Dr.-Ing. Amilcar do Carmo Lucas)
- rename python-cleanliness to ruff to better explain what it does #25 (Dr.-Ing. Amilcar do Carmo Lucas)
- replace pull-request coverage (that always fails on master) with codecov that works fine on master (Dr.-Ing. Amilcar do Carmo Lucas)
- SPDX works a bit differently than expected (Dr.-Ing. Amilcar do Carmo Lucas)
- SPDX tags and codacy lint fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- Implement TOW validation (Dr.-Ing. Amilcar do Carmo Lucas)
- Move prop next to TOW max, add GNSS connection (Dr.-Ing. Amilcar do Carmo Lucas)
- add generic component editor entry limits validation function (Dr.-Ing. Amilcar do Carmo Lucas)
- Add "from the top" explicitly to the instructions loop (Dr.-Ing. Amilcar do Carmo Lucas)
- Use battery capacity defined in component editor (Dr.-Ing. Amilcar do Carmo Lucas)
- SPDX headers (Dr.-Ing. Amilcar do Carmo Lucas)
- simplify and shorten GUI FrameLabel texts (Dr.-Ing. Amilcar do Carmo Lucas)
- Lint fix suggested by codacy (Dr.-Ing. Amilcar do Carmo Lucas)
- allow sorting by columns in template overview (Dr.-Ing. Amilcar do Carmo Lucas)
- Move some functionality to the component editor base class (Dr.-Ing. Amilcar do Carmo Lucas)
- Add validation of battery capacity and remove code duplication (Dr.-Ing. Amilcar do Carmo Lucas)
- more codacy linting fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.3
Commits
- add a new coverage tool, one that works in the master branch (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint on setup.py (Dr.-Ing. Amilcar do Carmo Lucas)
- correct master branch name (Dr.-Ing. Amilcar do Carmo Lucas)
- make codecov run faster (Dr.-Ing. Amilcar do Carmo Lucas)
- if not installed the tests are not found (Dr.-Ing. Amilcar do Carmo Lucas)
- Use python 3.12 everywhere (Dr.-Ing. Amilcar do Carmo Lucas)
- use coverage instead of pytest to generate the codecov (Dr.-Ing. Amilcar do Carmo Lucas)
- these tests fail with python 3.12 (Dr.-Ing. Amilcar do Carmo Lucas)
- Automaticaly use vehicle and version dependent apm.pdef.xml URLs (Dr.-Ing. Amilcar do Carmo Lucas)
- Refractor program settings methods out of backend_filesystem.py (Dr.-Ing. Amilcar do Carmo Lucas)
- Use a OS agnostic method for packaging the vehicle_template files (Dr.-Ing. Amilcar do Carmo Lucas)
- use FC FW version string from vehicle_components.json if it is available (Dr.-Ing. Amilcar do Carmo Lucas)
- Refractor for increased readability (Dr.-Ing. Amilcar do Carmo Lucas)
- setup.py pylint fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint else fix (Dr.-Ing. Amilcar do Carmo Lucas)
- setup.py pylint (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint setup.py for a long line (Dr.-Ing. Amilcar do Carmo Lucas)
- Refractor more code out of backend_filesystem.py (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
v0.8.2
Commits
- remove TOW Min from template overview, max is enough (Dr.-Ing. Amilcar do Carmo Lucas)
- QUICKSTART.md links in pypi packages (Dr.-Ing. Amilcar do Carmo Lucas)
- Added missing vehicle_templates to the pip package (Dr.-Ing. Amilcar do Carmo Lucas)
- Try to workaround a logging issue with throttle based notch filter settings (Dr.-Ing. Amilcar do Carmo Lucas)
- add more badges (Dr.-Ing. Amilcar do Carmo Lucas)
- Add https://app.codecov.io/github/amilcarlucas/MethodicConfigurator/ (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)