Releases: davidjayjackson/java_julian_date
Release list
v1.0.2
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:525on the formula column, as documented in docs/HOWTO.md. - After installing this build: all 382 rows of the demo's
FROM_JULIAN_DATEformula recompute with zero errors.
- Before installing the add-in: the demo file opens cleanly (no crash) and shows
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
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 liveFROM_JULIAN_DATEformula converting its Julian Date column to calendar dates. Source data indemo/demo.csv; regenerate viatools/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
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.