···11# Changelog
2233## Next
44+- Add basic history page, accessible via `Cmd/Ctrl+Y`.
45- Fix selection staying in the same position when videos update
56- Keep video selected if it moves position
67- Fix settings link in Get Started popup
···3333 <p class="sub">
3434 Kadium has a default API key, but it's vulnerable to abuse and could run out of quota.
3535 <Link on:click={() => (keyGuideVisible = true)}>
3636- <div>Get your own key</div>
3636+ <div style="font-size: 13px;">Get your own key</div>
3737 </Link>
3838 </p>
3939 <input class="textbox" type="text" bind:value={apiKey} placeholder="AIzaSyNq5Y9knL..." />