UltralyticsAssistant
released this
26 Nov 10:32
·
1 commit
to main
since this release
π Summary
Release v0.0.21 introduces improvements in code formatting and handling, primarily focusing on more robust markdown processing with updated Prettier support. βοΈβ¨
π Key Changes
- π Markdown Processing: Now applies formatting only if the
./docs
directory exists, to avoid potential errors. - π Code Revision: Commented out Python scripts related to MkDocs reference tweaks to simplify maintenance.
- π Version Bump: Software version updated from
0.0.20
to0.0.21
indicating minor enhancements and fixes.
π― Purpose & Impact
- π‘οΈ Improved Robustness: By checking for the existence of the
./docs
directory before applying formatting, the process becomes more error-resistant, ensuring smoother project setup. - π‘ Maintenance Simplification: Temporarily disabling certain scripts makes maintenance more manageable without affecting key functionalities.
- π Enhanced Stability: The increment in version underscores enhancements in markdown handling, which can lead to cleaner, more consistent documentation and improved user experience.
What's Changed
- Ultralytics Refactor https://ultralytics.com/actions by @pderrenger in #292
- Update action.yml by @glenn-jocher in #293
- Prettier 3.4 update by @glenn-jocher in #294
Full Changelog: v0.0.20...v0.0.21