Releases: FI-153/QuickNetStats
Releases · FI-153/QuickNetStats
Release list
3.0.0-Beta-6
3.0.0-Beta-5
V.3.0.0-Beta-5 Moved connection exception above Connection Details
3.0.0-Beta-4
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
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
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
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
2.2.1-Beta-1
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
V.2.2.0 Beta 1
- Fixing the notifications triggered too often