summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2021-05-03 11:43:13 -0500
committerSean E. Russell <ser@ser1.net>2021-05-03 11:43:13 -0500
commit162ed50189ea602c857738789f5a8dd4adb11180 (patch)
tree2be775575b881213e00dc446b09dc18aa3727a83 /CHANGELOG.md
parente3cd3ebe5e960896b9515df054cea75df6ce2c89 (diff)
parent5a063376b0d63bfe57f35169dc1c754d3f7d16b0 (diff)
Merge branch 'go1.16'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99bd79b..56f8bf6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
+## [4.1.2]
+
+### Added
+
+- French and Russion translations (thank you @lourkeur and @talentlessguy!)
+- nvidia support merged in from extension
+- remote support merged in from extension
+
+### Changed
+
+- Upgrade to Go 1.16. This eliminates go:generate for the language files, which
+ means gotop no longer builds with Go < 1.16.
+
+### Fixed
+
+- German translation corrected (thanks @plgruener!)
+- Extra spaces in help text (#167)
+- Crash with German translation (#166)
+- Bad error message for missing layouts (#164)
+
## [4.1.1] 2021-02-03
### Added