Releases: cmpsc-481-s22-m1/GatorConfig
Releases · cmpsc-481-s22-m1/GatorConfig
GatorConfig v1.0.0
New Features:
- GatorYAML removed locally, replaced by GatorYAML dependency
- Added default assignment name functionality
- Added more detailed help text
- Added a dropdown for GatorGrader and GatorGradle in the GUI
- Changed format for default checks
- Updated from PyQt5 -> PyQt6
- GUI now available as an optional install!
Bug Fixes / Minor Changes:
- Various extraneous files removed
- Fixed destructive file creation
- Fixed errors in help text
- Fixed styling issues
- Fixed PyQt6 test failures
- Fixed various issues in test cases
GatorConfig v0.1.0
Initial release of the GatorConfig project:
Includes:
- Ability to automatically create
gatorgrader.yml
configuration files- Specify file paths to look at
- Write specific checks per file
- Fastfail and Break options
- Custom indent size
- Define minimum commit count
- Ability to automatically create GitHub action workflow file
- Optional GUI functionality
- NOTE: May not work on every computer