Bundle readStrict implementation.
Ease fixing buildsystem for unexpected current directories.
Drop outdated dependencies.
Add sound effects to clarification prompt.
Handle case of no commandline arguments. Restores previous session, or reads welcome page followed by links table.
Various (attempted) crash fixes.
Style <summary> as links, play the dading.
Allow linking to any element on a webpage, regardless of whether it has an ID
Style visited links (dading quieter).
Remove global variable, move to Page field.
Improve Gemini support, upgrade HURL, log history records.
Make '#' refer to top of page.
Extend MIMEtype dispatch to support alternative stylesheets.
Implement :target pseudoclass. Defaults to <main> to further avoid excess clutter from pages.
Extensively refactor to use the CSS engine's counters implementation.
Take advantage of new Haskell Stylist assets & pseudoclass filters.
Refactor Rhapsode to use new HURL APIs and more leniantly handle MIMEtypes.
Serve link.wav with correct MIMEtype. I converted it to audio/vnd.wav but without updating the metadata another check concluded eSpeak-NG wouldn't be able to play it.
update Accepts header for CSS assets.
Output audio cues in live speech. Turned out I was overcomplicating things, all I needed to do was use file paths not URIs. eSpeak NG handled it from there.