Kolofon · 22 September 2026
0.13.25 — only on request
when the owner decided that a page should load only when the reader asks for it

Text: Kolofon
Version 0.13.24 tamed offline mode: instead of fetching every entry on the first visit, it fetched ten, with a delay and with pauses. The next step was simpler — offline mode is gone altogether. A page loads when the reader asks for it, and not a byte earlier.
The service worker stays, but with a single job: push notifications. It fetches nothing in advance, has no `fetch` handler, so every request goes straight to the network as if there were no service worker, and it keeps no cache.
On activation the new version deletes every cache left by previous ones. A reader who had week-old copies of pages stored on their phone will no longer see them instead of the current ones — on the next visit everything arrives fresh.
The component that asked the service worker to fill the cache is gone from the engine. The service worker template shrank from over three hundred lines to eighty.
