cosmotop v0.8.0
Quick link to download: cosmotop
Breaking changes:
- To enhance platform compatibility,
cosmotopis now built as a Chimp hybrid executable, and the published artifact has been renamed fromcosmotop.exetocosmotop. When running the program on Windows,cosmotopmust be renamed tocosmotop.cmdorcosmotop.bat. - To optimize download size, plugins for platforms other than Windows, MacOS, and Linux (x86_86, aarch64) have been removed from the published
cosmotopand are instead available as downloadable executables from GitHub release artifacts, which will be automatically downloaded at runtime using eitherwget,curl, orpython3, and optionally added into the executable usingcpandziporpython3.
New features and enhancements:
- Added support for Linux powerpc64le, s390x, and riscv64.
- Updated plugin logic to build and use executables for all platforms except for Windows.
- Updated OpenBSD support to OpenBSD 7.6+.
- Added support for OpenBSD aarch64.
- Optimized download size of by stripping Linux plugins and further compressing them with
upx. - Optimized download size by using stripped Blink binaries.
Full Changelog: v0.7.1...v0.8.0