Skip to content

Releases: evanwtf/monitor

monitor 1.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 14:00

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

What's Changed

  • Totals over the window, a readable time axis, and a build stamp by @evandhoffman in #38

Full Changelog: v1.4.0...v1.5.0

monitor 1.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 13:55

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

What's Changed

Full Changelog: v1.3.2...v1.4.0

monitor 1.3.2

Choose a tag to compare

@github-actions github-actions released this 19 Aug 03:45

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

What's Changed

  • Stack the slices of a whole, and dash the lines among them by @evandhoffman in #32

Full Changelog: v1.3.1...v1.3.2

monitor 1.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 03:30

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

What's Changed

Full Changelog: v1.3.0...v1.3.1

monitor 1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 23:49

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

What's Changed

Full Changelog: v1.2.0...v1.3.0

monitor 1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:05

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

What's Changed

  • Write down why signing failed on the runner: SessionCreate by @evandhoffman in #17
  • Arrange the panel: drag to reorder, sliders to resize, both remembered by @evandhoffman in #23

Full Changelog: v1.1.2...v1.2.0

monitor 1.1.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 18:37

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

  • Take the hottest of every die sensor, and give sensors their own interval by @evandhoffman in #16

Full Changelog: v1.1.1...v1.1.2

monitor 1.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 13:21

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

  • Release on every merge, and work out the version number here by @evandhoffman in #14
  • Sign with a Developer ID and notarize, when there is one to sign with by @evandhoffman in #15

Full Changelog: v1.1.0...v1.1.1

monitor 1.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 14:48
be4ac2b

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

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

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