Skip to content

Releases: StampUI/cli

Release list

v1.2.2

Choose a tag to compare

@xBrokkr xBrokkr released this 08 Jul 17:18

stampui 1.2.2

Fixed

  • stampui --version now reports the correct version. The 1.2.1 build reported 1.2.0 because the version string was hardcoded; it now reads from package.json.

Also since 1.2.1

  • Config, lock-file, and license helpers extracted to src/lib.ts with a vitest suite (13 tests)
  • CI (typecheck, build, test) on every push and PR

Full changelog: CHANGELOG.md

v1.2.1

Choose a tag to compare

@xBrokkr xBrokkr released this 08 Jul 12:59

stampui 1.2.1

Matches the stampui@1.2.1 package on npm (published 2026-06-20).

Fixed

  • License key validation is now case-insensitive and accepts the uppercase SU_LIVE_-... format issued by the payment provider
  • Login and license messages show the real key format

Notes

  • The published 1.2.1 binary reports 1.2.0 for --version because the version string was hardcoded; this is fixed on main and will ship in the next release.
  • Full history: CHANGELOG.md