Releases: frossm/cal
Release - v2.3.13
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
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
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
(orfcal -v
if using it as a snap) - This will show the current program version as well as the latest release on GitHubjava -jar cal.jar -h
(orfcal -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
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
Release Notes
Small display bug fix in displaying colorized "today" output.
Release - v2.3.0
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
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
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
Release Notes
- Added -z command line switch to disable colorized output