Skip to content

Release - v2.5.6

Compare
Choose a tag to compare
@frossm frossm released this 13 Dec 15:16
· 16 commits to master since this release

Release Notes

Bugs

  • Fixed crash if only month was provided along with holiday display -d

Enhancements

  • Show holidays for the active month in the month only display

System

  • Added maven enforcer plugin requiring maven >= v3.2.5
  • First attempt to use 256 colors in the console
  • Rolled back to using Java11 from Java17 as SNAP's core22 doesn't support Java17
  • Moved the display holidays code to the holiday class
  • Display locale when in debug mode (near the command line switch output)
  • Tweaked month validation when both month & year are given
  • Added another calendar output test (for Nov 2026)
  • Added a holiday test, but currently it will only kick if the JVM reports being in the United States. Need to revisit this.