v{updateInfo.current_version}
→
v{updateInfo.latest_version}
{#if updateInfo.release_notes}
Änderungen:
{@html updateInfo.release_notes.replace(/\n/g, '
')}
{/if}
{#if updateInfo.download_size}
Download: {formatSize(updateInfo.download_size)}
{/if}
{#if downloading && progress}
{formatSize(progress.downloaded)} / {formatSize(progress.total)}
({progress.percent.toFixed(0)}%)
{/if}
{#if error}
{error}
{/if}