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

    An update the user should be told about.

    interface UpdateNotice {
        version: string;
        source: InstallSource;
        releaseUrl?: string;
        notes: ReleaseSection[];
    }
    Index

    Properties

    version: string

    The newer version, without a leading v.

    How the extension was installed; decides the call to action.

    releaseUrl?: string

    GitHub release page; absent if the release couldn't be looked up.

    Release-note highlights; empty when none could be retrieved.