ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface UpdateInfo

    A newer release than the one currently running.

    interface UpdateInfo {
        version: string;
        releaseUrl: string;
        notes: ReleaseSection[];
    }
    Index

    Properties

    version: string

    The newer version, without any leading v (e.g. "1.3.0").

    releaseUrl: string

    URL of the GitHub release page for UpdateInfo.version.

    Parsed release notes; empty when the release body had no bullets.