Settings
{#each Object.values(groups) as group}
{group.icon}
{group.name}
{/each}
IPC.emit('open', 'https://github.com/sponsors/ThaUnknown/')}>
favorite
Donate
{#if anilistClient.userID?.viewer?.data?.Viewer} logo {:else} login
Login With AniList
{/if}

Restart may be required for some settings to take effect.

If you don't know what settings do what, use defaults.

v{version} {platformMap[window.version.platform] || 'dev'} {window.version.arch || 'dev'}

Changelog

New updates and improvements to Miru.
{#await changeLog} {#each Array(5) as _}
{/each} {:then changelog} {#each changelog as { version, date, body }}
{new Date(date).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })}

{version}

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