VoidLink v0.3.17
·
0 commits
to 87becf8604a3e4e282adbc84d52e023939f9d1fb
since this release
📥 Downloads
| Platform | Architecture | Download |
|---|---|---|
| 🪟 Windows | x64 | VoidLink_0.3.17_x64-setup.exe |
| 🍎 macOS | Apple Silicon (M1/M2) | VoidLink_0.3.17_aarch64.dmg |
| 🍎 macOS | Intel | VoidLink_0.3.17_x64.dmg |
| 🐧 Linux | x64 (AppImage) | VoidLink_0.3.17_amd64.AppImage |
| 🐧 Linux | x64 (deb) | VoidLink_0.3.17_amd64.deb |
| 🐧 Linux | x64 (rpm) | VoidLink-0.3.17-1.x86_64.rpm |
📝 What's Changed
🐛 Bug Fixes
- Windows CPU Monitoring: Fixed CPU usage always showing 0% or incorrect values. Now uses Windows native
GetProcessTimesAPI and correctly identifies the Java child process instead of the shell wrapper. - Linux RAM Monitoring: Fixed RAM showing 33GB on 8GB machines. Now measures only the main Java process to avoid shared library double-counting.
⚡ Technical Improvements
- Cross-platform process monitoring: Windows uses native API for CPU, Linux uses sysinfo
- Automatic detection of Java child process in process tree
- CPU percentage normalized by core count on both platforms