Skip to content

monitor 1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 03:18
3840638

Download the zip below, unzip it, and drag monitor.app to
Applications. macOS 14 or later, Apple silicon or Intel.

First launch: the app is not signed with a Developer ID and not
notarized, so macOS blocks it. Right-click the app and choose Open,
then Open again in the dialog. Or clear the quarantine flag yourself:

xattr -d com.apple.quarantine /Applications/monitor.app

Building it yourself avoids all of that — Scripts/make-app.sh.

What's Changed

  • docs: add/update AGENTS.md agent guidance by @evandhoffman in #8
  • Make monitor a real app: foreground identity and an .app bundle by @evandhoffman in #9
  • Add a sensor section, and wrap legends instead of truncating them by @evandhoffman in #10
  • Give the app an icon and a real About panel, and publish it on release by @evandhoffman in #11

Full Changelog: v0.1.0...v1.0.0