Skip to content

Latest commit

 

History

History
212 lines (113 loc) · 9.14 KB

File metadata and controls

212 lines (113 loc) · 9.14 KB

Changelog

v1.1.0 (2025-12-31)

Full Changelog

v1.1.0-beta (2025-12-31)

Full Changelog

✨ Implemented enhancements:

  • Rename to retest for easier dnx execution #118 (@kzu)

v1.0.0 (2025-09-30)

Full Changelog

v1.0.0-beta (2025-09-30)

Full Changelog

✨ Implemented enhancements:

  • Render failing tests in verbose setting #98 (@kzu)
  • Improve escaping sequences in test filters #97 (@kzu)
  • Add support for pre-filtered lists of retest runs #96 (@kzu)

🐛 Fixed bugs:

  • Command --filter "FullyQualifiedName!=TestProject1.UnitTest1.Test1" breaks the retry #91
  • Paramterized tests fail to rerun if they contain a comma #89

🔨 Other:

  • DotNet 9 support #87
  • Feature request: more verbosity maybe? #86
  • Is the unattended check correct? #80

🔀 Merged:

  • Fix unattended execution check #99 (@kzu)

v0.7.2 (2025-07-30)

Full Changelog

✨ Implemented enhancements:

  • Allow running on latest & greatest installed #93 (@kzu)

v0.7.1 (2025-03-02)

Full Changelog

🐛 Fixed bugs:

  • Include standard error in the result to make it easier to find errors. #56

v0.7.0 (2025-02-25)

Full Changelog

🐛 Fixed bugs:

  • Error on output when projects contain more than 1000 unit tests #47

🔀 Merged:

  • Include messages to standard error, this to make the log complete #57 (@Tasteful)

v0.6.5 (2025-02-18)

Full Changelog

✨ Implemented enhancements:

  • Bring changes from trx new verbosity levels #64 (@kzu)

🐛 Fixed bugs:

  • Fix broken verbose reporting of successful tests #70 (@kzu)

🔀 Merged:

  • Showcase that we can run/render 1k+ tests #71 (@kzu)
  • Remove confusing and duplicate -v for version #67 (@kzu)

v0.6.4 (2025-02-18)

Full Changelog

🐛 Fixed bugs:

  • Avoid extra noise in log for CI builds #58
  • Column width inside Azure DevOps pipeline #54
  • Retry attempts are not working anymore in 0.6.X #48
  • Make retry logic more resilient to changes in xunit/vstest output #62 (@kzu)

🔀 Merged:

  • Avoid noise in auto-update of progress #59 (@Tasteful)
  • Send output directly to System.Console to avoid line breaks #55 (@Tasteful)

v0.6.3 (2024-09-02)

Full Changelog

✨ Implemented enhancements:

  • Add a way to opt-out of the summary #31 (@kzu)

🔨 Other:

  • Command option to disable trx output #29

🔀 Merged:

  • Ensure readme is encoded in UTF-8 #33 (@kzu)
  • Improve style disable when NO_COLOR #30 (@kzu)

v0.6.2 (2024-08-24)

Full Changelog

🐛 Fixed bugs:

  • Fix issue when filename has [ or ] characters #27 (@kzu)

v0.6.1 (2024-08-08)

Full Changelog

v0.6.0 (2024-08-07)

Full Changelog

✨ Implemented enhancements:

  • Rename attempts to retries #19 (@kzu)

v0.5.0 (2024-08-07)

Full Changelog

✨ Implemented enhancements:

  • Add ouctome column and screenshots #18 (@kzu)

v0.4.1 (2024-08-07)

Full Changelog

✨ Implemented enhancements:

  • Don't allow non-trx logger on non-Windows OS #17 (@kzu)
  • Make progress description column multiline #16 (@kzu)
  • Increase console verbosity to get better progress #15 (@kzu)

v0.4.0 (2024-08-06)

Full Changelog

✨ Implemented enhancements:

  • Allow for extra loggers in addition to trx #14 (@kzu)
  • Improve progress reporting by showing output #13 (@kzu)

v0.3.0 (2024-07-31)

Full Changelog

v0.2.3 (2024-07-29)

Full Changelog

v0.2.2 (2024-07-29)

Full Changelog

✨ Implemented enhancements:

  • Bring fix for test error markup rendering #10 (@kzu)

v0.2.1 (2024-07-29)

Full Changelog

v0.2.0 (2024-07-21)

Full Changelog

✨ Implemented enhancements:

  • Take into account duplicate FQN from theories #6 (@kzu)

v0.1.0 (2024-07-21)

Full Changelog

✨ Implemented enhancements:

  • Don't prefix trx report options unnecessarily #5 (@kzu)
  • Run retest with sample on all platforms #3 (@kzu)

🔀 Merged:

  • Showcase CI runs #4 (@kzu)

* This Changelog was automatically generated by github_changelog_generator