You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/CHANGELOG.md

6.6 KiB

Changelog

3.3.0 (2025-05-07)

Features

  • add .jj (Jujutsu) directory to default exclude list (#458) (ac903a0)
  • update default paths to exclude (#462) (84c5c55)

Bug Fixes

  • skip correct number of errors when consolidating errors (#464) (8c695f5)

3.2.1 (2025-03-15)

Bug Fixes

  • check for exclusion before MIME type (#447) (cd9976b)
  • empty format in the config file should be treated as Default (#448) (f8799d0), closes #430
  • test: make TestGetRelativePath work under Darwin (#445) (d956561)
  • test: support running our test suite under -trimpath, closes #397 (#439) (fc78406)
  • test: we no longer need -ldflags at all (#444) (9ffcae2)

3.2.0 (2025-01-25)

Features

  • add support for env var NO_COLOR (#429) (9135f53)
  • only output "0 errors found" when verbose output is enabled (#423) (1d29a8b)

Bug Fixes

3.1.2 (2025-01-10)

Bug Fixes

  • provide both .tar.gz as well as .zip archives (#416) (00e9890), closes #415

3.1.1 (2025-01-08)

Bug Fixes

3.1.0 (2025-01-06)

Features

  • add zip version when compressing all binaries (#321) (#362) (f1bb625)
  • consolidate adjacent error messages (#360) (cf4ae1c)
  • editorconfig-checker-disable-next-line (#363) (6116ec6)
  • provide Codeclimate compatible report fromat (#367) (282c315)
  • support .editorconfig-checker.json config (#375) (cb0039c)

Bug Fixes