summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2021-01-25 09:17:57 -0600
committerSean E. Russell <ser@ser1.net>2021-01-25 09:17:57 -0600
commitb7cfe9facc467dc438025154ba91bc6f794e8e7e (patch)
treebff59291f7f2e42e43b05cee9aaade912df61a92
parent93cf2bd052a057a2ef80598323c48b302a26a298 (diff)
Prep for v4.1.0
-rw-r--r--CHANGELOG.md26
-rw-r--r--docs/releasing.md2
2 files changed, 27 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4747930..705abc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,32 @@ 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.0] 2021-01-25
+
+The minor version bump reflects the addition of I18N. If you are using one of the languages that has a translation, and your environment is set to that language, the UI will be different. Translations are very welcome!
+
+Thanks to the people who submitted PRs and translations to this release.
+
+### Added
+
+- Adds multilingual support. German, Chinese (zh_CN), Esperanto (#120)
+
+### 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
+
+### Fixed
+
+- No temperatures displayed (#130), a recurring issue.
+- Cannot show the CPU usages of the processes (#135)
+- power widget consumes all RAM (#134)
+- Disk usage not showing up at all (#27)
+- Missing CPU: Lists 7 of 8 expected (#19)
+
+
## [4.0.1] 2020-06-08
**Darwin-only release**
diff --git a/docs/releasing.md b/docs/releasing.md
index bffe175..bce518c 100644
--- a/docs/releasing.md
+++ b/docs/releasing.md
@@ -1,6 +1,6 @@
# Current steps for a release
-1. Update Version in main.go
+1. ~~Update Version in main.go~~ (now set in package build)
2. Update CHANGELOG.md
3. Tag
4. Push everything