Skip to main content

Version Management

The Releases page shows every published version of your project. Open it from the Releases section in the header.

What's in the table

Each row is one release:

ColumnWhat it shows
VersionThe version number like v0.1.0. The most recent one has a latest badge.
ReleasedWhen it was published
ChangesA quick summary, like "22 tokens added"
Release NotesWhatever was written at publish time
DownloadDownload the token file for that version
CopyCopy the token data to your clipboard

Getting a specific version

Click Download on any row to get the token file for that release. Useful when a developer needs to pin to a known version, or when you want to roll back.

The Copy button puts the token data on your clipboard, which is handy for pasting into a config file or sharing directly.

The latest badge

The row marked latest is the most recently published version. Older versions stay accessible so you can always go back.

Why bother with versions

Each release is a stable snapshot. If something breaks after a future change, you can scroll through the history, find the last version that was working, and grab it. Good release notes make this a lot faster. It sounds like overhead until the first time you actually need it.