Skip to content

Stable Release (v0.24.4)

Latest
Compare
Choose a tag to compare
@mountaineerbr mountaineerbr released this 13 Oct 20:59

Escape hyphens in roff character macros to ensure consistent rendering across groff versions.

Much improved and updated help and man documentation.

This release sets the shebang to Bash.

Since v0.24:

Correctly set the correction factor of the moon phase function to "-1892" from the input year. This has to do with C practices, as C libraries commonly use year -1900. However, after extensive testing of this correction factor, it was empirically found that "-1892" works the best for this function!

Fixes errors when input month was such as "08" (which is base 10, not octal), and also improves Bash and Zsh speed on the moon phase function by almost 5x.

Improved lunar phase function.