Releases: elegracer/NetSpeedMonitor
v1.8
From v1.8, the UI is built using SwiftUI, on macOS 15, with minimum system version macOS 14.6.
Since I haven't successfully built it with lower version of github action runner images, it is what it is now. Later if I have the chance, I would make it compatible with lower version of macOS.
Any PR for feature enhancement or compatibility improvement is welcomed!
Now this app is automatically built with github actions. So it may require some processing before running.
Run the following command to make the app runnable.
sudo xattr -rd com.apple.quarantine ./NetSpeedMonitor.app
v1.7.1
Now this app is automatically built with github actions. So it may require some processing before running.
Run the following command to make the app runnable.
sudo xattr -rd com.apple.quarantine ./NetSpeedMonitor.app
Changelog: this release v1.7.1 is built as a universal app. v1.7 is a arm64-only app. Use this release if your macOS is x86_64.
v1.7
Now this app is automatically built with github actions. So it may require some processing before running.
Run the following command to make the app runnable.
sudo xattr -rd com.apple.quarantine ./NetSpeedMonitor.app
Note: this release v1.7 is an arm64-only app. Go to https://github.com/elegracer/NetSpeedMonitor/releases/tag/v1.7.1 if your macOS is x86_64.
NetSpeedMonitor v1.6
Add new option to set different update intevals. Now only 4 options are provided: 1s, 2s, 4s, 8s.
NetSpeedMonitor 1.5
NetSpeedMonitor 1.4
NetSpeedMonitor 1.3
NetSpeedMonitor 1.2
Only monitor external interfaces, and for 1hz
NetSpeedMonitor v1.1
Use popover instead of menu
NetSpeedMonitor v1.0
Initial commit