Releases: joncrangle/sketchybar-system-stats
Releases · joncrangle/sketchybar-system-stats
v0.8.1
v0.8.0
v0.7.1
What's Changed
- perf: replace vec allocation with mutable string buffer by @joncrangle
- feat: no-units flag by @joncrangle
- chore: add tests by @joncrangle
- chore(deps): bump sysinfo from 0.37.0 to 0.37.1 by @dependabot[bot] in #108
- chore(deps): bump cc from 1.2.38 to 1.2.39 by @dependabot[bot] in #107
- chore(deps): bump sysinfo from 0.37.1 to 0.37.2 by @dependabot[bot] in #109
- chore(deps): bump cc from 1.2.39 to 1.2.40 by @dependabot[bot] in #110
Full Changelog: 0.7.0...0.7.1
v0.7.0
What's Changed
- chore(deps): bump cc from 1.2.36 to 1.2.37 by @dependabot[bot] in #101
- feat: add customizable uptime display with multiple time units by @NightWatcher314 in #102
- feat: more efficient network stats by @joncrangle in #106
New Contributors
- @NightWatcher314 made their first contribution in #102
Full Changelog: 0.6.5...0.7.0
v0.6.5
What's Changed
- fix: close issue #99
- chore(deps): bump anyhow, cc, clap, sysinfo, tokio
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #94
Full Changelog: 0.6.4...0.6.5
v0.6.4
v0.6.3
What's Changed
- chore(deps): bump tokio from 1.41.0 to 1.41.1 by @dependabot in #17
- chore(deps): bump cc from 1.1.37 to 1.2.1 by @dependabot in #19
- chore(deps): bump clap from 4.5.20 to 4.5.21 by @dependabot in #18
- chore(deps): bump cc from 1.2.1 to 1.2.2 by @dependabot in #20
- chore(deps): bump sysinfo from 0.32.0 to 0.32.1 by @dependabot in #21
- chore(deps): bump tokio from 1.41.1 to 1.42.0 by @dependabot in #26
- chore(deps): bump cc from 1.2.2 to 1.2.3 by @dependabot in #25
- chore(deps): bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #23
- chore(deps): bump clap from 4.5.21 to 4.5.23 by @dependabot in #22
- chore(fix): updates for sysinfo 0.33 by @joncrangle in #27
Full Changelog: 0.6.2...0.6.3
v0.6.2
What's Changed
- chore(deps): bump tokio from 1.40.0 to 1.41.0 by @dependabot in #13
- chore(deps): bump anyhow from 1.0.90 to 1.0.91 by @dependabot in #12
- chore(deps): bump cc from 1.1.31 to 1.1.34 by @dependabot in #14
- chore(deps): bump anyhow from 1.0.91 to 1.0.92 by @dependabot in #15
Full Changelog: 0.6.1...0.6.2
v0.6.1
What's Changed
- chore(deps): bump clap from 4.5.18 to 4.5.20 by @dependabot in #7
- chore(deps): bump anyhow from 1.0.89 to 1.0.90 by @dependabot in #10
- chore(deps): bump cc from 1.1.24 to 1.1.31 by @dependabot in #9
- fix: refresh disk and network stats by @joncrangle in #11
Full Changelog: 0.6.0...0.6.1
v0.6.0
Fix memory leak by freeing sketchybar response. Deallocating ports and periodic refresh to reduce number of mach ports in use.