{#if $updateModal}

{#await changeLog} {#each Array(1) as _}

{/each} {:then changelog} {#each changelog as { version, date, body }}

New Update Available

{version} | {new Date(date).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })}
{#if SUPPORTS.isAndroid}

Notice

This update was served directly from the GitHub release. If you have downloaded this app from F-Droid or IzzyOnDroid, please be aware that updating this way did not go through the additional screening process typically performed by these platforms.
{/if}

Changelog

{body.replaceAll('- ', '• ')}
{/each} {:catch} {#each Array(1) as _}
{/each} {/await}

{/if}