// glossary

Changelog

A changelog is a public list of versioned changes to a product or library, ordered by release date.

Changelogs build trust. They show the product is alive, document breaking changes, and let users find when a specific bug was fixed. The keepachangelog.com convention is the de-facto standard.

For SaaS products, changelogs double as marketing — a steady stream of "shipped" entries signals momentum. lrok auto-syndicates /changelog entries to dev.to via a GitHub Action; each release also produces an RSS item at /changelog.xml that feed aggregators pick up.

The entries lrok has shipped are at /changelog. New entries are drafted automatically when the CLI repo gets a new tag — see the cli-tag-watcher autopilot agent.

// shipping?

lrok gives your localhost a public HTTPS URL with a reserved subdomain on the free plan. Useful when this term comes up in a real integration:

$ curl -fsSL https://lrok.io/install.sh | sh
$ lrok http 3000

← all glossary terms