Skip to content

Assemblash 1.7.1

Choose a tag to compare

@VidGuiCode VidGuiCode released this 12 Sep 13:06
· 7 commits to main since this release

Assemblash 1.7.1

Bugfix release. font install now delivers a bold face. fontWeight: 700
then works for install-only users. This release contains only the defect
registered against 1.7.0. No new capability. No schema change. No operation
change. No new surface. No dependency bump.

Fixed

  • A store built only through font install held no bold face. Every
    fontWeight: 700 layer then failed with a typed MissingFont.
    The
    bundled manifest shipped Noto Sans, Noto Serif and Noto Sans Mono only as
    variable fonts. The font database sees only the 400 default face of a
    variable font. The manifest now also registers a bold (700) face for each
    of the three default-pack families. Each new entry pins sha256 to a
    commit of the notofonts distribution. An install of a family now installs
    every face registered under its name. font install --list and
    GET /api/fonts/catalogue still answer once per family. The byte totals
    now include the bold faces.

Rendering does not change. The engine, the gate goldens, and the typed
refusal for a truly absent face stay the same.