Pathfinder 1e for Foundry VTT
    Preparing search index...

    Changelog Dialog

    Hierarchy

    • HandlebarsApplication<this> & ApplicationV2<
          RenderContext,
          Configuration,
          RenderOptions,
          this,
      >
      • ChangeLog
    Index

    Properties

    SOURCE: string = "systems/pf1/CHANGELOG.md"
    TABS: { versions: {} } = ...

    Accessors

    • get lastVersion(): any

      Returns any

    Methods

    • Parameters

      • vi: any

      Returns any

    • Internal

      Get Changelog

      Populates _versions

      Parameters

      • firstResolve: Function

        Called when first entry is resolved.

      Returns Promise<void>

    • Toggle the visibility of a version group in the changelog.

      Parameters

      • event: Event

        The event that triggered the action.

      • button: HTMLElement

        The button that was clicked to toggle the group.

      Returns Promise<void>

    • Toggle the display of the update notification in the changelog.

      Parameters

      • _event: Event

        The event that triggered the action.

      Returns Promise<void>

      • A promise that resolves when the setting is updated.