gotop is now localized, and includes translations for German, Chinese (zh_CN), and Esperanto. Translations are driven by the LANG
environment variable, and fall back to English if a translation isn't available. Pull request for new translations are welcome!
Thanks to folks who contributed PRs to this release, including the language translations.
Changed
- The uploaded license was a 2-clause BSD, which is functionally equivalent; however, since the contributor agreement was for MIT, to make it clean the uploaded license file was changed to the Festival variant of MIT. (#147)
- Per-process CPU use was averaged over the entire process lifetime. While more of a semantic difference than a bug, it was a unintuitive and not particularly useful. CPU averages are now weighted moving averages over time, with more recent use having more weight.
- iSMC was still in the code; iSMC violates the MIT license, and this has been cleaned out.
- Versions are now embedded during the package build, rather than being hard-coded. More info in #140