Skip to content

Releases: FI-153/QuickNetStats

3.0.0-Beta-6

3.0.0-Beta-6 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 08 Jul 19:18

3.0.0-Beta-5

3.0.0-Beta-5 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 07 Jul 19:17
V.3.0.0-Beta-5

Moved connection exception above Connection Details

3.0.0-Beta-4

3.0.0-Beta-4 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 06 Jul 20:15
Add a Connection Details settings page with rate units and auto-Live

New Settings page (speedometer icon) customizing the Connection Details
dropdown:
- Per-section rate units: Interface (Link speed), Wi-Fi (Tx rate), and
  Live (Download/Upload) each switch between bits/s (Kbps/Mbps/Gbps) and
  bytes/s (KB/s/MB/s/GB/s), e.g. 210 Mbps <-> 26.25 MB/s. Backed by the
  new shared DataRate utility (bits<->bytes conversion + auto-scaling
  formatting); defaults keep every current display byte-identical.
- "Start live monitoring immediately": optionally auto-start Live Stats
  polling whenever the dropdown expands.

38 new test cases (231 -> 269).
Plan: context/planning/customizable-connection-details-units.md

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RUbWWTSMuwKdFckDFRrcb2

3.0.0-Beta-3

3.0.0-Beta-3 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 06 Jul 05:40
Show a BETA badge in About and make betas version-aware

The release script now derives the marketing version from the tag
(V.3.0.0-Beta-2 -> 3.0.0-Beta-2) and injects it at archive time, so beta
builds carry their channel in CFBundleShortVersionString while
project.pbxproj stays at the plain base version. The About page shows a
tinted BETA capsule next to the version, and UpdateManager's comparison
is pre-release-aware so a stable release supersedes its own betas
(previously beta users were never offered the stable update).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RUbWWTSMuwKdFckDFRrcb2

3.0.0-Beta-2

3.0.0-Beta-2 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 05 Jul 19:28
Close the popover when opening Settings and keep the window frontmost

The Settings footer button now dismisses the MenuBarExtra popover as it
opens the settings window. Closing the key panel hands focus back to the
previously frontmost app, so SettingsView.onAppear defers activation one
runloop turn and calls orderFrontRegardless() to keep the window in front.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RUbWWTSMuwKdFckDFRrcb2

3.0.0-Beta-1

3.0.0-Beta-1 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 04 Jul 11:43
Fix Release build: unguard the preview helper

#Preview bodies compile in Release archives too, so the #if DEBUG guard
around ConnectionDetailsManager.preview broke the release archive while
Debug builds and tests stayed green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RUbWWTSMuwKdFckDFRrcb2

2.2.1

Choose a tag to compare

@FI-153 FI-153 released this 03 Jul 19:20
85b5eff
Merge pull request #22 from FI-153/develop

Release 2.2.1

2.2.1-Beta-1

2.2.1-Beta-1 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 03 Jul 18:26
f1599e1
Merge pull request #21 from FI-153/fix/code-review-findings

Fix code-review findings and bump version to 2.2.1

2.2.0-Beta-2

2.2.0-Beta-2 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 11 Apr 06:13

What's Changed

  • Better internet connection check by @FI-153 in #20

Full Changelog: V.2.2.0-Beta-1...V.2.2.0-Beta-2

V.2.2.0 Beta 1

V.2.2.0 Beta 1 Pre-release
Pre-release

Choose a tag to compare

@FI-153 FI-153 released this 28 Mar 17:39
  • Fixing the notifications triggered too often