Skip to content

Releases: davidjayjackson/java_julian_date

v1.0.2

Choose a tag to compare

@davidjayjackson davidjayjackson released this 15 Jul 02:56

No functional changes to the add-in (same 10 functions as v1.0.0/v1.0.1).

What's new

  • Verified this release end-to-end against demo/juliandate_demo.ods:
    • Before installing the add-in: the demo file opens cleanly (no crash) and shows #NAME?/Err:525 on the formula column, as documented in docs/HOWTO.md.
    • After installing this build: all 382 rows of the demo's FROM_JULIAN_DATE formula recompute with zero errors.

See CHANGELOG.md for the full history.

JulianDate.oxt below is the pre-built extension — install with unopkg add --force JulianDate.oxt, or build it yourself from source via build.sh/build.ps1.

v1.0.1

Choose a tag to compare

@davidjayjackson davidjayjackson released this 15 Jul 02:26

Docs/demo-only release — no functional changes to the add-in itself (same 10 functions as v1.0.0).

What's new

  • docs/HOWTO.md: end-user install guide with a verified worked example for every function.
  • demo/juliandate_demo.ods: a worked example built from real AAVSO photometry data for the variable star EG Andromedae (382 observations), with a live FROM_JULIAN_DATE formula converting its Julian Date column to calendar dates. Source data in demo/demo.csv; regenerate via tools/build_demo.py.

See CHANGELOG.md for the full history.

JulianDate.oxt below is the pre-built extension — install with unopkg add --force JulianDate.oxt, or build it yourself from source via build.sh/build.ps1.

v1.0.0

Choose a tag to compare

@davidjayjackson davidjayjackson released this 15 Jul 01:29

Initial release: LibreOffice Calc Julian date add-in (Java UNO component).

Functions

TO_JULIAN_DAY, TO_JULIAN_DATE, FROM_JULIAN_DAY, FROM_JULIAN_DATE, TO_MJD, FROM_MJD, TO_JULIAN_ORDINAL, FROM_JULIAN_ORDINAL, GREGORIAN_TO_JULIAN, JULIAN_TO_GREGORIAN.

See docs/FUNCTIONS.md for the full reference and worked examples, and docs/INSTALL.md for per-platform build/install steps (Windows, Debian/Ubuntu, Slackware).

Verified end-to-end (all 10 functions, round-trips, and error paths) against a live headless LibreOffice instance.

JulianDate.oxt below is the pre-built extension — install with unopkg add --force JulianDate.oxt, or build it yourself from source via build.sh/build.ps1.