Skip to content

The World is Our Oyster

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 20:22
· 87 commits to master since this release

Added

  • Several folks contributed to building on new Apple silicon (@clandmeter, @areese, and @nickcorin). This took a distressingly long time for me to merge; it required updating and testing a newer cross-compiling CGO without access to hardware.
  • French and Russion translations (thank you @lourkeur and @talentlessguy!)
  • nvidia support merged in from extension -- nvidia support is now bundled with the releases.
  • remote support merged in from extension
  • Spanish translation (thanks to @donPatino & @lourkeur)
  • There's a link to the github project in the help text now

Changed

  • Upgrade to Go 1.16. This eliminates go:generate for the language files, which means gotop no longer builds with Go < 1.16. It does make things easier for translators and merging.
  • The remote monitoring documentation is a little better.

Fixed

  • Extra spaces in help text (#167)
  • Crash with German translation (#166)
  • Bad error message for missing layouts (#164)
  • @JonathanReeve, @joinemm, and @plgruener contributed typo and mis-translation fixes
  • The remote extension was ignoring config-file settings (no ticket #)