Skip to content

Releases: frossm/cal

Release - v2.3.13

28 Apr 16:04
Compare
Choose a tag to compare

Release Notes for v2.3.13

  • Simply added a check to ensure the month or year is > zero. A zero month or year is invalid.
  • Added a bit more debug code to show screen placement of the output

There are no functional changes.

Release - v2.3.11

21 Feb 20:41
Compare
Choose a tag to compare

Release Notes

This release is just a small catchup release to combine recent changes.

These include:

  • Updates to library dependencies
  • Updates to debug output
  • Copyright date update

You should update, given you just have to replace the cal.jar file, but the functionality remains unchanged. If you are using a SNAP based installation, you'll automagically get the update.

Release - v2.3.8

29 Nov 01:04
Compare
Choose a tag to compare

Release Notes

For this release I removed the header from the calendar displays. This is the "box" at the top with the version and my name in it. While I didn't mind it in the year display, which is what I normally use, I found it annoying in the one month display.

There are two ways to get the current program version

  • java -jar cal.jar -v (or fcal -v if using it as a snap) - This will show the current program version as well as the latest release on GitHub
  • java -jar cal.jar -h (or fcal -h if using it as a snap) - This will display the help which includes the current program version as well as the copyright information

As always, the license information is in the root directory in a file entitled LICENSE

Release - v2.3.7

29 Nov 00:31
Compare
Choose a tag to compare

Release Notes

This is simply a collection of smaller updates. No new features or major changes and no need to upgrade from v2.3.2 unless you, like me, like to stay current. I did update some libraries as well as streamline a few internal functions, but I don't think it will make any noticeable speed improvements.

Release - v2.3.2

30 Apr 20:15
Compare
Choose a tag to compare

Release Notes

Small display bug fix in displaying colorized "today" output.

Release - v2.3.0

29 Apr 02:33
Compare
Choose a tag to compare

Release Notes

I added a highlight to show today in the calendar. This colorization respects the -z switch and will not show up if it's used. If folks are interested, I could have this turned on or off via a command line switch - let me know if this is of interest. I like it as it helps to draw the eye to the current day.

I have also started to include checksum files for verification if desired.

Release - v2.2.1

28 Apr 14:34
Compare
Choose a tag to compare

Release Notes

Very small release. Updated the JANSI library and added checksums to the release. No need to upgrade if you are happy with the current version as no new functionality has been added.

Release - v2.2.0

01 Feb 22:29
Compare
Choose a tag to compare

Release notes

When using the -v switch to get the program version, Cal will now check with GitHub and also display the latest release. Should make it easier to know when there is a new release

For people using fCal (the SNAP version of Cal), your version should always remain up to date.

Release - v2.1.0

21 Dec 18:35
Compare
Choose a tag to compare

Release Notes

  • Added -z command line switch to disable colorized output