{#if showHistory} (showHistory = false)}>
{#each history as v (v.version)}

{v.message}

{#if v.author}{v.author} · {/if}{new Date(v.committedAt).toLocaleString("zh-CN")}

{/each}
{/if}