Releases: thewtex/tmux-mem-cpu-load
Releases · thewtex/tmux-mem-cpu-load
tmux-mem-cpu-load 3.8.1
What's Changed
- OpenBSD fixes by @rnagy in #97
- Bump actions/checkout from 3 to 4 by @dependabot in #99
- Bump actions/stale from 8 to 9 by @dependabot in #100
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #101
- Bump actions/download-artifact from 3 to 4 by @dependabot in #102
- Use stol() for determining Linux memory use by @jameshanlon in #104
New Contributors
- @rnagy made their first contribution in #97
- @jameshanlon made their first contribution in #104
Full Changelog: v3.8.0...v3.8.1
tmux-mem-cpu-load 3.8.0
What's Changed
- Fix build with GCC 13 by @thesamesam in #95
- Improved segment adjacency by @henrypotgieter in #94
- Use single quotes for TPM example by @milesfrain in #96
New Contributors
- @thesamesam made their first contribution in #95
- @milesfrain made their first contribution in #96
Full Changelog: v3.7.0...v3.8.0
tmux-mem-cpu-load 3.7.0
What's Changed
- Bump actions/stale from 7 to 8 by @dependabot in #92
- Add option to display CPU graph as vertical bar chart by @henrypotgieter in #93
New Contributors
- @henrypotgieter made their first contribution in #93
Full Changelog: v3.6.2...v3.7.0
tmux-mem-cpu-load 3.6.2
What's Changed
- Increase CPU percent width by 1 (fixes #81) by @assistcontrol in #91
New Contributors
- @assistcontrol made their first contribution in #91
Full Changelog: v3.6.1...v3.6.2
tmux-mem-cpu-load 3.6.1
What's Changed
- Bump actions/stale from 4 to 5 by @dependabot in #78
- Bump actions/download-artifact from 2 to 3 by @dependabot in #77
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #76
- Bump actions/stale from 5 to 6 by @dependabot in #82
- Bump actions/stale from 6 to 7 by @dependabot in #86
- Update version number to match latest release by @ngocphamm in #87
- Adapt NetBSD code to signature change. by @0-wiz-0 in #88
- Fix log messages when attempting to rebuild the plugin, and detect if the binary already exists to trigger rebuild. by @perfectra1n in #89
New Contributors
- @ngocphamm made their first contribution in #87
- @0-wiz-0 made their first contribution in #88
- @perfectra1n made their first contribution in #89
Full Changelog: v3.6.0...v3.6.1
tmux-mem-cpu-load 3.6.0
What's Changed
- More consistent CPU load colors and lower memory usage threshold by @blackheaven in #72
- Aarch string by @thewtex in #75
- Bump actions/checkout from 2 to 3 by @dependabot in #74
New Contributors
- @blackheaven made their first contribution in #72
Full Changelog: v3.5.1...v3.6.0
tmux-mem-cpu-load 3.5.1
- Address FreeBSD get_cpu_count build error
tmux-mem-cpu-load 3.5.0
tmux-mem-cpu-load 3.5.0
- Improved output formatting
- Improved tpm support
- OpenBSD fixes
- FreeBSD fixes
- Improved CI