v2.7.1
What's Changed
- chore: fill in the Homebrew sha256 for 2.7.0 by @FelipeKreulich in #419
- release: Homebrew checksum for 2.7.0 by @FelipeKreulich in #420
- fix: stop reading a font from disk to draw a fixed string by @FelipeKreulich in #421
- release: banner no longer reads a font from disk by @FelipeKreulich in #422
- chore: release 2.7.1 by @FelipeKreulich in #423
- release: 2.7.1 by @FelipeKreulich in #424
Full Changelog: v2.7.0...v2.7.1
The binaries that were attached here have been removed.
They did not work.
sodium-native's native addon was never embedded, so every binary kept an absolute path back to the machine that built it and died withCannot find addonanywhere else. CI did not catch it because it ran the binary on the runner that built it, where that path still existed.Fixed in v2.7.2, which ships the first binaries verified on a machine that did not build them. If you downloaded one from this release, replace it.
The npm package was never affected —
npx ciphermesh@latestdoes not use these files.