Skip to content

Releases: cmpsc-481-s22-m1/GatorConfig

GatorConfig v1.0.0

05 Feb 04:47
54077b1
Compare
Choose a tag to compare

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

28 Jan 15:52
4369217
Compare
Choose a tag to compare

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