Skip to content

Releases: elegracer/NetSpeedMonitor

v1.8

22 Feb 16:09
Compare
Choose a tag to compare

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

20 Feb 18:32
Compare
Choose a tag to compare

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

20 Feb 18:04
Compare
Choose a tag to compare

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

08 Nov 13:58
Compare
Choose a tag to compare

Add new option to set different update intevals. Now only 4 options are provided: 1s, 2s, 4s, 8s.

NetSpeedMonitor 1.5

25 Dec 05:39
Compare
Choose a tag to compare

NetSpeedMonitor 1.4

07 Apr 08:42
Compare
Choose a tag to compare

NetSpeedMonitor 1.3

21 Mar 15:33
Compare
Choose a tag to compare

NetSpeedMonitor 1.2

26 Feb 02:40
Compare
Choose a tag to compare
Only monitor external interfaces, and for 1hz

NetSpeedMonitor v1.1

25 Feb 09:05
Compare
Choose a tag to compare
Use popover instead of menu

NetSpeedMonitor v1.0

10 Mar 14:24
Compare
Choose a tag to compare
Initial commit