Releases
Every StoryLark release gets a version number and a human-readable set of notes. The sidebar lists every published release, newest first.
#How versioning works
- App version =
storylark-core. The version an app shows on its About screen is the exact npm release of the engine it was built from. The notes for that number on this site describe precisely what that app can do. - Companion packages version separately.
storylark-worker(the sync/API worker) andstorylark-pipeline(the publishing pipeline) have their own numbers; an app's About → Version & build lists whichever are part of its build. - Every build is traceable. About → Version & build also shows the site build's git commit and build time, so any installed device can be matched to an exact release and deployment.
- Two changelogs, one source of truth. These pages are the curated, human-facing notes. The auto-generated, per-commit technical changelog lives in the repository.
#Latest release: v0.19.2 (preview)
Clearer Admin language for every kind of library.
- Stories & Books is now the permanent name of the Admin content section, whether a deployment contains standalone stories, multi-chapter books, or both
- The brand screen now labels its list Theme version history and prefixes each entry with Theme:, so a theme package version cannot be mistaken for the StoryLark engine version
Found a gap? StoryLark is open source — improve these notes on GitHub.