Skip to content

Vifty 1.1.0

Choose a tag to compare

@Reedtrullz Reedtrullz released this 11 Jun 14:55

Vifty 1.1.0 Source-First Release Notes

This is a source-first release. Vifty v1.1.0 does not yet include a Developer ID signed or notarized public binary because the project does not currently have Apple Developer Program credentials.

A convenience unsigned .app build is attached for testers who understand macOS Gatekeeper warnings and prefer not to build locally. For the most trusted path, build from source.

Known Helper Issue

This release predates helper-install and app-polling hardening on main. On some supported Macs, the app may show "Fan helper unreachable" after updating even though a later source build can repair the LaunchDaemon and read the fans.

Do not retag v1.1.0 or silently replace Vifty-v1.1.0-unsigned-dev.zip with a build from later main. Treat this as a release issue and cut a new source-first hotfix release if public tester assets need to be refreshed.

Recommended Install Path

Build from source:

git clone https://github.com/Reedtrullz/Vifty.git
cd Vifty
git checkout v1.1.0
make verify
make install

Source Provenance

The immutable v1.1.0 source tag is f7d2c636ebf582ac3809998c3fac819d5d87eb72. Later main commits may contain post-release hardening, but they are not part of the published v1.1.0 source release unless a future release is cut.

Optional Unsigned Tester Artifact

  • Vifty-v1.1.0-unsigned-dev.zip
  • Vifty-v1.1.0-unsigned-dev.zip.sha256

This convenience app is ad-hoc signed, not Developer ID signed, not notarized, not the official trusted binary, and may trigger macOS Gatekeeper warnings. Do not rename it to Vifty-v1.1.0.zip; that canonical name is reserved for a future Developer ID signed and notarized release.

Do not update the Homebrew cask for this source-first release, and do not point Homebrew at the unsigned-dev artifact.